smol/src
Benno Schulenberg 85eb9b9a53 tweaks: use a cheaper way to switch between buffers where possible
For this one quick switch back and forth there is no need to report
anything on the status bar nor to update colors and such.  In this
case, those things are just a waste of time.
2019-05-30 17:42:37 +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: reshuffle a few things, partly to make two chunks more alike 2019-05-30 16:00:11 +02:00
chars.c tweaks: adjust the indentation after the previous change 2019-04-06 19:45:45 +02:00
color.c rcfile: fully parse a syntax file only when needed 2019-05-20 10:25:47 +02:00
cut.c tweaks: rename a function, to be clearer and to stop using an old abbrev 2019-05-24 18:56:34 +02:00
files.c tweaks: drop two checks that were made redundant by the previous commit 2019-05-30 17:18:30 +02:00
global.c tweaks: factor out the installing and restoring of the ^C signal handler 2019-05-26 13:55:59 +02:00
help.c tweaks: reshuffle some code to the one place that needs it 2019-05-30 17:09:49 +02:00
history.c tweaks: drop some checks that were made redundant by the previous commit 2019-05-29 19:48:42 +02:00
move.c tweaks: rename another function, to be distinct and fitting 2019-04-24 10:52:49 +02:00
nano.c tweaks: reshuffle some code to the one place that needs it 2019-05-30 17:09:49 +02:00
nano.h tweaks: use a symbol instead of zero to refer to standard input 2019-05-28 12:31:16 +02:00
prompt.c bindings: at a Yes-No prompt, accept also ^Y for "Yes" 2019-05-17 11:39:40 +02:00
proto.h tweaks: reshuffle some code to the one place that needs it 2019-05-30 17:09:49 +02:00
rcfile.c tweaks: add a pair of braces, to silence a compiler warning 2019-05-21 17:25:45 +02:00
search.c tweaks: adjust some indentation after the previous change 2019-05-08 19:35:42 +02:00
text.c tweaks: use a cheaper way to switch between buffers where possible 2019-05-30 17:42:37 +02:00
utils.c tweaks: delete a now-unused function 2019-05-28 17:41:28 +02:00
winio.c tweaks: reshuffle some code to the one place that needs it 2019-05-30 17:09:49 +02:00