To Be GNU/Hurd
Mon, 23 Jan 2006
Irssi and gnome-terminal
I finally figured out a way to get link-highlighting to work consistantly with irssi inside gnome-terminal. The problem was that if the url ended on the far left character of the terminal, gnome-terminal would think that they link continued down to the next line. This caused gnome-terminal to append the timestamp onto a url every once in a while. To fix this I simply added a space at the beginning of the timestamp format (and after, just to be symetrical).
/set timestamp_format %H:%M /save
Horray!
Comments