smol/src
Benno Schulenberg dcb072d04b build: fix compilation for --enable-{tiny,help,multibuffer}
The mark is not available in the tiny version,
nor can the cursor get hidden by --markmatch.
2021-01-11 13:24:10 +01:00
..
Makefile.am build: fix the Makefile after two header files were renamed 2020-06-25 21:11:26 +02:00
browser.c tweaks: rename two variables, one for contrast, another for visibility 2020-11-30 13:32:22 +01:00
chars.c build: fix compilation when configured with --disable-utf8 2021-01-08 12:05:55 +01:00
color.c options: accept 'set promptcolor' for setting the color of the prompt bar 2020-12-06 16:34:42 +01:00
cut.c feedback: differentiate between remarks, mistakes, and information 2020-12-23 12:17:06 +01:00
definitions.h options: add --markmatch and -^ for activating the select-match behavior 2020-12-24 11:49:22 +01:00
files.c tweaks: elide a variable, by using a reallocation instead 2021-01-03 11:35:11 +01:00
global.c tweaks: correct a translator hint 2021-01-07 15:18:57 +01:00
help.c build: fix compilation for --enable-{tiny,help,multibuffer} 2021-01-11 13:24:10 +01:00
history.c tweaks: rename another variable, away from being misnamed 2020-09-22 11:18:44 +02:00
move.c tweaks: normalize the formatting after the previous two changes 2020-11-17 10:28:28 +01:00
nano.c tweaks: put the new options in a consistent order in the code 2021-01-07 14:27:49 +01:00
prompt.c tweaks: fold some conditions into bitwise masks, for efficiency 2021-01-05 11:49:03 +01:00
prototypes.h search: suppress the cursor when highlighting a match 2020-12-24 11:49:22 +01:00
rcfile.c rcfile: rename 'nowrap' toggle to 'breaklonglines', to match the option 2021-01-02 17:14:07 +01:00
search.c options: add --markmatch and -^ for activating the select-match behavior 2020-12-24 11:49:22 +01:00
text.c tweaks: fold two similar and three identical cases together 2021-01-01 20:27:30 +01:00
utils.c utils: die when trying to allocate zero bytes 2020-10-29 16:18:03 +01:00
winio.c minibar: when the overnext character has zero width too, show its code 2021-01-09 12:44:10 +01:00