CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/20 08:40:45
Modified files:
bin/ksh : ksh.1 vi.c
Log message:
Clear screen before redrawing the line with ^L, also in input mode.
This is similar to the emacs mode clear-screen command. Unlike
bash, but like zsh, ^L also works in input mode, not just command
mode. OK kn@ tb@
