smol/src
David Lawrence Ramsey 65d1655134 softwrap: don't push a straddling tab to the next chunk
Tabs are of variable length depending on position, so allow them
to be displayed partially on one chunk and partially on another.

This fixes http://savannah.gnu.org/bugs/?51621.
2017-08-13 21:06:23 +02:00
..
Makefile.am build: for Solaris, tell the linker to use a threading lib 2017-07-05 21:18:52 +02:00
browser.c tweaks: rename a function, to let it make more sense 2017-08-13 10:08:50 +02:00
chars.c tweaks: sort the includes, so it's a little easier to see what is there 2017-08-06 19:40:30 +02:00
color.c tweaks: sort the includes, so it's a little easier to see what is there 2017-08-06 19:40:30 +02:00
cut.c display: catch all cases where the cursor can be pushed offscreen 2017-08-08 22:06:55 +02:00
files.c tweaks: condense some logic, to elide a variable and a comment 2017-08-13 10:09:02 +02:00
global.c tweaks: elide the global variable 'full_operating_dir' 2017-08-13 10:08:37 +02:00
help.c tweaks: snip a superfluous clearing of the bottom bars after help 2017-08-08 19:56:00 +02:00
move.c tweaks: remove includes that appear to be superfluous 2017-08-06 09:08:30 +02:00
nano.c softwrap: properly update the viewport when adding text at firstcolumn 2017-08-13 13:46:49 +02:00
nano.h small addition: allow customizing the color of selected text 2017-08-06 09:30:32 +02:00
prompt.c tweaks: remove includes that appear to be superfluous 2017-08-06 09:08:30 +02:00
proto.h tweaks: rename a function, to let it make more sense 2017-08-13 10:08:50 +02:00
rcfile.c tweaks: sort the includes, so it's a little easier to see what is there 2017-08-06 19:40:30 +02:00
search.c tweaks: remove includes that appear to be superfluous 2017-08-06 09:08:30 +02:00
text.c tweaks: sort the includes, so it's a little easier to see what is there 2017-08-06 19:40:30 +02:00
utils.c tweaks: sort the includes, so it's a little easier to see what is there 2017-08-06 19:40:30 +02:00
winio.c softwrap: don't push a straddling tab to the next chunk 2017-08-13 21:06:23 +02:00