1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-15 04:28:09 -04:00
irssi/src/fe-text
Timo Sirainen 6c2f9c685a --enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT
commands. /RUN -> /SCRIPT LOAD, /PERLFLUSH -> /SCRIPT FLUSH, /PERL ->
/SCRIPT EXEC. Added /SCRIPT UNLOAD, /SCRIPT LIST. Lots of cleanups.

filename_complete() has extra argument for "default directory" which is
searched if no path is given when completing.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1680 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-07-29 09:17:53 +00:00
..
.cvsignore ..and cvsignores for new binaries.. 2000-06-02 01:59:19 +00:00
gui-entry.c Replaced all direct curses calls with screen_xx() wrappers. This should 2001-06-01 21:49:07 +00:00
gui-entry.h delete_next_word key implemented, patch by Tinuk 2001-03-03 18:04:10 +00:00
gui-expandos.c Split expandos from special-vars.c to expandos.c. Added list of signals 2000-12-05 00:53:04 +00:00
gui-printtext.c Added --home and --config command line parameters to irssi to specify 2001-07-15 00:39:48 +00:00
gui-printtext.h Rewrote text buffer handling in windows - try #3. 2001-04-14 22:24:56 +00:00
gui-readline.c Replaced all direct curses calls with screen_xx() wrappers. This should 2001-06-01 21:49:07 +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 Replaced all direct curses calls with screen_xx() wrappers. This should 2001-06-01 21:49:07 +00:00
gui-windows.h Rewrote text buffer handling in windows - try #3. 2001-04-14 22:24:56 +00:00
irssi.c --enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT 2001-07-29 09:17:53 +00:00
lastlog.c Replaced GList by adding prev/next pointers to LINE_REC. This should make 2001-07-12 21:44:01 +00:00
mainwindow-activity.c removed some unused includes 2001-04-01 00:25:47 +00:00
mainwindows-save.c Rewrote text buffer handling in windows - try #3. 2001-04-14 22:24:56 +00:00
mainwindows.c Replaced all direct curses calls with screen_xx() wrappers. This should 2001-06-01 21:49:07 +00:00
mainwindows.h Replaced all direct curses calls with screen_xx() wrappers. This should 2001-06-01 21:49:07 +00:00
Makefile.am --enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT 2001-07-29 09:17:53 +00:00
module-formats.c /LASTLOG: -case option for case-sensitive matches. -force option is now 2001-03-03 17:45:35 +00:00
module-formats.h /LASTLOG: -case option for case-sensitive matches. -force option is now 2001-03-03 17:45:35 +00:00
module.h We're fe-text module, not gui-text 2000-07-09 14:22:12 +00:00
screen.c Resize fixes. Now SIGWINCH only sets a flag that a resize check is needed. 2001-07-29 02:25:55 +00:00
screen.h Replaced all direct curses calls with screen_xx() wrappers. This should 2001-06-01 21:49:07 +00:00
statusbar-items.c Added $cumode expando which works like $P, but prints voices/halfops also. 2001-06-26 19:27:26 +00:00
statusbar.c Replaced all direct curses calls with screen_xx() wrappers. This should 2001-06-01 21:49:07 +00:00
statusbar.h statusbar was a bit broken when using split windows 2001-05-11 17:35:38 +00:00
textbuffer-commands.c Added --home and --config command line parameters to irssi to specify 2001-07-15 00:39:48 +00:00
textbuffer-reformat.c /SB REDRAW functionality - not fully working yet. 2001-07-15 13:13:46 +00:00
textbuffer-reformat.h /SB REDRAW functionality - not fully working yet. 2001-07-15 13:13:46 +00:00
textbuffer-view.c Replaced GList by adding prev/next pointers to LINE_REC. This should make 2001-07-12 21:44:01 +00:00
textbuffer-view.h Replaced GList by adding prev/next pointers to LINE_REC. This should make 2001-07-12 21:44:01 +00:00
textbuffer.c Added a small sanity check - the condition should never happen, but it seems 2001-07-29 01:14:25 +00:00
textbuffer.h Replaced GList by adding prev/next pointers to LINE_REC. This should make 2001-07-12 21:44:01 +00:00