CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/04 22:38:58
Modified files:
bin/ksh : emacs.c sh.h var.c vi.c
Log message:
Inspecting Flag(FTALKING) to activate curses in the spot chosen by the
previous commit seems to fail in some circumstances because of order
of operations in ksh startup. So move the test and curses initialization
immediately before the tputs() calls.
discussion with tb
