This commit is contained in:
Nicholas Marriott 2008-07-24 22:21:28 +00:00
parent 3337dfcae5
commit c39c1618c7
2 changed files with 3 additions and 5 deletions

4
TODO
View File

@ -62,8 +62,6 @@
- command history for command-prompt. better tab completion (use options too)
- window options should be done similarly to standard options
- next prev word etc in command prompt
- split keys in command prompt/scroll mode/copy mode into vi and emacs and
have a "edit-mode" option select which keymap
- many more info displays for various things
- many more info() displays for various things
- document mode-keys
- vi half page scroll

2
tmux.h
View File

@ -1,4 +1,4 @@
/* $Id: tmux.h,v 1.177 2008-07-24 21:42:40 nicm Exp $ */
/* $Id: tmux.h,v 1.178 2008-07-24 22:21:28 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>