summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-14 16:47:20 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-14 16:47:20 +0000
commit0f403474aaf0f4aa4475ef6095d1ab420ebfed60 (patch)
tree2a51f3a931cfa23f39b2f737dd682ddc0e03611a /TODO
parent62d7ad2690c0f72f06195351aa50e3fe037f456a (diff)
New window options: force-width and force-height. This will force a window to
an arbitrary width and height (0 for the default unlimited). This is neat for emacs which doesn't have a sensible way to force hard wrapping at 80 columns. Also, don't try to be clever and use clr_eol when redrawing the whole screen, it causes trouble since the redraw functions are used to draw the blank areas too.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 240e1f26..fd2e4863 100644
--- a/TODO
+++ b/TODO
@@ -75,4 +75,7 @@
- test and fix wsvt25
- activity/bell should be per-window not per-link? what if it is cur win in
session not being watched?
-- empty strings in config causes crash (lt_kije)
+- man page:
+ set-window-option
+ explanation of -t format
+ config file