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.
This commit is contained in:
Nicholas Marriott
2009-07-15 17:42:44 +00:00
parent 537c32b6b6
commit 1e574bb70c
13 changed files with 108 additions and 103 deletions

4
TODO
View File

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