This commit is contained in:
Nicholas Marriott 2009-01-26 18:22:55 +00:00
parent f62ed6aaa3
commit 7c8cd81b34
2 changed files with 4 additions and 3 deletions

1
TODO
View File

@ -71,6 +71,7 @@
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 permissions binary as "tmuxsh" or wrapper script?) -- problems with tty dev permissions
- 88 colour support; new grid cell flag, and 256<->88 88<->16 translation tables
(hopefully) for 0.7, in no particular order: (hopefully) for 0.7, in no particular order:
- swap-pane-up, swap-pane-down (maybe move-pane-*) - swap-pane-up, swap-pane-down (maybe move-pane-*)

6
tmux.1
View File

@ -1,4 +1,4 @@
.\" $Id: tmux.1,v 1.69 2009-01-25 19:00:10 tcunha Exp $ .\" $Id: tmux.1,v 1.70 2009-01-26 18:22:55 nicm Exp $
.\" .\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\" .\"
@ -57,7 +57,7 @@ to assume the terminal supports 256 colours.
.It Fl d .It Fl d
Force Force
.Nm .Nm
to assume the terminal support default colours. to assume the terminal supports default colours.
.It Fl f Ar file .It Fl f Ar file
Specify an alternative configuration file. Specify an alternative configuration file.
By default, By default,
@ -81,7 +81,7 @@ is the uid of the user who invoked
.It Fl U .It Fl U
Unlock the server. Unlock the server.
.It Fl u .It Fl u
Intruct Instruct
.Nm .Nm
that the terminal support UTF-8. that the terminal support UTF-8.
.It Fl V .It Fl V