summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
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
2000-06-15/LAST -away checks only lines that came after last time you went away.Timo Sirainen
2000-06-14Remove line cache from memory after 10 minutes of inactivity.Timo Sirainen
2000-06-14Ctrl-W deletes word in left - patch fromTimo Sirainen
2000-06-14/SET mail_counter on|off. Also, it doesn't anymore read through the fileTimo Sirainen
2000-06-14tab-completion in the middle of line left the cursor in wrong place.Timo Sirainen
2000-06-11Displays Mail counter in statusbar. Read the FIXME for more info :)Timo Sirainen
2000-06-10Ctrl-X changes IRC server in stats/msgs/empty windows.Timo Sirainen
2000-06-09Beeps should work(?). ANSI colors had some bugs, bolds weren't working andTimo Sirainen
2000-06-05Maybe I should have tried to run irssi after the ignore_signals "fix" ..Timo Sirainen
2000-06-05ignore_signals setting wasn't read at startup..Timo Sirainen
2000-06-040.7.90 released.Timo Sirainen
2000-06-02..and cvsignores for new binaries..Timo Sirainen
2000-06-02Changed binary names: irssi-text -> irssi, irssi-bot -> bottiTimo Sirainen
2000-06-02If we used /SB GOTO 23:59 or something, we wanted to jump toTimo Sirainen
2000-06-02if you were at the top of the scrollback buffer and the first line lineTimo Sirainen
2000-06-02--more-- in statusbar should now work right.Timo Sirainen
2000-06-01Or actually :) SIGINT shouldn't be ignored, it's used to detect Ctrl-C...Timo Sirainen
2000-06-01Removed "ignore_sigquit" and added "ignore_signals" instead. You can ignoreTimo Sirainen
2000-06-01"ignore_sigquit" setting - when enabled, ignore SIGQUIT signals. ncursesTimo Sirainen