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?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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:

  • /NICKLIST FIFO (only the first time, to create the fifo)

In a shell:

  • In the window we split and resize: $ cat ~/.irssi/nicklistfifo

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:

--------------------------|----------

---------irssi ---------- |nicklist

--------------------------|----------

link|improve this answer
Finally tried tmux again and tested your solution and it seems to work well. Great answer! Thanks! – grm May 9 at 8:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.