Age | Commit message (Expand) | Author |
2002-04-28 | added %# to a few "/window" lines. | Timo Sirainen |
2002-04-28 | minor fix | Timo Sirainen |
2002-04-26 | %# now toggles monospace font on/off. fe-text doesn't care about it, but | Timo Sirainen |
2002-04-18 | sig_gui_print_text: don't crash if dest is NULL. | Timo Sirainen |
2002-04-17 | "gui print text" signal changed, last parameter is now TEXT_DEST_REC, not | Timo Sirainen |
2002-04-16 | fixes for new signaling code. | Timo Sirainen |
2002-04-15 | fixed several signal leaks | Timo Sirainen |
2002-04-15 | Rewritten signal handling code - it wasn't supposed to come before 0.9 irssi | Timo Sirainen |
2002-03-24 | Input lines are now never destroyed and they're associated to statusbar | Timo Sirainen |
2002-03-19 | /CLEAR <refnum> now clears specified window. | Timo Sirainen |
2002-03-16 | term_deinit() should set SIGCONT back to default, so if it's sent after that | Timo Sirainen |
2002-03-14 | Get the terminal size at startup with ioctl() and use it. Fixes at least | Timo Sirainen |
2002-03-14 | Scrolling was buggy with "ri" method, it tried to used "rin" as well | Timo Sirainen |
2002-03-13 | bit fields should be unsigned type always (unsigned int dirty:1). | Timo Sirainen |
2002-03-11 | default_color checks moved from fe-text to fe-common, so they work properly | Timo Sirainen |
2002-03-11 | All control chars in statusbar items are now displayed reversed. | Timo Sirainen |
2002-03-10 | whops, stupid utf-8 bug :) | Timo Sirainen |
2002-03-10 | term_addch() : utf-8 fixes for cursor positioning. | Timo Sirainen |
2002-03-10 | When input line is in redirection mode, allow empty lines (eg. enter after | Timo Sirainen |
2002-03-10 | SIGHUP now does /RELOAD - useful with for example /SBAR prompt DISABLE when | Timo Sirainen |
2002-03-10 | No more infobar, but in empty windows topicbar contains the URL. | Timo Sirainen |
2002-03-09 | Irssi didn't work properly if read() returned only partial utf8 character | Timo Sirainen |
2002-03-09 | Fixed a memory leak with ^Y | Timo Sirainen |
2002-03-08 | /SET mirc_blink_fix - if ON, the bright/blink bit is stripped from MIRC | Timo Sirainen |
2002-02-25 | ^Y shouldn't crash with empty cutbuffer | Timo Sirainen |
2002-02-22 | Show window's scroll state with /WINDOW. | Timo Sirainen |
2002-02-20 | Backspace/delete shouldn't modify cutbuffer. | Timo Sirainen |
2002-02-20 | stupid bug :) lines longer than 1024 chars made irssi crash. | Timo Sirainen |
2002-02-18 | Added escape_char /BIND command for inserting the next keypress to input | Timo Sirainen |
2002-02-17 | compiler warning fix | Timo Sirainen |
2002-02-17 | --disable-terminfo didn't work | Timo Sirainen |
2002-02-17 | fixed a compiler warning | Timo Sirainen |
2002-02-17 | compiler warning fixes | Timo Sirainen |
2002-02-17 | Added ^I = "tab" key. | Timo Sirainen |
2002-02-16 | Added /STATUSBAR # RESET command for removing the whole statusbar block from | Timo Sirainen |
2002-02-16 | Cutbuffer should be cleared when ^U is used in empty line (or in general, 0 | Timo Sirainen |
2002-02-16 | Don'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> prints | Timo Sirainen |
2002-02-16 | /STATUSBAR # VISIBLE command didn't work properly | Timo Sirainen |
2002-02-16 | /RELOAD didn't update the statusbar colors the first time. /SET theme never | Timo Sirainen |
2002-02-15 | command_unbind("statusbar add") was called with wrong function parameter. | Timo Sirainen |
2002-02-15 | case-insensitivity for /STATUSBAR command | Timo Sirainen |
2002-02-15 | Added _very_ small help for /statusbar + their SYNTAXes. | Timo Sirainen |
2002-02-15 | More statusbar commands. | Timo Sirainen |
2002-02-15 | Added /STATUSBAR commands for most commonly used tasks. | Timo Sirainen |
2002-02-15 | Disable 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 was | Timo Sirainen |
2002-02-15 | don't crash if trying to erase 0 chars and there's no cutbuffer. | Timo Sirainen |
2002-02-15 | transpose_characters was broken | Timo Sirainen |
2002-02-15 | added meta-f and meta-b for forward/backward word | Timo Sirainen |