> I noticed that if you do: /statusbar prompt disable
> irssi will start hogging the cpu after you hit a few keys..

Well, input line is part of it so it's not very good idea to remove it :)
That CPU eating is because irssi tries to wait for the input line to come
back before reading any data from terminal, and that function is called all
the time. Could be fixed with some kludgeing but I don't think it's really
worth it.

> The /statusbar command is pretty useless in its own form if you don't
> have a /statusbar list  or so... If you have to bring up a text editor
> to check what the statusbars are named, you might as well edit stuff
> there..

well, first i wasn't going to do this but oh well :) /statusbar prints now a
list of all bars, and /statusbar <name> prints bar info.

> And while trying to get my theme (isozapp, unreleased to the public
> right now) ported over from bx I bumped into some things where I had to
> modify the config file to get all things in there.. Is there no way to
> add items from inside the theme? (Or is that too evil?)

Sort of evil i guess :) You should be able to change the look of statusbar
items from theme, but anything else belongs to config file.

> http://tomas.ogren.pp.se/tmp/isozapp.png
> Right now I'm doing that status bar by having a low-priority item which
> contains a whole bunch of '-----'.. could there be a better way in the
> future? (like a padding char/item ?)

hmm. padding char. maybe. i'll put in todo :)


Reply via email to