From 9f06104c3a56ad5ea2070317b776dfa84f213ffb Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 25 Oct 2007 17:44:25 +0000 Subject: has-session command. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 32229701..d58f333e 100644 --- a/TODO +++ b/TODO @@ -43,7 +43,6 @@ kill-window to limit accidental presses - status-fg/status-bg should be to set attributes: bold, etc - show-options command -- fix resize(1) - detach client and other client commands. note that there can only be a "current client" on key presses - these should act like detach-session - -a will do all clients, otherwise do nothing unless key in which case do @@ -51,6 +50,7 @@ - check handling of out-of-bound values in input.c, most should be limited rather than ignored - save/restore (DECSC/DECRC) are ugly. maybe a struct screen_attr and memcpy +- force maximum terminal size (centred?) -- For 0.1 -------------------------------------------------------------------- - man page -- cgit