mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-28 13:23:50 +00:00
Update TODO; fix a comment; better screenshot.
This commit is contained in:
parent
9be1cb5b2f
commit
844f61677d
3 changed files with 2 additions and 3 deletions
1
TODO
1
TODO
|
|
@ -87,7 +87,6 @@
|
|||
- test bug sshing from freebsd console
|
||||
- layout/split stuff:
|
||||
horiz split command, and similar resizing commands as for vert split
|
||||
rotate-window (-pane?) to rotate panes so first becomes last
|
||||
display the layout in a readable format somewhere
|
||||
previous-layout command
|
||||
select-layout command
|
||||
|
|
|
|||
BIN
images/tmux4.png
BIN
images/tmux4.png
Binary file not shown.
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 6 KiB |
4
server.c
4
server.c
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: server.c,v 1.136 2009-04-02 21:08:13 nicm Exp $ */
|
||||
/* $Id: server.c,v 1.137 2009-04-16 10:59:59 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
|
|
@ -642,7 +642,7 @@ server_fill_clients(struct pollfd **pfd)
|
|||
}
|
||||
|
||||
/*
|
||||
* Clear any window redraw flags (will have been redrawn as part of *
|
||||
* Clear any window redraw flags (will have been redrawn as part of
|
||||
* client).
|
||||
*/
|
||||
for (i = 0; i < ARRAY_LENGTH(&windows); i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue