mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	List keys command.
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
# $Id: Makefile,v 1.15 2007-10-04 00:02:10 nicm Exp $
 | 
			
		||||
# $Id: Makefile,v 1.16 2007-10-04 00:18:59 nicm Exp $
 | 
			
		||||
 | 
			
		||||
.SUFFIXES: .c .o .y .h
 | 
			
		||||
.PHONY: clean
 | 
			
		||||
@@ -21,7 +21,7 @@ SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \
 | 
			
		||||
      session.c local.c log.c client.c client-msg.c client-fn.c key-string.c \
 | 
			
		||||
      key-bindings.c cmd.c cmd-new-session.c cmd-detach-session.c \
 | 
			
		||||
      cmd-list-sessions.c cmd-new-window.c cmd-next-window.c \
 | 
			
		||||
      cmd-previous-window.c cmd-last-window.c
 | 
			
		||||
      cmd-previous-window.c cmd-last-window.c cmd-list-keys.c
 | 
			
		||||
 | 
			
		||||
YACC= yacc -d
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user