Re: BUG: terminal vim 9.0.1506 x64 window 10

2023-06-17 Thread Steve Martin
I'm puzzled by this, and have to believe this must be either a terminal problem or some vim plugin interaction with that terminal. I just used Windows Terminal (Preview to be exact) set to max screen size (2560x1440) and set the font to 6pt. That results in terminal Lines x Columns=134x585.

Re: BUG: terminal vim 9.0.1506 x64 window 10

2023-06-17 Thread Robert Solomon
To be clearer: Windows 10 My quick testing involved me starting take command and using the mouse to size the window. Take command shows the window size in the bottom right corner. After setting the window size, I start vim using my _vimrc as I usually do. I did not change anything from

Re: Change cursor shape in command-line mode

2023-06-17 Thread Bram Moolenaar
Enan Ajmain wrote: > Vim allows changing cursor shapes according to the current mode: insert, > replace, or normal. Vim does this using terminal escape sequences. > Details are in ':h termcap-cursor-shape'. > > I was wondering if I could change the cursor shape in command-line mode. > I'm

Re: BUG: terminal vim 9.0.1506 x64 window 10

2023-06-17 Thread Bram Moolenaar
> Quick experimentation indicates that console mode vim fails when width >= > 250. But not every time. > > I don't think height matters. OK, so what reproduction steps are required? I tried this: - start "vim --clean" - :set columns=260 - :term - vim --clean somefile - ? I could not make

Re: BUG: terminal vim 9.0.1506 x64 window 10

2023-06-17 Thread Robert Solomon
Quick experimentation indicates that console mode vim fails when width >= 250. But not every time. I don't think height matters. On Sat, Jun 17, 2023, 9:59 AM Bram Moolenaar wrote: > > Robert Solomon wrote: > > [...] > > > I learned there that vim is known to dislike non-standard terminal >