summaryrefslogtreecommitdiffstats
path: root/OptionItem.c
Commit message (Collapse)AuthorAgeFilesLines
* Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche2020-12-081-10/+10
| | | | | | | | RichString_writeFrom takes a top spot during performance analysis due to the calls to mbstowcs() and iswprint(). Most of the time we know in advance that we are only going to print regular ASCII characters.
* IWYU updateChristian Göttsche2020-12-061-0/+2
|
* Add support to change numeric options in settings screenChristian Göttsche2020-11-251-0/+189
Like delay or highlightDelaySecs

© 2014-2024 Faster IT GmbH | imprint | privacy policy