diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-16 22:30:35 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-16 22:30:35 +0200 |
commit | 8744502cbe42c98422a798c06f4c8ce033725412 (patch) | |
tree | 58141e513fa0a066944be0229cfa3c649f934f8d /doc | |
parent | bc859a06a13b24daea12d35df2a1ec5114b42180 (diff) | |
download | sciteco-8744502cbe42c98422a798c06f4c8ce033725412.tar.gz |
Curses: added support for cool Unicode icons (refs #5)
* Practically requires one of the "Nerd Font" fonts,
so it's disabled by default.
Add 0,512ED to the profile to enable them.
* The new ED flag could be used to control Gtk icons as well,
but they are left always-enabled for the time being.
Is there any reason anybody would like to disable icons in Gtk?
* The list of icons has been adapted and extended from exa:
https://github.com/ogham/exa/blob/master/src/output/icons.rs
* The icons are hardcoded as presorted lists,
so we can binary search them.
This could change in the future. If there is any demand,
they could be made configurable via Q-Registers as well.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sciteco.7.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index 1eebecb..b5105ac 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -2304,6 +2304,12 @@ Scinterm manual, documenting the mapping of Scinterm manual .UE .TP +Suitable terminal fonts for icon support in Curses (see +.BR ED command). +.UR https://www.nerdfonts.com/ +Nerd Fonts +.UE +.TP Gtk+ 3 documentation, containg details about its CSS support and syntax: .UR https://developer.gnome.org/gtk3/stable/GtkCssProvider.html |