Incomplete resize support.

This commit is contained in:
Nicholas Marriott
2007-10-04 19:03:52 +00:00
parent 418fb3938d
commit 1f9a8e70d9
13 changed files with 182 additions and 45 deletions

10
CHANGES
View File

@ -1,8 +1,10 @@
04 October 2007
* (mxey) Added my tmux start script as an example (examples/start-tmux.sh)
* (mxey) New sessions can now be given a command for their first window
* (mxey) Fixed usage statemnt for new-window
* (nicm) Partial resizing support. Still buggy. A C-b S and back sometimes fixes
it when it goes wonky.
* (mxey) Added my tmux start script as an example (examples/start-tmux.sh).
* (mxey) New sessions can now be given a command for their first window.
* (mxey) Fixed usage statement for new-window.
* (nicm) attach-session (can't believe I forgot it until now!) and list-windows
commands.
* (nicm) rename-window and select-window commands.
@ -115,5 +117,5 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
$Id: CHANGES,v 1.34 2007-10-04 14:14:12 mxey Exp $
$Id: CHANGES,v 1.35 2007-10-04 19:03:51 nicm Exp $