1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00
irssi/src/fe-text
Timo Sirainen b2a7ac4686 irsis --dummy fixed.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2850 dbcabf3a-b0e7-0310-adc4-f8d773084564
2002-06-07 15:52:16 +00:00
..
.cvsignore ..and cvsignores for new binaries.. 2000-06-02 01:59:19 +00:00
gui-entry.c ^Y shouldn't crash with empty cutbuffer 2002-02-25 17:28:55 +00:00
gui-entry.h Backspace/delete shouldn't modify cutbuffer. 2002-02-20 12:46:45 +00:00
gui-expandos.c /SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's 2002-02-15 13:38:24 +00:00
gui-printtext.c minor fix 2002-04-28 11:30:09 +00:00
gui-printtext.h Added support for changing indentation behaviour with modules. 2001-10-24 22:52:15 +00:00
gui-readline.c Empty lines can be now sent to /EXEC -interactive windows. 2002-06-07 15:32:17 +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 /SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's 2002-02-15 13:38:24 +00:00
gui-windows.h Added support for changing indentation behaviour with modules. 2001-10-24 22:52:15 +00:00
irssi.c irsis --dummy fixed. 2002-06-07 15:52:16 +00:00
lastlog.c Added -before and -after options to /LASTLOG. You can also use 2002-01-20 16:57:06 +00:00
mainwindow-activity.c removed some unused includes 2001-04-01 00:25:47 +00:00
mainwindows-layout.c Comments are now allowed everywhere in config files. 2002-02-02 17:37:44 +00:00
mainwindows.c Show window's scroll state with /WINDOW. 2002-02-22 13:12:33 +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 link with -export-dynamic. normally glib includes the dynamic linking info, 2002-05-08 00:27:46 +00:00
module-formats.c added %# to a few "/window" lines. 2002-04-28 11:30:31 +00:00
module-formats.h Show window's scroll state with /WINDOW. 2002-02-22 13:12:33 +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 Added /STATUSBAR # RESET command for removing the whole statusbar block from 2002-02-16 15:10:27 +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 Input lines are now never destroyed and they're associated to statusbar 2002-03-24 19:06:47 +00:00
statusbar.c make sure the statusbar item fills the space it's given, so it won't corrupt 2002-05-13 16:05:30 +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 --disable-terminfo didn't work 2002-02-17 15:42:07 +00:00
term-dummy.c Separate irssi-dummy binary was a bit stupid idea, now it can be started with -d command line parameter. 2001-12-17 18:41:06 +00:00
term-terminfo.c some optimizations to not uselessly hide/show/move cursor - hope i didn't 2002-05-12 14:48:11 +00:00
term.c don't use TIOCGWINSZ terminal size if it returns only 0x0. 2002-05-13 17:11:04 +00:00
term.h Get the terminal size at startup with ioctl() and use it. Fixes at least 2002-03-14 23:46:48 +00:00
terminfo-core.c Scrolling was buggy with "ri" method, it tried to used "rin" as well 2002-03-14 23:33:33 +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 /CLEAR <refnum> now clears specified window. 2002-03-19 17:24:28 +00:00
textbuffer-reformat.c fixed several signal leaks 2002-04-15 14:06:57 +00:00
textbuffer-reformat.h /SB REDRAW functionality - not fully working yet. 2001-07-15 13:13:46 +00:00
textbuffer-view.c External indent functions (theme_indent module) weren't working properly. 2002-05-18 11:51:04 +00:00
textbuffer-view.h Preliminary support for UTF8 with /SET term_utf8 ON. Input line is still 2002-01-29 01:33:41 +00:00
textbuffer.c changed log domain and changed few g_return_if_fails to g_asserts. the 2002-05-13 17:07:37 +00:00
textbuffer.h Comment changes 2002-01-27 20:42:45 +00:00
tparm.c since common.h wasn't included in this, changed i_isdigit() -> isdigit() 2002-02-08 22:09:39 +00:00
utf8.c compiler warning fixes 2002-02-17 14:25:10 +00:00
utf8.h compiler warning fixes 2002-02-17 14:25:10 +00:00