smol/src
Marco Diego Aurélio Mesquita 648eac936e files: make the M-F (New Buffer) toggle non-persistent
Having the M-F toggle non-persistent, makes the behavior of ^R
predictable.  This allows string binds that load a file to work
correctly independently of when M-F was last pressed.

The -F/--multibuffer command-line option and "set multibuffer"
in a nanorc file determine the default behavior of ^R.

Signed-off-by: Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com>
2020-06-15 16:05:31 +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 a function, to leave the old names behind 2020-06-01 09:43:08 +02:00
chars.c counting: count words correctly also when --wordchars is used 2020-04-06 11:17:43 +02:00
color.c tweaks: move a function, to be in the order in which they are called 2020-06-13 17:16:33 +02:00
cut.c indicator: recompute the extra rows also when justifying and resizing 2020-06-07 12:16:15 +02:00
files.c files: make the M-F (New Buffer) toggle non-persistent 2020-06-15 16:05:31 +02:00
global.c tweaks: remove a superfluous global variable 2020-06-14 13:09:23 +02:00
help.c new feature: a position-plus-portion indicator on the righthand side 2020-06-04 18:52:28 +02:00
history.c tweaks: separate a symbol from its definition by two spaces 2020-05-29 18:45:14 +02:00
move.c tweaks: rename a function, to be more precise, and reshuffle it 2020-05-13 12:43:22 +02:00
nano.c tweaks: remove a superfluous global variable 2020-06-14 13:09:23 +02:00
nano.h indicator: rework how the "scrollbar" is computed when softwrapping 2020-06-06 19:21:23 +02:00
prompt.c bindings: make ^L (Refresh) work at all the prompts too 2020-06-04 09:10:48 +02:00
proto.h tweaks: remove a superfluous global variable 2020-06-14 13:09:23 +02:00
rcfile.c rcfile: add bindable function 'execute', for access to "Execute Command" 2020-06-15 14:27:49 +02:00
search.c indicator: rework how the "scrollbar" is computed when softwrapping 2020-06-06 19:21:23 +02:00
text.c indicator: recompute the extra rows also for cut/paste/split/join 2020-06-07 11:05:14 +02:00
utils.c tweaks: rename a symbol, and actually use it where it is needed 2020-05-29 17:19:38 +02:00
winio.c build: fix compilation when configured with --enable-tiny 2020-06-15 12:38:16 +02:00