From e21587864a050bd8dcfe4621237c89bbeb6b09f5 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 24 Oct 2007 15:01:25 +0000 Subject: Save restore attr. --- TODO | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index fd21a1b7..32229701 100644 --- a/TODO +++ b/TODO @@ -44,15 +44,27 @@ - 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 + current client +- 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 -- For 0.1 -------------------------------------------------------------------- - man page - commands: rename sessions swap windows + same as link but swap windows if tgt exists else error link/copy windows + tmux -s link-window -i + link src win to tgt win (at tgt idx if given and + empty else new) unlink window (error if window only linked to one session) - kill session (no not bind by default) + tmux -s unlink-window -i + kill session (not bound by default) - check for some reqd terminfo caps on startup -- For 0.2 -------------------------------------------------------------------- -- cgit