irssi/src/perl/ui
Timo Sirainen d346fbe1a9 Better !channel support - window items now have "visual_name" and channels
and queries also have "name". Normally they're identical but with !channels
the visible_name contains the short !channel name, while name contains
full !ABCDEchannel name.

The visible_name should be used whenever displaying the channel name, or as
printtext()'s target. So, this breaks a few scripts in !channels, they need
to be modified to use $channel->{visible_name} instead.

Also /LAYOUT SAVE should finally work properly with !channels.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2797 dbcabf3a-b0e7-0310-adc4-f8d773084564
2002-05-16 00:34:37 +00:00
..
.cvsignore Dependencies finally work correctly in perl libraries (they're each compiled 2001-10-20 19:52:07 +00:00
Formats.xs fixes 2002-05-13 18:25:21 +00:00
Makefile.PL.in Dependencies finally work correctly in perl libraries (they're each compiled 2001-10-20 19:52:07 +00:00
module.h Moved fe_perl module to use Irssi::UI .. this breaks several scripts that 2001-06-27 22:56:17 +00:00
Themes.xs Better !channel support - window items now have "visual_name" and channels 2002-05-16 00:34:37 +00:00
typemap Don't crash when trying to bless NULLs 2001-07-24 22:21:48 +00:00
UI.pm Perl's print and printf calls now write the text to irssi's window. You 2002-03-24 19:37:12 +00:00
UI.xs Support for "immortal" windows, that can't be closed until explicitly set to 2002-02-10 14:59:36 +00:00
Window.xs Better !channel support - window items now have "visual_name" and channels 2002-05-16 00:34:37 +00:00