summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
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
2000-06-01/topic -d [#channel] clears the topic.Timo Sirainen
2000-05-28text buffer fixesTimo Sirainen
2000-05-27Long lines sometimes had some colors displayed wrong.Timo Sirainen
2000-05-25If line didn't have a color change code at the beginning, it could haveTimo Sirainen
2000-05-25/set max_textbuffer_lines changed to /set scrollback_lines andTimo Sirainen
2000-05-25Added bot plugin, it also has almost-functional botnet.Timo Sirainen
2000-05-18Some logging fixes. Flood checking had a memory leak. Query had a smallTimo Sirainen
2000-05-15Lots of changes again. Biggest ones:Timo Sirainen
2000-05-10If lag checking period was long, Irssi displayed the (??) until the lag wasTimo Sirainen
2000-05-10/LAST didn't work when window's max. number of lines was full + a fewTimo Sirainen
2000-05-09Ctrl-D = deleteTimo Sirainen