diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-25 20:43:14 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-25 20:43:14 +0000 |
| commit | b87789707b0b099505f611a6784b3a9fc9f8aa7f (patch) | |
| tree | 537a9e50bc765fe8a4dcc2a167e3da096370a63d /CHANGES | |
| parent | 7836298f296f8f41407dc4a6dbdb4aac1e3d4b96 (diff) | |
| download | rtmux-b87789707b0b099505f611a6784b3a9fc9f8aa7f.tar.gz rtmux-b87789707b0b099505f611a6784b3a9fc9f8aa7f.tar.bz2 rtmux-b87789707b0b099505f611a6784b3a9fc9f8aa7f.zip | |
Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,9 @@ 25 June 2008 -* move-window command. +* select-prompt command to allow a window to be selected at a prompt. Only + windows in the current session may be selected. Bound to ' by default. + Suggested by merdely. +* move-window command. Requested by merdely. * Support binding alt keys (prefixed with M-). Change default to use C- for ctrl keys (^ is still accepted as an alternative). * Slim down default key bindings: support lowercase only. @@ -570,4 +573,4 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.143 2008-06-25 20:33:20 nicm Exp $ +$Id: CHANGES,v 1.144 2008-06-25 20:43:13 nicm Exp $ |