darac / irssi-powerline

Powerline theme for IRSSI
GNU General Public License v2.0
33 stars 1 forks source link

Missing, hidden entries when windowlist wraps #6

Open jcharaoui opened 8 years ago

jcharaoui commented 8 years ago

Often times when the window list is long enough to span multiple lines, window entries are missing from the end of the line where it wraps into the next.

darac commented 7 years ago

I have a feeling this is down to adv_windowlist.pl. That script seems to expect fairly simple theming such as "[#channelname]".

Ideally, I'd like to bring the full power of powerline to this theme. That is, do away with adv_windowlist.pl, develop some irssi-python modules that create a channel list etc, and then use powerline's rendering system to properly join the segments.

At best, until then, this is just a "powerline-like" theme.

ailin-nemui commented 7 years ago

first of all you should update irssi and adv_windowlist. I am not using your theme but if there are any issues that you can prove to be in the most recent irssi and adv_windowlist I can take a look