aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 0 insertions, 11 deletions
diff --git a/TODO b/TODO
index 678121d..9846c07 100644
--- a/TODO
+++ b/TODO
@@ -804,17 +804,6 @@ Features:
We'd have to handle an overlapping info popup, though.
Should we deactivate the hardware cursor via curs_set(0) if it overlaps
the popup?
- * ncurses: Support default colors (use_default_colors()).
- Instead of drawing a black background and white foreground
- we could use pair number -1.
- This means you don't suddenly become white-on-black on terminals
- that use black-on-white by default.
- On the other hand, not all color schemes might look good,
- so this would have to be a setting (ED flag).
- Also, Scinterm would have to support it as well.
- This also appears to be responsible for the greyish background
- on Haiku and GNOME Terminal: They don't have a true black as color 0
- even if the default terminal background is a true black.
* Ctags support
Perhaps can be Video TECO compatible.
https://github.com/universal-ctags/ctags