mirror of
https://github.com/tmate-io/tmate.git
synced 2025-01-11 08:28:29 +01:00
Update TODO; fix a comment; better screenshot.
This commit is contained in:
parent
9be1cb5b2f
commit
844f61677d
1
TODO
1
TODO
@ -87,7 +87,6 @@
|
|||||||
- test bug sshing from freebsd console
|
- test bug sshing from freebsd console
|
||||||
- layout/split stuff:
|
- layout/split stuff:
|
||||||
horiz split command, and similar resizing commands as for vert split
|
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
|
display the layout in a readable format somewhere
|
||||||
previous-layout command
|
previous-layout command
|
||||||
select-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.0 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>
|
* 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).
|
* client).
|
||||||
*/
|
*/
|
||||||
for (i = 0; i < ARRAY_LENGTH(&windows); i++) {
|
for (i = 0; i < ARRAY_LENGTH(&windows); i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user