mx_termcap_init(): fix: no auto_right_margin except with library support..
commitb578715b5161abac23ad80ecebe67210c9b43a48
authorSteffen Nurpmeso <steffen@sdaoden.eu>
Tue, 12 Jan 2021 16:06:47 +0000 (12 17:06 +0100)
committerSteffen Nurpmeso <steffen@sdaoden.eu>
Tue, 12 Jan 2021 18:03:25 +0000 (12 19:03 +0100)
tree3277799b572db3addae07b3653cb591f9c8dc0cf
parente917505c5d28b53af58d0127e011c65cae007796
mx_termcap_init(): fix: no auto_right_margin except with library support..

In 79fee7e46da86fa0a1829fc09849070f2cae6e03 (termcap care for
auto_right_margin/eat_newline_glitch (Jörg Schilling)..,
2018-11-19) we started looking out for "!am || xenl".

However, when build without library support this effectively
always sets free the full terminal width since *termcap* cannot
"not include" a boolean!  Therefore stop using "am" unless we do
have full terminal support, and only lookup xenl
eat_newline_glitch otherwise.
nail.1
src/mx/termcap.c