summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
2000-11-04Removed useless part of code.Timo Sirainen
2000-10-29long word handling fixesTimo Sirainen
2000-10-29Don't indent the next line when long word is split. Also we try not toTimo Sirainen
2000-10-28Cleaned up printtext.c, split part of it to formats.cTimo Sirainen
2000-10-28Updated new default.theme to module-formats files.Timo Sirainen
2000-10-27use sigaction() instead of signal(). With some OSes the signal handlerTimo Sirainen
2000-10-15Some hilight+window activity related fixesTimo Sirainen
2000-10-11removed warningTimo Sirainen
2000-10-08--disable-curses-windows option to configureTimo Sirainen
2000-10-03--enable-perl=[yes|no|static]Timo Sirainen
2000-10-01Keyboard should never get stuck again when receiving huge amounts ofTimo Sirainen
2000-09-27Also moving windows and changing refnum updates activity list.Timo Sirainen
2000-09-27Closing window didn't update window activity list.Timo Sirainen
2000-09-25Don't show statusbar with bold colorTimo Sirainen
2000-09-24Bugfix for checking if user mode was empty (don't show (+) in statusbar)Timo Sirainen
2000-09-07Perl works now only as a runtime loadable moduleTimo Sirainen
2000-09-06No, SILC stuff still shouldn't be here :)Timo Sirainen
2000-09-06/set autocreate_query -> /set autocreate_query_levelTimo Sirainen
2000-09-01Added chat protocol register. Changed all chat_type fields to use it.Timo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-24send "irssi init finished" _after_ setting up perl support.Timo Sirainen
2000-08-23Call idlok() for all new subwindows.Timo Sirainen
2000-08-22Using blinking/bright background colors would crash irssi..Timo Sirainen
2000-08-20Channel mode handling changed - there's no more mode_xxx fields inTimo Sirainen
2000-08-19Parameters to key_bind() with scroll_end was given in wrong order.Timo Sirainen
2000-08-16/LAST - didn't work right.Timo Sirainen
2000-08-13Added i18n initialization.Timo Sirainen
2000-08-13Mail counter fixes.Timo Sirainen
2000-08-12bugfixesTimo Sirainen
2000-08-12Don't trigger window activity if window is already visible in someTimo Sirainen
2000-08-11Entry line scrolling works better.Timo Sirainen
2000-08-10Topic bar doesn't get erased anymore after resize.Timo Sirainen
2000-08-10Still some fixes for curseses without wresize() or resizeterm().Timo Sirainen
2000-08-10Windowing system fixes, doesn't crash anymore after window resizes.Timo Sirainen
2000-08-04When server is disconnected, change to use some other server in windowsTimo Sirainen
2000-07-31You can change the default line indentation with /SET indentTimo Sirainen
2000-07-31Don't draw the last character in entry line, this doesn't work rightTimo Sirainen
2000-07-30Mail check: the also file size changes as well as modify time changesTimo Sirainen
2000-07-29Bugfixes for the windowing system.Timo Sirainen
2000-07-27We want to ignore SIGPIPE *ALWAYS*, don't set it back to SIG_DFL.Timo Sirainen
2000-07-26Mainwindows use now real curses WINDOWs, this should fix irssi with someTimo Sirainen
2000-07-26No, we still don't want silc_init() here..Timo Sirainen
2000-07-23Call key_unbind()s at deinit.Timo Sirainen
2000-07-23Display bolds with the current_theme->default_color color, not with theTimo Sirainen
2000-07-23Added syntaxes of all commands in comments, they're going to be used toTimo Sirainen
2000-07-23Changed the names of /BIND commands to be epic-compatible. Also addedTimo Sirainen
2000-07-18/LASTLOG ignored LINE_CMD_COLOR0 commands.Timo Sirainen
2000-07-16Don't ever add \0\0 to text queue - this might break things. Use \0 +Timo Sirainen
2000-07-16Ctrl-L calls now irssi_redraw() instead of the curses' default..Timo Sirainen
2000-07-16When redrawing screen, refresh the screen after clear() so that cursesTimo Sirainen