aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-10-18 03:43:35 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-10-18 14:32:32 +0300
commit3742537fdb49e332643eec2656d4ff4ac49b1260 (patch)
tree72bf2b45f8e05532db1d53c7611e4fc458faee9d /TODO
parenta749199e04f05d45180b934c536312bcb8ccc515 (diff)
downloadsciteco-3742537fdb49e332643eec2656d4ff4ac49b1260.tar.gz
updated Scinterm: italic and underline styles are now supported on Curses
* For instance, when using the Solarized color scheme, comments will be in italics. * The underline style could also be supported in color.set, but currently it's not required. * Unfortunately, this does *not* fix the INDIC_PLAIN indicator style for underlining, so you still cannot use that eg. for spell checking. * See https://github.com/orbitalquark/scinterm/issues/22
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/TODO b/TODO
index 904b917..d4fd137 100644
--- a/TODO
+++ b/TODO
@@ -471,6 +471,8 @@ Features:
* Linux: Relocatable binaries instead of hardcoding the library path.
This makes it possible to run builds installed via
`make install DESTDIR=...` and will aid in creating AppImages.
+ Currently we have to define "union: true" and consequently
+ the root directory is not what we would expect.
* sample.teco_ini: Support opening files on certain lines
(filename:line).
Theoretically, this could also be added to the <EB> syntax,
@@ -552,9 +554,6 @@ Features:
In the easiest case there could simply be 2 Q-Reg namespaces:
^F... for filenames and ^E... for extensions.
The numeric part could be used to store the codepoints.
- * Scinterm: The underline and italic styles are not applied properly
- even on Urxvt where they obviously work.
- https://github.com/orbitalquark/scinterm/issues/22
Optimizations:
* Use SC_DOCUMENTOPTION_STYLES_NONE in batch mode.