Update TODO; fix a comment; better screenshot.

This commit is contained in:
Nicholas Marriott 2009-04-16 10:59:59 +00:00
parent 9be1cb5b2f
commit 844f61677d
3 changed files with 2 additions and 3 deletions

1
TODO
View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -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++) {