1
5
I try to run the nicklist addon with irssi using screen inside tmux but strangely :) it doesn't work and I get the input on top of the screen. Is it possible to run nicklist when you are on tmux?
1
5
I try to run the nicklist addon with irssi using screen inside tmux but strangely :) it doesn't work and I get the input on top of the screen. Is it possible to run nicklist when you are on tmux?
4
An alternative way is splitting your current window in tmux (C-b + h or whatever you set up your shortcut) (horizontal), resize that window (C-b + left/right) and then activate nicklist.pl in the "FIFO" way:
In irssi:
In a shell:
Then in irssi again:
/SET nicklist_heigth "height of nicklist"
/SET nicklist_width "width of nicklist"
/NICKLIST FIFO
So at the end you should have:
Finally tried tmux again and tested your solution and it seems to work well. Great answer! Thanks! – grm – 2012-05-09T08:39:24.247
I used it some time, but it got too annoying with switching and scrolling so I dropped the nicklist windows and doesn't really miss it. Thanks anyways for a good answer! – grm – 2012-05-30T14:00:46.903