smol/src
Benno Schulenberg bc98dbcab4 menus: remove the ^Y and ^V shortcuts from the Search menus
Jumping to the first or last line of the buffer doesn't have anything
to do with searching, so these functions shouldn't be present in the
search menus.  They make perfect sense in the Goto-Line menu, though.
2019-02-17 09:52:57 +01:00
..
Makefile.am organization: move all history-related stuff to its own file 2017-09-17 12:46:36 +02:00
browser.c browser, help: make <Bsp> page up also when terminfo mismatches terminal 2018-12-28 17:20:24 +01:00
chars.c tweaks: elide another function that is used just once 2018-07-10 13:57:05 +02:00
color.c utils: retire the fixbounds() function -- it is no longer needed 2018-12-31 13:49:07 +01:00
cut.c tweaks: condense a handful of comments 2019-02-12 17:32:56 +01:00
files.c tweaks: add an alias for a string variable, so the code makes more sense 2019-02-12 16:06:24 +01:00
global.c menus: remove the ^Y and ^V shortcuts from the Search menus 2019-02-17 09:52:57 +01:00
help.c browser, help: make <Bsp> page up also when terminfo mismatches terminal 2018-12-28 17:20:24 +01:00
history.c tweaks: don't bother executing two functions that are empty 2019-02-12 16:06:24 +01:00
move.c tweaks: change do_para_end() to not step beyond end of paragraph 2018-11-26 09:16:09 +01:00
nano.c tweaks: rename some variables from a single letter to meaningful word 2019-02-12 16:06:24 +01:00
nano.h tweaks: rename a symbol, to match its corresponding option 2018-12-28 17:47:03 +01:00
prompt.c tweaks: don't bother executing two functions that are empty 2019-02-12 16:06:24 +01:00
proto.h tweaks: rename and invert a function, to avoid double negatives 2019-01-06 13:12:44 +01:00
rcfile.c build: eradicate the --disable-wrapping-as-root configure option 2019-01-25 11:37:51 +01:00
search.c tweaks: rename some variables from a single letter to meaningful word 2019-02-12 16:06:24 +01:00
text.c tweaks: rename some variables from a single letter to meaningful word 2019-02-12 16:06:24 +01:00
utils.c tweaks: refer to the magic line as "magic line", not as "magicline" 2019-01-06 15:35:31 +01:00
winio.c display: highlight the ">"/"<" continuation characters in reverse video 2019-02-15 17:15:28 +01:00