1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-08 04:26:01 -04:00
irssi/src/fe-text
Timo Sirainen 5bab99f096 Fixed 2 small memory leaks.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2209 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-12-07 04:27:32 +00:00
..
.cvsignore ..and cvsignores for new binaries.. 2000-06-02 01:59:19 +00:00
gui-entry.c Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen. 2001-10-28 18:40:12 +00:00
gui-entry.h Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen. 2001-10-28 18:40:12 +00:00
gui-expandos.c Configurable statusbar - see default config file (irssi.conf) for example 2001-10-13 16:11:13 +00:00
gui-printtext.c Added support for using terminfo/termcap instead of curses. By default, 2001-10-28 11:30:26 +00:00
gui-printtext.h Added support for changing indentation behaviour with modules. 2001-10-24 22:52:15 +00:00
gui-readline.c Specified "cleft" and "cright" for ctrl-left/right keys. Added xterm's 2001-11-19 23:57:29 +00:00
gui-readline.h Ctrl-K also puts the deleted text to cutbuffer which can be recovered 2000-07-11 09:44:38 +00:00
gui-windows.c set only non-automatic windows sticky so that the windows irssi creates at 2001-11-20 21:42:56 +00:00
gui-windows.h Added support for changing indentation behaviour with modules. 2001-10-24 22:52:15 +00:00
irssi.c add the "gui exit" with signal_add_last() so it can be aborted while still running the other "gui exit" hooks. 2001-12-03 13:06:31 +00:00
lastlog.c Added support for using terminfo/termcap instead of curses. By default, 2001-10-28 11:30:26 +00:00
mainwindow-activity.c removed some unused includes 2001-04-01 00:25:47 +00:00
mainwindows-layout.c Added support for using terminfo/termcap instead of curses. By default, 2001-10-28 11:30:26 +00:00
mainwindows.c /WINDOW STICK <ref#> OFF didn't work. 2001-11-20 03:38:53 +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 Removed statusbar-items.h 2001-11-12 09:15:39 +00:00
module-formats.c /LASTLOG -count option added. patch by dgl@dgl.cx 2001-10-19 11:59:27 +00:00
module-formats.h /LASTLOG -count option added. patch by dgl@dgl.cx 2001-10-19 11:59:27 +00:00
module.h Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen. 2001-10-28 18:40:12 +00:00
statusbar-config.c When overriding default statusbars, don't forget the 2001-11-15 18:57:31 +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 snprintf() -> g_snprintf() 2001-12-01 15:22:52 +00:00
statusbar.c Fixed 2 small memory leaks. 2001-12-07 04:27:32 +00:00
statusbar.h Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen. 2001-10-28 18:40:12 +00:00
term-curses.c Never print the last character in screen, this may break some terminals (cygwin at least). 2001-12-04 14:40:37 +00:00
term-terminfo.c Never print the last character in screen, this may break some terminals (cygwin at least). 2001-12-04 14:40:37 +00:00
term.c /SET term_force_colors was broken. 2001-11-27 13:05:16 +00:00
term.h Never print the last character in screen, this may break some terminals (cygwin at least). 2001-12-04 14:40:37 +00:00
terminfo-core.c Removed /SET term_scroll_fast - looks like il/dl commands work fine with 2001-11-16 10:05:21 +00:00
terminfo-core.h Removed /SET term_scroll_fast - looks like il/dl commands work fine with 2001-11-16 10:05:21 +00:00
textbuffer-commands.c Added support for using terminfo/termcap instead of curses. By default, 2001-10-28 11:30:26 +00:00
textbuffer-reformat.c didn't work properly with scripts calling Irssi::printformat() 2001-11-27 20:21:56 +00:00
textbuffer-reformat.h /SB REDRAW functionality - not fully working yet. 2001-07-15 13:13:46 +00:00
textbuffer-view.c --more-- works again, better than ever :) 2001-11-18 22:17:31 +00:00
textbuffer-view.h --more-- works again, better than ever :) 2001-11-18 22:17:31 +00:00
textbuffer.c textbuffer_insert() didn't work properly when trying to add empty string. 2001-11-15 22:36:12 +00:00
textbuffer.h Added support for using terminfo/termcap instead of curses. By default, 2001-10-28 11:30:26 +00:00
tparm.c added a "const" to cvtchar() to get rid of compiler warnings 2001-10-28 23:08:40 +00:00