smol/src
Benno Schulenberg 78bfc9223a tweaks: add a condition, so that two ifs can be elided
Now all functions that are relevant only to softwrapping
get called only when softwrapping is on.

This also allows to elide an intermediate function call.
2020-05-13 12:32:57 +02:00
..
Makefile.am organization: move all history-related stuff to its own file 2017-09-17 12:46:36 +02:00
browser.c tweaks: rename two functions, to match the style of others 2020-03-11 19:45:06 +01:00
chars.c counting: count words correctly also when --wordchars is used 2020-04-06 11:17:43 +02:00
color.c color: avoid allocating emptiness when there are no multiline regexes 2020-05-01 13:59:56 +02:00
cut.c options: let --afterends affect also the deleting of words (Ctrl+Delete) 2020-04-14 12:14:49 +02:00
files.c tweaks: move an 'if', to not call leftedge_for() when not softwrapping 2020-05-13 12:01:55 +02:00
global.c tweaks: shorten the name of a symbol, to match its bindable function 2020-05-01 13:25:15 +02:00
help.c tweaks: don't use a symbol for other purposes 2020-05-11 16:18:03 +02:00
history.c tweaks: elide three parameters, as they are the same for both calls 2020-05-08 10:40:03 +02:00
move.c tweaks: add a condition, so that two ifs can be elided 2020-05-13 12:32:57 +02:00
nano.c tweaks: drop two redundant conditions, and improve three comments 2020-05-08 11:06:43 +02:00
nano.h files: never report a file as being of mixed format 2020-05-12 18:55:31 +02:00
prompt.c tweaks: elide three unneeded #defines 2020-03-19 14:40:51 +01:00
proto.h tweaks: elide three parameters, as they are the same for both calls 2020-05-08 10:40:03 +02:00
rcfile.c tweaks: shorten the name of a symbol, to match its bindable function 2020-05-01 13:25:15 +02:00
search.c tweaks: shorten the name of a symbol, to match its bindable function 2020-05-01 13:25:15 +02:00
text.c anchor: do not let piping and spelling transfer an anchor to the top 2020-04-30 16:51:22 +02:00
utils.c tweaks: rename two functions, to better indicate what they do 2020-04-15 17:20:03 +02:00
winio.c tweaks: add a condition, so that two ifs can be elided 2020-05-13 12:32:57 +02:00