diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-15 17:42:44 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-15 17:42:44 +0000 |
commit | 1e574bb70c2770fe5886fd7327966dfc543e3939 (patch) | |
tree | 21daf5e0c06f69035a1b2c43fe2a9d12e41c868f /TODO | |
parent | 537c32b6b61d93b3489fee9cea26cd808125e265 (diff) | |
download | rtmux-1e574bb70c2770fe5886fd7327966dfc543e3939.tar.gz rtmux-1e574bb70c2770fe5886fd7327966dfc543e3939.tar.bz2 rtmux-1e574bb70c2770fe5886fd7327966dfc543e3939.zip |
Get rid of the PANE_HIDDEN flag in favour of a function, and moving the
decision for whether or not a pane should be drawn out of the layout code and
into the redraw code.
This is needed for the new layout design, getting it in now to make that easier
to work on.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -99,4 +99,8 @@ - option to show bells visually - window-status command to show current window info in status line - H/M/L commands in copy mode with vi-keys, for jumping to the top/middle/last line on the screen +- if the server is started with IDENTIFY_UTF8 then set the global utf8 option? +- I think there are potential leaks in the prompt code if a new prompt is created without the + callback for the old being cleared; this might be quite hard to hit, lock-server seems the only + candidate - tidy up and prioritise todo list ;-) |