irssi/src/fe-text
Timo Sirainen 4a33801669 Added/moved several "typedef struct _XXX XXX;" to common.h so that
they're known to all files and I don't need those stupid "void *xxx"
anymore just to avoid useless #include. Header files themselves don't
either include others as often anymore.

Added channel->ownnick to point to our NICK_REC in channel's nicks.
Gives a minor speedup in few places :)

Moved completion specific lastmsgs from channel/server core records to
fe-common/core specific records. Also changed the nick completion logic
a bit so it should work better now. Removed
completion_keep_publics_count setting, but changed the meaning of
completion_keep_publics to same as _count was before. Nick completion
doesn't have any time specific code anymore.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1034 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-01-01 07:45:54 +00:00
..
.cvsignore ..and cvsignores for new binaries.. 2000-06-02 01:59:19 +00:00
gui-entry.c Entry line scrolling works better. 2000-08-11 22:13:27 +00:00
gui-entry.h Changed the names of /BIND commands to be epic-compatible. Also added 2000-07-23 00:29:31 +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 /CLEAR -all - clear all windows. 2000-12-04 20:36:00 +00:00
gui-printtext.h /SB REDRAW fixes, multiline formats should work now correctly. 2000-12-02 20:34:00 +00:00
gui-readline.c /SET prompt, /SET prompt_window - Specifies the text in prompt. 2000-12-17 07:39:22 +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-textwidget.c /SCROLLBACK REDRAW - redraw the contents of current window according to 2000-11-21 03:00:05 +00:00
gui-windows.c bugfix for displaying 128-160 ascii chars. 2000-12-18 19:24:21 +00:00
gui-windows.h /SET prompt, /SET prompt_window - Specifies the text in prompt. 2000-12-17 07:39:22 +00:00
irssi.c Settings are now stored in module-specific blocks. Irssi complains 2000-12-17 05:44:45 +00:00
mainwindow-activity.c windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to 2000-11-17 16:27:14 +00:00
mainwindows.c window_[add|remove]_item -> window_item_[add|remove] 2000-12-02 19:08:21 +00:00
mainwindows.h windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to 2000-11-17 16:27:14 +00:00
Makefile.am Split expandos from special-vars.c to expandos.c. Added list of signals 2000-12-05 00:53:04 +00:00
module-formats.c Cleaned up printtext.c, split part of it to formats.c 2000-10-28 20:14:19 +00:00
module-formats.h Cleaned up printtext.c, split part of it to formats.c 2000-10-28 20:14:19 +00:00
module.h We're fe-text module, not gui-text 2000-07-09 14:22:12 +00:00
screen.c Win32 fixes - Irssi now compiles with MSVC++ :) 2000-11-18 15:32:59 +00:00
screen.h --disable-curses-windows option to configure 2000-10-08 12:54:26 +00:00
statusbar-items.c Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
statusbar.c windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to 2000-11-17 16:27:14 +00:00
statusbar.h Topic bar doesn't get erased anymore after resize. 2000-08-10 20:50:06 +00:00