nano/src
Benno Schulenberg fb04dff6d7 tweaks: don't bother reallocating the data when a line gets hard-wrapped
This will waste some memory, but... if the user keeps editing, she is
likely to revisit the line and the data will get reallocated soon enough.
2019-04-04 14:44:44 +02:00
..
browser.c display: correctly trim an overshooting character from a prompt answer 2019-02-28 19:47:55 +01:00
chars.c tweaks: adjust indentation after previous change, and rename a parameter 2019-03-24 09:42:57 +01:00
color.c tweaks: rename a struct element, to make sense 2019-03-21 17:23:49 +01:00
cut.c tweaks: rename a struct element, to make sense 2019-03-21 17:23:49 +01:00
files.c files: block the resizing signal while reading from an external command 2019-04-03 15:14:33 +02:00
global.c tweaks: rename an overshort type to something that makes some sense 2019-04-03 17:34:05 +02:00
help.c tweaks: rename an overshort type to something that makes some sense 2019-04-03 17:34:05 +02:00
history.c tweaks: rename a type, to make more sense 2019-03-21 17:08:52 +01:00
Makefile.am organization: move all history-related stuff to its own file 2017-09-17 12:46:36 +02:00
move.c tweaks: rename a struct element, to make sense 2019-03-21 17:23:49 +01:00
nano.c tweaks: rename an overshort type to something that makes some sense 2019-04-03 17:34:05 +02:00
nano.h tweaks: rename an overshort type to something that makes some sense 2019-04-03 17:34:05 +02:00
prompt.c tweaks: rename an overshort type to something that makes some sense 2019-04-03 17:34:05 +02:00
proto.h tweaks: rename an overshort type to something that makes some sense 2019-04-03 17:34:05 +02:00
rcfile.c rcfile: don't break a chain of 'else if' [scan-build] 2019-04-03 19:06:04 +02:00
search.c tweaks: rename a struct element, to make sense 2019-03-21 17:23:49 +01:00
text.c tweaks: don't bother reallocating the data when a line gets hard-wrapped 2019-04-04 14:44:44 +02:00
utils.c tweaks: rename a struct element, to make sense 2019-03-21 17:23:49 +01:00
winio.c tweaks: rename an overshort type to something that makes some sense 2019-04-03 17:34:05 +02:00