1
0
mirror of https://github.com/irssi/irssi.git synced 2024-11-03 04:27:19 -05:00
irssi/src/fe-text
Jilles Tjoelker 38306ad488 Allow ctrl+home/ctrl+end to go to the beginning/end of scrollback.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5075 dbcabf3a-b0e7-0310-adc4-f8d773084564
2009-05-22 12:48:02 +00:00
..
gui-entry.c Remove internal utf8 functions in favour of glib ones. 2008-12-09 11:59:16 +00:00
gui-entry.h
gui-expandos.c Fix leak with $L expando. 2008-04-21 14:00:02 +00:00
gui-printtext.c Fix last change. 2009-01-13 18:51:25 +00:00
gui-printtext.h
gui-readline.c Allow ctrl+home/ctrl+end to go to the beginning/end of scrollback. 2009-05-22 12:48:02 +00:00
gui-readline.h
gui-windows.c Remove unused variables. 2009-03-01 00:22:29 +00:00
gui-windows.h
irssi.c Remove buggy /scrollback redraw - scrollback_save_formats. 2009-01-10 18:38:08 +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
mainwindows.c Code Cleanup: 2009-02-08 17:22:42 +00:00
mainwindows.h
Makefile.am Remove buggy /scrollback redraw - scrollback_save_formats. 2009-01-10 18:38:08 +00:00
module-formats.c
module-formats.h
module.h
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
statusbar-item.h Add function to set minimum/maximum size for a statusbar item. 2008-12-01 18:18:59 +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 Code Cleanup: 2009-02-08 17:22:42 +00:00
statusbar.h Add public header with interfaces to manage statusbar items, bug #535. 2008-12-01 18:12:52 +00:00
term-curses.c Remove non-working detach/attach code. 2008-04-19 15:01:16 +00:00
term-dummy.c
term-terminfo.c Check for SIGCONT using a custom GSource instead of every 0.5 second. 2009-02-27 14:20:35 +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 Reject invalid level specifications in /set. 2009-02-21 21:17:51 +00:00
textbuffer-view.c Replace invalid utf-8 bytes with U+FFFD when drawing a line. 2009-01-18 12:46:57 +00:00
textbuffer-view.h Revert r4964, at least one script uses ypos. 2008-12-12 10:42:14 +00:00
textbuffer.c Code Cleanup: 2009-02-08 17:22:42 +00:00
textbuffer.h Remove broken and unused format to add an indent function to a line. 2009-01-13 18:31:31 +00:00
tparm.c