1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00
irssi/src/fe-common/core
Timo Sirainen 62a7faf5b2 strip_real_length(): initialize last_color_pos and last_color_len to
-1. Word hilighting crashed if there was no colors set in the line..


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1282 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-02-22 08:35:53 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
autorun.c windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to 2000-11-17 16:27:14 +00:00
chat-completion.c DCC chat nicks are in /MSG completion list now if chat isn't in query. 2001-02-09 22:00:51 +00:00
chat-completion.h DCC chat nicks are in /MSG completion list now if chat isn't in query. 2001-02-09 22:00:51 +00:00
command-history.c windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to 2000-11-17 16:27:14 +00:00
command-history.h windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to 2000-11-17 16:27:14 +00:00
completion.c Spaces at the start of line confused the completion some. 2001-01-28 03:04:44 +00:00
completion.h File name completion for /DCC SEND 2000-06-17 15:58:40 +00:00
fe-channels.c Make a temporary window bind if you get kicked from channel. Never 2001-02-22 05:49:30 +00:00
fe-channels.h /HELP, /NAMES: using now the column helper function in misc.c. /NAMES 2001-01-28 15:46:00 +00:00
fe-common-core.c /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log 2001-02-21 19:19:24 +00:00
fe-common-core.h ..adding new files.. 2000-04-26 08:03:38 +00:00
fe-core-commands.c Moved /HELP to fe-help.c 2001-02-19 04:44:15 +00:00
fe-exec.c Added PROCESS_REC to fe-exec.h and perl support for it. "exec new" and 2001-02-13 19:26:43 +00:00
fe-exec.h Added PROCESS_REC to fe-exec.h and perl support for it. "exec new" and 2001-02-13 19:26:43 +00:00
fe-expandos.c /SET prompt, /SET prompt_window - Specifies the text in prompt. 2000-12-17 07:39:22 +00:00
fe-help.c Moved /HELP to fe-help.c 2001-02-19 04:44:15 +00:00
fe-ignore-messages.c Ignoring updates. Added support for nickmatch cache. One ignore can't 2001-01-28 07:22:22 +00:00
fe-ignore.c Autoignore fixes by fuchs (not tested, hope it works ;) 2001-02-22 06:09:48 +00:00
fe-log.c Errors reading/writing config and theme files are now handled properly 2001-02-20 01:54:14 +00:00
fe-messages.c multi identical nick fixes 2001-02-20 00:33:51 +00:00
fe-messages.h added "message own_public" and "message own_private" events that are 2001-01-01 16:57:25 +00:00
fe-modules.c /LOAD module tries to load "module_core" instead. If it wasn't found, 2001-02-17 10:35:35 +00:00
fe-queries.c Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
fe-queries.h /set autocreate_query -> /set autocreate_query_level 2000-09-06 21:30:56 +00:00
fe-server.c /SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses in 2001-02-20 16:23:28 +00:00
fe-settings.c /TOGGLE without parameters now complains not having enough parameters.. 2001-02-19 07:16:32 +00:00
fe-windows.c window_bind_remove_unsticky(): crashfix 2001-02-19 02:26:32 +00:00
fe-windows.h Highlight colors can now have background color set with fg,bg. Works 2001-02-19 03:25:24 +00:00
formats.c strip_real_length(): initialize last_color_pos and last_color_len to 2001-02-22 08:35:53 +00:00
formats.h added format_get_length() for getting length of text part in a format 2001-02-21 04:21:15 +00:00
hilight-text.c strip_real_length(): initialize last_color_pos and last_color_len to 2001-02-22 08:35:53 +00:00
hilight-text.h Highlighting updates. -word renamed to -full. Added new -word option 2001-01-21 04:14:24 +00:00
keyboard.c In core/module-formats.h: IRCTXT_ -> TXT_ 2001-01-07 19:42:59 +00:00
keyboard.h Added keyboard_entry_redirect() function to keyboard.[ch] which sends 2001-01-04 18:01:51 +00:00
Makefile.am /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log 2001-02-21 19:19:24 +00:00
module-formats.c /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log 2001-02-21 19:19:24 +00:00
module-formats.h /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log 2001-02-21 19:19:24 +00:00
module.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
printtext.c added format_get_length() for getting length of text part in a format 2001-02-21 04:21:15 +00:00
printtext.h added format_get_length() for getting length of text part in a format 2001-02-21 04:21:15 +00:00
themes.c Errors reading/writing config and theme files are now handled properly 2001-02-20 01:54:14 +00:00
themes.h Reload theme after /SET theme if it was modified. 2001-02-20 01:12:47 +00:00
translation.c ..adding new files.. 2000-04-26 08:03:38 +00:00
translation.h ..adding new files.. 2000-04-26 08:03:38 +00:00
window-activity.c Highlight colors can now have background color set with fg,bg. Works 2001-02-19 03:25:24 +00:00
window-commands.c /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log 2001-02-21 19:19:24 +00:00
window-items.c Make a temporary window bind if you get kicked from channel. Never 2001-02-22 05:49:30 +00:00
window-items.h Removed window parameter from window_item_remove() and 2001-01-06 21:58:28 +00:00
windows-layout.c /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log 2001-02-21 19:19:24 +00:00
windows-layout.h /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log 2001-02-21 19:19:24 +00:00