On Tue, Apr 02, 2019 at 05:04:42PM +0200, Klemens Nanni wrote: > On Tue, Apr 02, 2019 at 04:56:58PM +0200, Jeremie Courreges-Anglas wrote: > > The diff changes only the emacs mode. I don't think sh.1 needs to be > > adjusted given that the paragraph you quote is about vi mode. > Sure it's just emacs mode. But for sh(1), ^L does print a literal "^L" > in vi mode; in emacs mode, it currently refreshes the line as this > paragraph states.
Yes, ^L is printed in vi insert mode. The text you quoted is about vi command mode which does indeed redraw the current line on ^L. I agree with jca, no need for a change there.
