1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00
irssi/src/fe-text
2001-11-05 14:48:03 +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 Quit if terminal gets lost. 2001-11-03 13:12:15 +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 indent_always setting was wrongly set when configuration was changed. 2001-11-01 17:55:49 +00:00
gui-windows.h Added support for changing indentation behaviour with modules. 2001-10-24 22:52:15 +00:00
irssi.c Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +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 Windows weren't created with correct size. When setting statusbar lines for 2001-10-29 18:42:42 +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 Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get before possibly identically named headers in the glib's include directory. 2001-11-05 14:48:03 +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 Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen. 2001-10-28 18:40:12 +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 Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen. 2001-10-28 18:40:12 +00:00
statusbar-items.h Configurable statusbar - see default config file (irssi.conf) for example 2001-10-13 16:11:13 +00:00
statusbar.c Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen. 2001-10-28 18:40:12 +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 term_getch() -> term_gets() which can be used to read multiple keypresses at 2001-10-28 23:47:47 +00:00
term-terminfo.c Virtualized cursor movement and clearing to end of line. Now neither is done 2001-11-03 15:31:13 +00:00
term.c Some resize fixes. With terminfo + /SET indent_always OFF, doubleclicking 2001-10-28 21:17:34 +00:00
term.h term_getch() -> term_gets() which can be used to read multiple keypresses at 2001-10-28 23:47:47 +00:00
terminfo-core.c Reset the color before clearing screen. Set the cursor invisible when moving 2001-11-03 14:42:28 +00:00
terminfo-core.h Reset the color before clearing screen. Set the cursor invisible when moving 2001-11-03 14:42:28 +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 Some internal changes how /SERVER command works. Added /SERVER PURGE 2001-08-14 13:19:06 +00:00
textbuffer-reformat.h /SB REDRAW functionality - not fully working yet. 2001-07-15 13:13:46 +00:00
textbuffer-view.c Still messing up with colors. 2001-11-04 21:47:37 +00:00
textbuffer-view.h Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen. 2001-10-28 18:40:12 +00:00
textbuffer.c Added support for using terminfo/termcap instead of curses. By default, 2001-10-28 11:30:26 +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