1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 02:45:25 -04:00
irssi/src/fe-text
Timo Sirainen 37f8547dc4 Added ^I = "tab" key.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2490 dbcabf3a-b0e7-0310-adc4-f8d773084564
2002-02-17 10:09:04 +00:00
..
.cvsignore ..and cvsignores for new binaries.. 2000-06-02 01:59:19 +00:00
gui-entry.c Cutbuffer should be cleared when ^U is used in empty line (or in general, 0 2002-02-16 10:11:00 +00:00
gui-entry.h transpose_characters was broken 2002-02-15 16:02:14 +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 It's possible to use black foreground color now. 2002-02-10 14:21:29 +00:00
gui-printtext.h Added support for changing indentation behaviour with modules. 2001-10-24 22:52:15 +00:00
gui-readline.c Added ^I = "tab" key. 2002-02-17 10:09:04 +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 Ignoring SIGTRAP signal which is sent at /UPGRADE time. 2002-02-02 19:55:33 +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 When resizing terminal, width of all split windows weren't always updated 2002-02-01 19:26:58 +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 Preliminary support for UTF8 with /SET term_utf8 ON. Input line is still 2002-01-29 01:33:41 +00:00
module-formats.c /STATUSBAR now prints a list of statusbars, /STATUSBAR <name> prints 2002-02-16 07:30:57 +00:00
module-formats.h /STATUSBAR now prints a list of statusbars, /STATUSBAR <name> prints 2002-02-16 07:30:57 +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 /SET term_type didn't take effect on entry until the second time it was 2002-02-15 18:39:32 +00:00
statusbar.c Added /STATUSBAR commands for most commonly used tasks. 2002-02-15 21:42:31 +00:00
statusbar.h Added /STATUSBAR commands for most commonly used tasks. 2002-02-15 21:42:31 +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-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 /SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's 2002-02-15 13:38:24 +00:00
term.c Disable the nl_langinfo() if CODESET isn't defined (openbsd). 2002-02-15 19:33:05 +00:00
term.h /SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's 2002-02-15 13:38:24 +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 Still some #include "servers.h"s .. 2001-12-20 02:17:35 +00:00
textbuffer-reformat.c added some pointer casting to get rid of warnings with some compilers. 2002-02-01 20:14:30 +00:00
textbuffer-reformat.h /SB REDRAW functionality - not fully working yet. 2001-07-15 13:13:46 +00:00
textbuffer-view.c /SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's 2002-02-15 13:38:24 +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 /LAST -before didn't print the separators. 2002-02-15 09:22:35 +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 get_utf8_char() was buggy 2002-02-15 14:09:10 +00:00
utf8.h /SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's 2002-02-15 13:38:24 +00:00