irssi / scripts.irssi.org

Script Repository for Irssi
https://scripts.irssi.org
491 stars 234 forks source link

[trackbar.pl] trackbar drawing over adv_windowlist #806

Open noahrama opened 2 years ago

noahrama commented 2 years ago

I observe trackbar drawing over my adv_windowlist

Is there a setting, in irssi, or otherwise, which can fix this? perhaps adding some space after the last message?

image

it will even draw two lines in a row :\ image

vague666 commented 2 years ago

Check you TERM, what does /eval echo $TERM output? And does that match your terminal? Mind that if you use screen/tmux the TERM has to start with screen or tmux, ie screen-256color or tmux-256color for example

noahrama commented 2 years ago

$ eval echo $TERM xterm-256color

and this matches the alacritty config TERM: xterm-256color

no screen or tmux

vague666 commented 2 years ago

Try another terminal, alacritty has some interesting problems sometimes

vague666 commented 2 years ago

Err, the /eval echo $TERM was to be run inside irssi (thus the / :) )

noahrama commented 2 years ago

@vague666 correct, unfortunately, its still xterm-256color

I have also misled you, its nothing to do with adv_windowlist it seems. below it is unloaded: image

just the status line acting strangely. possibly and error in the config? :S

EDIT: as far as i can tell, its only in Alacritty, after checking with xterm

vague666 commented 2 years ago

It's alacritty that's to blame then, I don't think irssi can do anything to correct its behaviour

ailin-nemui commented 2 years ago

could also be a wrong locale somewhere