summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
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
2000-07-16Print the text with the "default" color (whatever is set with xterm -fg) -Timo Sirainen
2000-07-15Small bugfix with resizing window.Timo Sirainen
2000-07-11Ctrl-K also puts the deleted text to cutbuffer which can be recoveredTimo Sirainen
2000-07-11KEY_LL = end keyTimo Sirainen
2000-07-11Ctrl-Y fixed when there was no text to undelete. Added CTRL() macro forTimo Sirainen
2000-07-10Enabled lots of GCC warnings, fixed those that were easy to fix.Timo Sirainen
2000-07-09Removed a warningTimo Sirainen
2000-07-09We're fe-text module, not gui-textTimo Sirainen
2000-07-09You can change statusbar colors with /SET statusbar_xxx.Timo Sirainen
2000-07-09Ctrl-Y undeletes the last ^U'd line.Timo Sirainen
2000-07-08Implemented /BIND [<key> [<action> [<data>]]] command.Timo Sirainen
2000-07-08Reading and saving keyboard configuration actually works now.Timo Sirainen
2000-07-04Ahem. still broken ;)Timo Sirainen
2000-07-04whops. broke it accidentally.Timo Sirainen
2000-07-04(zZzZ) wasn't displayed in statusbar if you didn't have any user mode set.Timo Sirainen
2000-07-04Don't redraw screen after EVERY /SET, just when /SET colors has changed.Timo Sirainen
2000-06-30Removed some warning messages.Timo Sirainen
2000-06-30If joined channel had some low-ascii (color codes), they were displayedTimo Sirainen
2000-06-30Lots of /HILIGHT changes. You can use color names with -color. WindowTimo Sirainen
2000-06-30/SCROLLBACK HOME/END/GOTO commands weren't working right.Timo Sirainen
2000-06-28Setting lag_min_show to -1 disables displaying lag entirely.Timo Sirainen
2000-06-28Don't count messages that have "FOLDER INTERNAL DATA" text in theirTimo Sirainen
2000-06-27The "max. count" parameter in /LAST didn't work right.Timo Sirainen
2000-06-20When scrollback buffer got full and you hadn't done /LAST or /AWAY,Timo Sirainen
2000-06-18Changed option handling in /commands. Irssi will now complain aboutTimo Sirainen
2000-06-17Rewrite Tab-completion to work with signals - now it should be easy toTimo Sirainen