Re: ksh vi mode bug

2025-04-03 Thread Lucas Gabriel Vuotto
Hey Walter, Thanks for the report. On Thu, Apr 03, 2025 at 02:55:11PM +0200, Walter Alejandro Iglesias wrote: > Using vi mode in ksh I noticed that the command endword (vi.c) gets > staked when the last character in a word is a UTF-8 character. > > To reproduce: > > In the line bellow, using vi

Re: uvm_map_protect(9) & amd64 pmap bug?

2025-04-03 Thread Miod Vallat
> But are you sure i386 is broken as well? The "&= PG_FRAME" there > doesn't do any damage on i386 and i386 doesn't have the VA space hole > that cause more grief on amd64 beyond that. I am not; I am not able to test the troublesome change on i386. But due to the pmap code being similar with no p

Re: ksh vi mode bug

2025-04-03 Thread Walter Alejandro Iglesias
Hi Lucas, On Thu, Apr 03, 2025 at 05:17:35PM +, Lucas Gabriel Vuotto wrote: > Hey Walter, > > Thanks for the report. > > On Thu, Apr 03, 2025 at 02:55:11PM +0200, Walter Alejandro Iglesias wrote: > > Using vi mode in ksh I noticed that the command endword (vi.c) gets > > staked when the last

ksh vi mode bug

2025-04-03 Thread Walter Alejandro Iglesias
Using vi mode in ksh I noticed that the command endword (vi.c) gets staked when the last character in a word is a UTF-8 character. To reproduce: In the line bellow, using vi mode, first move your cursor to the first character, then hit "e" several times. You'll see the cursor get stacked in the