Age | Commit message (Expand) | Author |
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 |
2002-02-15 | UTF-8 is now automatically used if locale is set properly. | Timo Sirainen |
2002-02-15 | get_utf8_char() was buggy | Timo Sirainen |
2002-02-15 | Statusbar 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's | Timo Sirainen |
2002-02-15 | A bit kludge fix for perl statusbar items breaking prompt changes at | Timo Sirainen |
2002-02-15 | /LAST -before didn't print the separators. | Timo Sirainen |
2002-02-10 | atexit(term_deinit) | Timo Sirainen |
2002-02-10 | It's possible to use black foreground color now. | Timo Sirainen |
2002-02-10 | term_clear() should set the background color to RESET, not to 0 (black). | Timo Sirainen |
2002-02-10 | meta-backspace is now bound to delete_previous_word by default. | Timo Sirainen |
2002-02-10 | /BIND meta-k erase_completion - support for removing completion data. | Timo Sirainen |
2002-02-08 | since common.h wasn't included in this, changed i_isdigit() -> isdigit() | Timo Sirainen |
2002-02-02 | Ignoring SIGTRAP signal which is sent at /UPGRADE time. | Timo Sirainen |
2002-02-02 | Comments are now allowed everywhere in config files. | Timo Sirainen |
2002-02-02 | Add ^H and ^? as "backspace" key, so you can use meta-backspace etc. | Timo Sirainen |
2002-02-01 | added some pointer casting to get rid of warnings with some compilers. | Timo Sirainen |
2002-02-01 | When resizing terminal, width of all split windows weren't always updated | Timo Sirainen |
2002-01-29 | A bit more better utf8 support, still not a good input line. | Timo Sirainen |
2002-01-29 | Preliminary support for UTF8 with /SET term_utf8 ON. Input line is still | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2002-01-27 | Comment changes | Timo Sirainen |
2002-01-20 | Added -before and -after options to /LASTLOG. You can also use | Timo Sirainen |
2002-01-20 | Fixed a memory leak. | Timo Sirainen |
2002-01-19 | Some MIRC color changes, patch by qrczak@knm.org.pl | Timo Sirainen |
2002-01-10 | swapped dark/bright reds. | Timo Sirainen |
2001-12-20 | Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i... | Timo Sirainen |
2001-12-20 | Still some #include "servers.h"s .. | Timo Sirainen |
2001-12-19 | Never allow adding CR or LF characters to input line, they could mess up ever... | Timo Sirainen |
2001-12-19 | Hidden entry texts shouldn't have gone to command history.. | Timo Sirainen |
2001-12-17 | Since I accidentally already committed some of the detach-code, here's the | Timo Sirainen |
2001-12-17 | if window-specific history is off, the command that closed the window should | Timo Sirainen |
2001-12-17 | irssi-dummy was still in Makefile | Timo Sirainen |
2001-12-17 | Separate irssi-dummy binary was a bit stupid idea, now it can be started with... | Timo Sirainen |