mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Fix a comment for new key table names.
This commit is contained in:
		@@ -28,9 +28,9 @@
 | 
			
		||||
#include "tmux.h"
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Handle keys input from the outside terminal. tty_keys[] is a base table of
 | 
			
		||||
 * supported keys which are looked up in terminfo(5) and translated into a
 | 
			
		||||
 * ternary tree (a binary tree of binary trees).
 | 
			
		||||
 * Handle keys input from the outside terminal. tty_default_*_keys[] are a base
 | 
			
		||||
 * table of supported keys which are looked up in terminfo(5) and translated
 | 
			
		||||
 * into a ternary tree.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
void		tty_keys_add1(struct tty_key **, const char *, int);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user