This commit is contained in:
Nicholas Marriott 2009-02-08 18:41:03 +00:00
parent 9b09c8d71e
commit 44cc9c4459
2 changed files with 6 additions and 6 deletions

2
TODO
View File

@ -69,7 +69,7 @@
- make command sequences more usable: don't require space around ;, handle - make command sequences more usable: don't require space around ;, handle
errors better errors better
- would be nice if tmux could be the shell (tmux attach, but hard link to tmux - would be nice if tmux could be the shell (tmux attach, but hard link to tmux
binary as "tmuxsh" or wrapper script?) -- problems with tty dev permeissions binary as "tmuxsh" or wrapper script?) -- problems with tty dev permissions
- UTF-8 combining characters don't work. store in one cell - pointer to table - UTF-8 combining characters don't work. store in one cell - pointer to table
of chains. bit of a hack and would mean max of 65536 per screen. OR maybe of chains. bit of a hack and would mean max of 65536 per screen. OR maybe
utf8 should work differently; could store as multiple cells, 1 of width >0 utf8 should work differently; could store as multiple cells, 1 of width >0

10
tmux.1
View File

@ -1,4 +1,4 @@
.\" $Id: tmux.1,v 1.81 2009-02-08 16:11:52 nicm Exp $ .\" $Id: tmux.1,v 1.82 2009-02-08 18:41:03 nicm Exp $
.\" .\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\" .\"
@ -654,7 +654,7 @@ Rename the session to
.D1 (alias: Ic renamew ) .D1 (alias: Ic renamew )
Rename the current window, or the window at Rename the current window, or the window at
.Ar target-window .Ar target-window
if specifed, to if specified, to
.Ar new-name . .Ar new-name .
.It Xo Ic resize-pane-down .It Xo Ic resize-pane-down
.Op Fl p Ar pane-index .Op Fl p Ar pane-index
@ -679,8 +679,8 @@ is given in lines (the default is 1).
.Xc .Xc
.D1 (alias: Ic respawnw ) .D1 (alias: Ic respawnw )
Reactive a window in which the command has exited (see the Reactive a window in which the command has exited (see the
.Ic remain-in-exit .Ic remain-on-exit
windowoption). window option).
If If
.Ar command .Ar command
is not given, the command used when the window was created is executed. is not given, the command used when the window was created is executed.
@ -858,7 +858,7 @@ Set the current prefix key.
Allow multiple commands to be entered without pressing the prefix-key again Allow multiple commands to be entered without pressing the prefix-key again
in the specified in the specified
.Ar number .Ar number
miliseconds (the default is 500). milliseconds (the default is 500).
It only applies to It only applies to
.Ic up-pane , .Ic up-pane ,
.Ic down-pane , .Ic down-pane ,