smol/src
Benno Schulenberg 6bead051d2 justify: move the check for a bad quoting regex to a better place
So that the cursor will not move when a justification is attempted.
2018-11-26 10:56:20 +01:00
..
Makefile.am organization: move all history-related stuff to its own file 2017-09-17 12:46:36 +02:00
browser.c tweaks: reorder some code to put backward motion before the forward one 2018-11-07 20:48:04 +01:00
chars.c tweaks: elide another function that is used just once 2018-07-10 13:57:05 +02:00
color.c tweaks: remove the 'bright' field from the colortype struct 2018-08-25 10:54:20 +02:00
cut.c new feature: a bindable 'zap', to erase text without changing cutbuffer 2018-11-04 11:46:19 +01:00
files.c tweaks: rename a parameter plus a variable, and reshuffle an assignment 2018-11-19 16:54:12 +01:00
global.c tweaks: remove two tag definitions that are no longer needed 2018-11-26 09:13:22 +01:00
help.c tweaks: reorder some code to put backward motion before the forward one 2018-11-07 20:48:04 +01:00
history.c tweaks: rename a flag, to match the name of the option 2018-10-02 19:18:55 +02: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: don't bother asking ncurses for keycodes for shifted Left/Right 2018-11-06 19:18:54 +01:00
nano.h tweaks: redefine MMOST to exclude MBROWSER, to simplify the bindings 2018-11-07 20:01:03 +01:00
prompt.c tweaks: condense a handful of comments, and drop an assert 2018-11-05 09:38:07 +01:00
proto.h tweaks: change do_para_end() to not step beyond end of paragraph 2018-11-26 09:16:09 +01:00
rcfile.c rcfile: don't report an error when the globbing pattern matches nothing 2018-11-19 12:06:43 +01:00
search.c display: do spotlighting as part of drawing the screen 2018-10-09 20:03:47 +02:00
text.c justify: move the check for a bad quoting regex to a better place 2018-11-26 10:56:20 +01:00
utils.c tweaks: remove an unneeded check for NULL, and rename a parameter 2018-11-05 13:05:17 +01:00
winio.c input: properly consume a modified Delete key also in the tiny version 2018-11-08 18:12:39 +01:00