smol/src
Benno Schulenberg 2f1691079e usage: make the --help output independent from the terminal's tab size
Use printf's ability to align things (instead of trying to do it
ourselves and failing when the tab size of the terminal is not 8.)

Suggested-by: Vincent Huisman <site.gentoobugzilla@dataghost.com>

This fixes https://savannah.gnu.org/bugs/?56372.
Reported-by: Vincent Huisman <site.gentoobugzilla@dataghost.com>
2019-05-22 19:55:25 +02:00
..
Makefile.am organization: move all history-related stuff to its own file 2017-09-17 12:46:36 +02:00
browser.c tweaks: remove the two remaining handfuls of asserts 2019-05-19 18:58:02 +02:00
chars.c tweaks: adjust the indentation after the previous change 2019-04-06 19:45:45 +02:00
color.c rcfile: fully parse a syntax file only when needed 2019-05-20 10:25:47 +02:00
cut.c tweaks: rename two more functions, to be simpler too 2019-05-04 11:21:45 +02:00
files.c tweaks: adjust a comment and drop two others, and reshuffle two lines 2019-05-21 19:42:08 +02:00
global.c help: don't show Alt+Left and Alt+Right when running on a Linux console 2019-05-13 13:01:10 +02:00
help.c tweaks: reshuffle a couple of lines and adjust a few comments 2019-05-13 12:25:39 +02:00
history.c tweaks: rename a function, to better indicate what it does 2019-04-30 10:27:10 +02:00
move.c tweaks: rename another function, to be distinct and fitting 2019-04-24 10:52:49 +02:00
nano.c usage: make the --help output independent from the terminal's tab size 2019-05-22 19:55:25 +02:00
nano.h rcfile: fully parse a syntax file only when needed 2019-05-20 10:25:47 +02:00
prompt.c bindings: at a Yes-No prompt, accept also ^Y for "Yes" 2019-05-17 11:39:40 +02:00
proto.h tweaks: delete a now-unused function 2019-05-21 18:56:35 +02:00
rcfile.c tweaks: add a pair of braces, to silence a compiler warning 2019-05-21 17:25:45 +02:00
search.c tweaks: adjust some indentation after the previous change 2019-05-08 19:35:42 +02:00
text.c feedback: don't clear off possible error messages after a spell check 2019-05-21 19:42:44 +02:00
utils.c tweaks: use a more direct call when a single linestruct is deleted 2019-04-28 17:20:08 +02:00
winio.c tweaks: rename a function, to be more fitting 2019-04-28 11:01:51 +02:00