-
yuripv
andyf: hi, just noticed that vim and less (at least) are misbehaving after updating to latest bloody with TERM of xterm*, screen*; was there an ncurses update that could affect it?
-
richlowe
not since Jan 4th when it went to 6.4
-
richlowe
vim got an update though, so did tmux,
-
richlowe
(I don't know what you ran before, but I just did `git diff --name-only '@{last week}'`)
-
yuripv
I installed from the latest available ISO, 20230127, doing `man man` over ssh with TERM=xterm256-color seems to work fine; did `pkg update`, it's now omnios-r151047, doing `man man` with the same settings shows nothing (less misbehaves)
-
richlowe
that's definitely not the case on omnios-master-e925d4a8679
-
richlowe
which is a couple weeks old
-
richlowe
assuming that TERM is actually correct for your terminal and whatnot
-
richlowe
; awk -F= '$1 == "BUILD_ID"' /etc/os-release
-
richlowe
BUILD_ID=151047.0.2023.06.09
-
richlowe
if that helps you pin it down more
-
yuripv
BUILD_ID=151047.0.2023.06.30
-
yuripv
it's some unstable bug, it seems to display fine if i run tmux and quit it
-
yuripv
vim always seem to think term size is 80x25
-
richlowe
how big does stty think it is?
-
yuripv
rows = 29; columns = 120;
-
richlowe
while vim is still broken?
-
richlowe
that's weird
-
richlowe
I don't have ideas :(
-
richlowe
and I think andy is going to be very busy for at least a few more days.
-
yuripv
yep, both in (screen-256color) and out of (xterm-256color) tmux
-
yuripv
it could be windows terminal, but seems to be the same with iterm2
-
yuripv
but if you are not seeing it, then it must be me somehow :)
-
richlowe
or it broke between june 9th and 30th
-
richlowe
if this image build works (it's 50/50) I can try it on something newer, otherwise it'll be a bit (until I can fix the image build)
-
richlowe
yeah, it'll be a bit sorry, I botched this build.
-
yuripv
no worries, i'm trying to understand what i did wrong :D and thank you
-
yuripv
this reminds me of weird behavior in tmux that i was seeing quite some time ago where it would sometimes (often) get incorrect window size on startup (80x25?); less seems to have the same problem for me now (it would work 1 of 20 times it seems)