nano/src
Benno Schulenberg ef1c9b9f2b tweaks: implement do_center() with a single call instead of three
This works because the main loop sets 'cycling_aim' to zero
whenever the current keystroke is not bound to `cycle`.
2024-06-15 09:57:06 +02:00
..
Makefile.am build: link in $(GETRANDOM_LIB) from gnulib 2024-01-12 17:00:34 +01:00
browser.c tweaks: improve three translator hints 2024-03-15 14:06:14 +01:00
chars.c tweaks: remove two pairs of unneeded braces, and normalize a line 2024-02-18 15:02:51 +01:00
color.c tweaks: rename a variable, to be more readable 2024-03-28 16:01:48 +01:00
cut.c tweaks: rename a function, for contrast, and update antiquated comments 2024-04-25 10:34:03 +02:00
definitions.h tweaks: remove the now unneeded special keycode INDENT_KEY 2024-06-09 16:48:06 +02:00
files.c files: with --rectrict, prevent invoking the browser and toggling backups 2024-06-01 11:31:09 +02:00
global.c help: regroup the `center` item, placing it with the new `cycle` 2024-06-15 09:57:06 +02:00
help.c tweaks: slightly reword the help text for the Replace-With prompt 2024-03-31 14:02:29 +02:00
history.c copyright: update the years for the FSF 2024-01-10 11:24:28 +01:00
move.c tweaks: implement do_center() with a single call instead of three 2024-06-15 09:57:06 +02:00
nano.c new feature: add bindable function `cycle` that pushes cursor line around 2024-06-15 09:57:06 +02:00
prompt.c tweaks: express an 'if' more concisely, and add two blank lines 2024-03-17 16:57:19 +01:00
prototypes.h new feature: add bindable function `cycle` that pushes cursor line around 2024-06-15 09:57:06 +02:00
rcfile.c new feature: add bindable function `cycle` that pushes cursor line around 2024-06-15 09:57:06 +02:00
search.c tweaks: rename a variable, to better indicate what it represents 2024-03-30 11:35:41 +01:00
text.c tweaks: drop two redundant conditions 2024-06-10 14:07:30 +02:00
utils.c tweaks: make a comment more accurate, and unabbreviate a variable name 2024-05-05 10:27:21 +02:00
winio.c text: do not check for <Tab> + mark while getting input but in do_tab() 2024-06-09 16:42:14 +02:00