summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
2002-02-02Ignoring SIGTRAP signal which is sent at /UPGRADE time.Timo Sirainen
2002-02-02Comments are now allowed everywhere in config files.Timo Sirainen
2002-02-02Add ^H and ^? as "backspace" key, so you can use meta-backspace etc.Timo Sirainen
2002-02-01added some pointer casting to get rid of warnings with some compilers.Timo Sirainen
2002-02-01When resizing terminal, width of all split windows weren't always updatedTimo Sirainen
2002-01-29A bit more better utf8 support, still not a good input line.Timo Sirainen
2002-01-29Preliminary support for UTF8 with /SET term_utf8 ON. Input line is stillTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-27Comment changesTimo Sirainen
2002-01-20Added -before and -after options to /LASTLOG. You can also useTimo Sirainen
2002-01-20Fixed a memory leak.Timo Sirainen
2002-01-19Some MIRC color changes, patch by qrczak@knm.org.plTimo Sirainen
2002-01-10swapped dark/bright reds.Timo Sirainen
2001-12-20Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i...Timo Sirainen
2001-12-20Still some #include "servers.h"s ..Timo Sirainen
2001-12-19Never allow adding CR or LF characters to input line, they could mess up ever...Timo Sirainen
2001-12-19Hidden entry texts shouldn't have gone to command history..Timo Sirainen
2001-12-17Since I accidentally already committed some of the detach-code, here's theTimo Sirainen
2001-12-17if window-specific history is off, the command that closed the window shouldTimo Sirainen
2001-12-17irssi-dummy was still in MakefileTimo Sirainen
2001-12-17Separate irssi-dummy binary was a bit stupid idea, now it can be started with...Timo Sirainen
2001-12-17Added irssi-dummy binary which works like ircii's dummy mode.Timo Sirainen
2001-12-11If window specific history was on and command changed a window, the commandTimo Sirainen
2001-12-09Still some window closing bugs/crashes.Timo Sirainen
2001-12-07Small focus bugfix when closing a split window.Timo Sirainen
2001-12-07Fixed some problems with mainwindow resizing not affecting the subwindows.Timo Sirainen
2001-12-07Fixed 2 small memory leaks.Timo Sirainen
2001-12-04Never print the last character in screen, this may break some terminals (cygw...Timo Sirainen
2001-12-03add the "gui exit" with signal_add_last() so it can be aborted while still ru...Timo Sirainen
2001-12-01snprintf() -> g_snprintf()Timo Sirainen
2001-11-29Make sure the more-statusbar item doesn't crash if there's no active window.Timo Sirainen
2001-11-29When /SET colors is OFF, irssi displays all non-default background colors as ...Timo Sirainen
2001-11-27didn't work properly with scripts calling Irssi::printformat()Timo Sirainen
2001-11-27/SET term_force_colors was broken.Timo Sirainen
2001-11-25--more-- statusbar item didn't work properly with split windows. AlsoTimo Sirainen
2001-11-20set only non-automatic windows sticky so that the windows irssi creates atTimo Sirainen
2001-11-20/SET colors OFF should work even if /SET term_force_colors is ONTimo Sirainen
2001-11-20/WINDOW STICK <ref#> OFF didn't work.Timo Sirainen
2001-11-20When creating hidden windows in sticky split windows, they should go to theTimo Sirainen
2001-11-20Irssi didn't redraw the screen properly when split windows were created butTimo Sirainen
2001-11-20/UPGRADE now saves the session, disconnects the servers so that the socketTimo Sirainen
2001-11-19Specified "cleft" and "cright" for ctrl-left/right keys. Added xterm'sTimo Sirainen
2001-11-19Rewrote lag statusbar item. It's now updated properly.Timo Sirainen
2001-11-19Removed memory debugging code. It's a lot easier to check for bufferTimo Sirainen
2001-11-19moved the dirty_check() before fe_common_core_finish_init() so that ifTimo Sirainen
2001-11-19Redraw the screen before emitting "irssi init finished" signal, so we haveTimo Sirainen
2001-11-19With /SET window_auto_change ON, irssi might have crashed if input entry wasTimo Sirainen
2001-11-19Removed GLib error when doing /RELOAD.Timo Sirainen
2001-11-19/UPGRADE - upgrade-on-the-fly feature. Currently only moves the activeTimo Sirainen
2001-11-18--more-- works again, better than ever :)Timo Sirainen