summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-04-16 10:59:59 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-04-16 10:59:59 +0000
commit844f61677de9c034b6bb506d837ef22c57fbc4f7 (patch)
treed99093ca7072c88c989178763e6e600d9f9e643d
parent9be1cb5b2f20faa48c4dd58caf83cbfaed7428c5 (diff)
Update TODO; fix a comment; better screenshot.
-rw-r--r--TODO1
-rw-r--r--images/tmux4.pngbin36902 -> 6175 bytes
-rw-r--r--server.c4
3 files changed, 2 insertions, 3 deletions
diff --git a/TODO b/TODO
index 6e2b9ad9..f5da7992 100644
--- a/TODO
+++ b/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
diff --git a/images/tmux4.png b/images/tmux4.png
index fdd504bb..9e3da3f1 100644
--- a/images/tmux4.png
+++ b/images/tmux4.png
Binary files differ
diff --git a/server.c b/server.c
index 2324f50e..e172f17e 100644
--- a/server.c
+++ b/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++) {