256
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tweaks: correct a translator hint More... about 4 years ago
tweaks: put the new options in a consistent order in the code More... about 4 years ago
tweaks: reshuffle an option, to have two related ones grouped together More... about 4 years ago
tweaks: reword the description of an option More... about 4 years ago
tweaks: drop a small optimization for invalid UTF-8 starter bytes More... about 4 years ago
minibar: show Unicode codes when in a UTF-8 locale More... about 4 years ago
chars: short-circuit determining the width of characters under U+0300 More... about 4 years ago
minibar: when the next character has zero width, show its code too More... about 4 years ago
minibar: represent bytes as 0xNN and valid Unicode code points as U+NNNN More... about 4 years ago
chars: speed up the handling of invalid UTF-8 starter bytes More... about 4 years ago
tweaks: change an intermediate variable to a better one More... about 4 years ago
tweaks: fold some conditions into bitwise masks, for efficiency More... about 4 years ago
prompt: suppress the ">" character always when exactly at the right edge More... about 4 years ago
tweaks: reshuffle a condition, to probably avoid an unneeded calculation More... about 4 years ago
tweaks: avoid computing the cursor column twice, and the "page" too More... about 4 years ago
prompt: restore a workaround for a cursor misplacement bug in ncurses More... about 4 years ago
tweaks: elide a variable, by using a reallocation instead More... about 4 years ago
files: when truncating a file name, give an indication of this More... about 4 years ago
rcfile: rename 'nowrap' toggle to 'breaklonglines', to match the option More... about 4 years ago
tweaks: push back the deprecation of the 'set nowrap' option More... about 4 years ago
tweaks: fold two similar and three identical cases together More... about 4 years ago
oops: use the correct condition for checking the last line will change More... about 4 years ago
undo: remove the added magic line when a replacement caused one More... about 4 years ago
minibar: drop the side spaces before suppressing the state flags More... about 4 years ago
minibar: allow the number-of-lines to overrule also the state flags More... about 4 years ago
tweaks: avoid hitting negative values when using size_t More... about 4 years ago
minibar: allow the number-of-lines to overrule location + character code More... about 4 years ago
tweaks: adjust the indentation after the previous change More... about 4 years ago
minibar: suppress some elements when there is no room to show them More... about 4 years ago
syntax: nanorc: colorize 'bookstyle' as a valid option More... about 4 years ago