Re: ksh horizontal line scrolling

2024-02-10 Thread Jeremy Baxter
On Sun Feb 11, 2024 at 12:34 AM NZDT, Alexander Arkhipov wrote: > I assume, the logic is similar for the emacs mode. So, unless I missed > something, disabling both the vi and emacs modes is the only way to get > rid of the behaviour. Makes sense, I might try to fiddle around with the code to see

Re: ksh horizontal line scrolling

2024-02-10 Thread Alexander Arkhipov
"Jeremy Baxter" wrote: > Hi all, I'm trying to disable the horizontal line scrolling feature in ksh, > enabled through `set -o vi' or `set -o emacs'. ksh(1) says this about it: > > In these editing modes, if a line is longer than the screen width (see > the COLUMNS parameter), a `>', `+',

Re: ksh horizontal line scrolling

2024-02-08 Thread Otto Moerbeek
On Fri, Feb 09, 2024 at 01:17:06PM +1300, Jeremy Baxter wrote: > Hi all, I'm trying to disable the horizontal line scrolling feature in ksh, > enabled through `set -o vi' or `set -o emacs'. ksh(1) says this about it: > > In these editing modes, if a line is longer than the screen width (see >

ksh horizontal line scrolling

2024-02-08 Thread Jeremy Baxter
Hi all, I'm trying to disable the horizontal line scrolling feature in ksh, enabled through `set -o vi' or `set -o emacs'. ksh(1) says this about it: In these editing modes, if a line is longer than the screen width (see the COLUMNS parameter), a `>', `+', or `<' character is displayed in