nano/src
Benno Schulenberg 6103c47f1c tweaks: rename three painting variables, to be more distinct
All these different "start"s and "end"s are confusing.  Use instead
'from_x and 'till_x' to remember which part of the current line is
visible now on screen and is thus represented in 'converted'.
2017-01-08 11:35:07 +01:00
..
browser.c tweaks: remove the cluttering conditional compilation of a parameter 2017-01-03 14:11:45 +01:00
chars.c screen: display byte value 0x0A in the right places as ^@ or as ^J 2016-12-23 11:00:55 +01:00
color.c update the license text to the preferred version 2016-08-29 21:27:16 +02:00
cut.c copy: properly set preferred x position when region was marked backwards 2016-12-31 16:36:14 +01:00
files.c softwrap: ensure the current line is fully visible after inserting a file 2017-01-06 14:01:47 +01:00
global.c screen: display byte value 0x0A in the right places as ^@ or as ^J 2016-12-23 11:00:55 +01:00
help.c binding: use arrows instead of words to designate the cursor keys 2016-10-15 17:04:01 +02:00
Makefile.am build: clean out the revision.h file, to make 'make distcheck' pass 2016-12-04 11:21:10 +01:00
move.c weeding: remove unnecessary settings of openfile->current_y 2017-01-02 12:40:21 +01:00
nano.c softwrap: don't scroll half a page when just a few lines will do 2017-01-03 15:26:05 +01:00
nano.h build: add configure option --disable-wordcomp to disable word completion 2016-12-07 17:02:25 +01:00
prompt.c tweaks: remove the cluttering conditional compilation of a parameter 2017-01-03 14:11:45 +01:00
proto.h tweaks: remove the cluttering conditional compilation of a parameter 2017-01-03 14:11:45 +01:00
rcfile.c tweaks: correct the wording of a string 2016-12-07 21:06:05 +01:00
search.c tweaks: condense two ifs to a single one 2017-01-06 10:57:53 +01:00
text.c undo: properly create separate items for deletes at different positions 2017-01-08 11:05:52 +01:00
utils.c utils: go on to parse the line number even if the column number is bad 2016-12-26 11:45:38 +01:00
winio.c tweaks: rename three painting variables, to be more distinct 2017-01-08 11:35:07 +01:00