shabble / irssi-scripts

Repo to store some personal irssi scripts
151 stars 24 forks source link

vim_mode statusbar items in prompt statusbar gone after restart #6

Closed ghost closed 13 years ago

ghost commented 13 years ago

Adding the vim_mode and vim_windows statusbar items to the prompt line with e.g. /statusbar prompt add -after input -priority 15 -alignment right vim_mode works only until irssi is restarted. The items are correctly saved to the config file but will not be visible or appear under items in /statusbar prompt

Doing /reload will then correctly load and display the items.

shabble commented 13 years ago

Tracked down due to uberprompt.pl calling a /statusbar prompt reset during loading to avoid some quirks where it can appear in the wrong place. Resolved using the new /set uberprompt_load_hook /command to allow the sbar items to be added and removed dynamically when uberprompt is loaded and unloaded.