Rewrite for a generic termcap(5) interface..
commit512069b8732bc437f5a9b0e66800ef319943c98a
authorSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Thu, 3 Mar 2016 15:02:21 +0000 (3 16:02 +0100)
committerSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Thu, 15 Sep 2016 13:57:21 +0000 (15 15:57 +0200)
tree4daf0ff2f4914573250986877bb858ed6fcce186
parentee663cfa0ff57b9624f1f15582b03b6ae9978d2b
Rewrite for a generic termcap(5) interface..

*term-ca-mode*, *line-editor-cursor-right*, this was all hacky
nonsense from the stone-age!

So do what the manual states since (nail.1: "Command line editor"
.. "On terminal control and line editor"..) and drop those,
replace them with *termcap* which allows the user to define
termcap(5) (later also: terminfo(5)) settings and
*termcap-disable* to disable interaction with the termcap library
even if that is available (turning *termcap* into sole provider).

The former NCL awaits the rewrite to be our new MLE, which then
works with the real termcap and also supports double-width
characters gracefully.  Until then (it will happen on [termcap.2],
too) simply remove the configurability of the former
*line-editor-cursor-right*.
accmacvar.c
lex.c
main.c
mk-conf.sh
nail.h
nailfuns.h
popen.c
termcap.c
tty.c