CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/12/01 10:51:10
Modified files:
net/irssi : Makefile
Added files:
net/irssi/patches: patch-src_fe-common_core_windows-layout_c
patch-src_irc_core_irc-expandos_c
Log message:
fixes from Irssi SVN, from Brad. "go ahead" viq (maintainer).
- Set window binds for channel items as sticky when re-creating window
binds as part of /layout save. This addresses the problem of previously
saved channel window items forgetting their windows upon reconnection,
which resulted in them being opened in new windows.
- Ensure that expando_cumode_space() doesn't free unallocated memory when no
prefix exists by conditionally allocating and marking to-be-freed the cumode
string inside of expando_cumode().