smol/src
Benno Schulenberg 3ce74eb8fe wrapping: compute the width of a succeeding line in the correct manner
Its number of columns needs to be computed, not its number of bytes.
2019-04-21 11:39:06 +02:00
..
Makefile.am organization: move all history-related stuff to its own file 2017-09-17 12:46:36 +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 the indentation after the previous change 2019-04-06 19:45:45 +02:00
color.c tweaks: rename a struct element, to make sense 2019-03-21 17:23:49 +01:00
cut.c tweaks: switch back from checking FINAL_NEWLINE to checking NO_NEWLINES 2019-04-07 08:50:35 +02:00
files.c tweaks: switch back from checking FINAL_NEWLINE to checking NO_NEWLINES 2019-04-07 08:50:35 +02:00
global.c help: don't doubly list toggles that have two keys assigned to them 2019-04-09 19:48:41 +02:00
help.c tweaks: remove several unneeded bad-state checks and their messages 2019-04-14 19:38:04 +02:00
history.c tweaks: rename a type, to make more sense 2019-03-21 17:08:52 +01:00
move.c tweaks: rename a struct element, to make sense 2019-03-21 17:23:49 +01:00
nano.c options: make --breaklonglines work also when --ignorercfiles is used 2019-04-20 14:04:07 +02:00
nano.h options: remove -f (--finalnewline); go back to auto-adding this newline 2019-04-07 10:02: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: elide an unneeded parameter, as the function already assumes it 2019-04-19 09:47:21 +02:00
rcfile.c options: remove -f (--finalnewline); go back to auto-adding this newline 2019-04-07 10:02:05 +02:00
search.c tweaks: switch back from checking FINAL_NEWLINE to checking NO_NEWLINES 2019-04-07 08:50:35 +02:00
text.c wrapping: compute the width of a succeeding line in the correct manner 2019-04-21 11:39:06 +02:00
utils.c tweaks: remove several unneeded bad-state checks and their messages 2019-04-14 19:38:04 +02:00
winio.c tweaks: remove several unneeded bad-state checks and their messages 2019-04-14 19:38:04 +02:00