1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00
irssi/src/fe-text
Emanuele Giaquinta da86080d40 Move check on term_type outside of strlen_big5.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4917 dbcabf3a-b0e7-0310-adc4-f8d773084564
2008-11-18 09:59:54 +00:00
..
gui-entry.c Move check on term_type outside of strlen_big5. 2008-11-18 09:59:54 +00:00
gui-entry.h Add function to delete the whole cell under the cursor and use it for 2007-05-25 22:21:39 +00:00
gui-expandos.c Fix leak with $L expando. 2008-04-21 14:00:02 +00:00
gui-printtext.c Make line_add_colors part of the textbuffer api. 2008-03-10 12:05:43 +00:00
gui-printtext.h Added support for changing indentation behaviour with modules. 2001-10-24 22:52:15 +00:00
gui-readline.c Revert r4912. 2008-11-18 09:21:36 +00:00
gui-readline.h Since I accidentally already committed some of the detach-code, here's the 2001-12-17 23:01:12 +00:00
gui-windows.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
gui-windows.h Added support for changing indentation behaviour with modules. 2001-10-24 22:52:15 +00:00
irssi.c g_mem_set_vtable must be called before using any other GLib functions. 2008-03-07 15:11:24 +00:00
lastlog.c Remove the refcount on LINE_REC. 2008-11-01 17:56:56 +00:00
mainwindow-activity.c Fix leak. 2008-05-27 18:19:34 +00:00
mainwindows-layout.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
mainwindows.c Use g_ascii_str{,n}casecmp for case insensitive comparison with 2008-03-09 12:17:55 +00:00
mainwindows.h Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen. 2001-10-28 18:40:12 +00:00
Makefile.am Remove gettext leftover. 2007-12-05 14:29:08 +00:00
module-formats.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
module-formats.h paste texts are themeable now. 2003-11-17 14:09:15 +00:00
module.h /SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's 2002-02-15 13:38:24 +00:00
statusbar-config.c Use g_ascii_str{,n}casecmp for case insensitive comparison with 2008-03-09 12:01:16 +00:00
statusbar-config.h Configurable statusbar - see default config file (irssi.conf) for example 2001-10-13 16:11:13 +00:00
statusbar-items.c Add 'actlist_names' option to add active items names in 'act' statusbar item. 2008-06-10 10:21:00 +00:00
statusbar.c Reindent. 2007-12-05 13:06:55 +00:00
statusbar.h bit fields should be unsigned type always (unsigned int dirty:1). 2002-03-13 03:23:38 +00:00
term-curses.c Remove non-working detach/attach code. 2008-04-19 15:01:16 +00:00
term-dummy.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
term-terminfo.c Handle bold/blink attributes like other attributes rather than mapping them to 2008-11-15 21:51:07 +00:00
term.c Use g_get_charset to check if the locale codeset is UTF-8. 2008-05-14 09:11:31 +00:00
term.h Handle bold/blink attributes like other attributes rather than mapping them to 2008-11-15 21:51:07 +00:00
terminfo-core.c Simplify computation of TERM_REC fields offsets using G_STRUCT_OFFSET/G_STRUCT_MEMBER_P. 2008-04-20 09:24:12 +00:00
terminfo-core.h Change type of 'chr' argument in terminfo_repeat/term_addch to 'char'. 2008-04-04 08:41:44 +00:00
textbuffer-commands.c Remove scrollback_levelclear_levels setting and add a 'level' option to 2008-10-21 11:09:51 +00:00
textbuffer-reformat.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
textbuffer-reformat.h /SB REDRAW functionality - not fully working yet. 2001-07-15 13:13:46 +00:00
textbuffer-view.c Handle bold/blink attributes like other attributes rather than mapping them to 2008-11-15 21:51:07 +00:00
textbuffer-view.h Generalize window_lastlog_clear in textbuffer_view_remove_lines_by_level. 2007-02-17 15:31:10 +00:00
textbuffer.c Handle indent in textbuffer_line2text. This fixes indentation in /lastlog and buf.pl. 2008-11-15 22:04:57 +00:00
textbuffer.h Handle bold/blink attributes like other attributes rather than mapping them to 2008-11-15 21:51:07 +00:00
tparm.c since common.h wasn't included in this, changed i_isdigit() -> isdigit() 2002-02-08 22:09:39 +00:00