Running nicklist with irssi using screen inside 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?

grm

Posted 2011-04-18T13:11:51.960

Reputation: 2 164

Answers

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:

  • /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

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

ramonovski

Posted 2011-04-18T13:11:51.960

Reputation: 56

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