summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
2002-04-15fixed several signal leaksTimo Sirainen
2002-04-15Rewritten signal handling code - it wasn't supposed to come before 0.9 irssiTimo Sirainen
2002-03-24Input lines are now never destroyed and they're associated to statusbarTimo Sirainen
2002-03-19/CLEAR <refnum> now clears specified window.Timo Sirainen
2002-03-16term_deinit() should set SIGCONT back to default, so if it's sent after thatTimo Sirainen
2002-03-14Get the terminal size at startup with ioctl() and use it. Fixes at leastTimo Sirainen
2002-03-14Scrolling was buggy with "ri" method, it tried to used "rin" as wellTimo Sirainen
2002-03-13bit fields should be unsigned type always (unsigned int dirty:1).Timo Sirainen
2002-03-11default_color checks moved from fe-text to fe-common, so they work properlyTimo Sirainen
2002-03-11All control chars in statusbar items are now displayed reversed.Timo Sirainen
2002-03-10whops, stupid utf-8 bug :)Timo Sirainen
2002-03-10term_addch() : utf-8 fixes for cursor positioning.Timo Sirainen
2002-03-10When input line is in redirection mode, allow empty lines (eg. enter afterTimo Sirainen
2002-03-10SIGHUP now does /RELOAD - useful with for example /SBAR prompt DISABLE whenTimo Sirainen
2002-03-10No more infobar, but in empty windows topicbar contains the URL.Timo Sirainen
2002-03-09Irssi didn't work properly if read() returned only partial utf8 characterTimo Sirainen
2002-03-09Fixed a memory leak with ^YTimo Sirainen
2002-03-08/SET mirc_blink_fix - if ON, the bright/blink bit is stripped from MIRCTimo Sirainen
2002-02-25^Y shouldn't crash with empty cutbufferTimo Sirainen
2002-02-22Show window's scroll state with /WINDOW.Timo Sirainen
2002-02-20Backspace/delete shouldn't modify cutbuffer.Timo Sirainen
2002-02-20stupid bug :) lines longer than 1024 chars made irssi crash.Timo Sirainen
2002-02-18Added escape_char /BIND command for inserting the next keypress to inputTimo Sirainen
2002-02-17compiler warning fixTimo Sirainen
2002-02-17--disable-terminfo didn't workTimo Sirainen
2002-02-17fixed a compiler warningTimo Sirainen
2002-02-17compiler warning fixesTimo Sirainen
2002-02-17Added ^I = "tab" key.Timo Sirainen
2002-02-16Added /STATUSBAR # RESET command for removing the whole statusbar block fromTimo Sirainen
2002-02-16Cutbuffer should be cleared when ^U is used in empty line (or in general, 0Timo Sirainen
2002-02-16Don't crash when handling input line if the input line doesn't exist (huh?Timo Sirainen
2002-02-16/STATUSBAR now prints a list of statusbars, /STATUSBAR <name> printsTimo Sirainen
2002-02-16/STATUSBAR # VISIBLE command didn't work properlyTimo Sirainen
2002-02-16/RELOAD didn't update the statusbar colors the first time. /SET theme neverTimo Sirainen
2002-02-15command_unbind("statusbar add") was called with wrong function parameter.Timo Sirainen
2002-02-15case-insensitivity for /STATUSBAR commandTimo Sirainen
2002-02-15Added _very_ small help for /statusbar + their SYNTAXes.Timo Sirainen
2002-02-15More statusbar commands.Timo Sirainen
2002-02-15Added /STATUSBAR commands for most commonly used tasks.Timo Sirainen
2002-02-15Disable the nl_langinfo() if CODESET isn't defined (openbsd).Timo Sirainen
2002-02-15/SET term_type didn't take effect on entry until the second time it wasTimo Sirainen
2002-02-15don't crash if trying to erase 0 chars and there's no cutbuffer.Timo Sirainen
2002-02-15transpose_characters was brokenTimo Sirainen
2002-02-15added meta-f and meta-b for forward/backward wordTimo Sirainen
2002-02-15UTF-8 is now automatically used if locale is set properly.Timo Sirainen
2002-02-15get_utf8_char() was buggyTimo Sirainen
2002-02-15Statusbar wasn't always properly cleared when there was right-aligned items.Timo Sirainen
2002-02-15/SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it'sTimo Sirainen
2002-02-15A bit kludge fix for perl statusbar items breaking prompt changes atTimo Sirainen
2002-02-15/LAST -before didn't print the separators.Timo Sirainen