summaryrefslogtreecommitdiffstats
path: root/OptionItem.c
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* Use RichString_appendnAscii where possibleChristian Göttsche2021-04-261-1/+1
| | | | | | | | | | `RichString_appendnAscii()` avoids a `strlen(3)` call over ` RichString_appendAscii()`. Use the former where the length is available from a previous checked `snprintf(3)` call. Keep `RichString_appendAscii()` when passing a string literal and rely on compilers to optimize the `strlen(3)` call away.
* 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