summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO17
1 files changed, 17 insertions, 0 deletions
diff --git a/TODO b/TODO
index 66806ca3fd..7314ade7dc 100644
--- a/TODO
+++ b/TODO
@@ -182,6 +182,23 @@ TODO AFTER GTK 1.0
appearance on exposes. But this would require using another
window to get the origins.
+ - In word wrap mode, break:
+
+aaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
+
+as:
+ | Maximum column
+aaaaaaaaaaa bbbbbbbbbbb|
+bbbbbbbbbbbbbbbbbbbbbbb|
+bbbbbbbbb |
+
+Instead of:
+ |
+aaaaaaaaaaa |
+bbbbbbbbbbbbbbbbbbbbbbb|
+bbbbbbbbbbbbbbbbbbbb |
+
+
? Allow moving the separator for paned widgets by dragging
it directly instead of using the handle.