Age | Commit message (Expand) | Author |
2002-02-25 | ^Y shouldn't crash with empty cutbuffer | 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-16 | Cutbuffer should be cleared when ^U is used in empty line (or in general, 0 | 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 | /SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's | Timo Sirainen |
2002-01-29 | A bit more better utf8 support, still not a good input line. | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2001-12-19 | Never allow adding CR or LF characters to input line, they could mess up ever... | Timo Sirainen |
2001-10-28 | Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen. | Timo Sirainen |
2001-10-28 | Added support for using terminfo/termcap instead of curses. By default, | Timo Sirainen |
2001-10-25 | forward_word and backward_word now move only to next/prev non-alphanumeric ch... | Timo Sirainen |
2001-10-24 | Redraw was buggy if entry line didn't continue to end of line. | Timo Sirainen |
2001-10-14 | delete_previous_word and delete_next_word now deletes only until | Timo Sirainen |
2001-10-13 | When active input line was destroyed, irssi didn't set active_entry to NULL. | Timo Sirainen |
2001-10-13 | Configurable statusbar - see default config file (irssi.conf) for example | Timo Sirainen |
2001-08-08 | Never insert NUL characters to entry line (Ctrl-Space) | Timo Sirainen |
2001-06-01 | Replaced all direct curses calls with screen_xx() wrappers. This should | Timo Sirainen |
2001-06-01 | more #endif WANT_BIG5 -> #endif changes | Timo Sirainen |
2001-05-01 | --with-big5 enables Chinese Big5 charset support. Patch by vanilla@freebsd.org | Timo Sirainen |
2001-03-03 | delete_next_word key implemented, patch by Tinuk | Timo Sirainen |
2001-02-21 | Entry line works now properly with very long prompts | Timo Sirainen |
2001-02-21 | added format_get_length() for getting length of text part in a format | Timo Sirainen |
2001-01-04 | Added keyboard_entry_redirect() function to keyboard.[ch] which sends | Timo Sirainen |
2000-08-11 | Entry line scrolling works better. | Timo Sirainen |
2000-07-31 | Don't draw the last character in entry line, this doesn't work right | Timo Sirainen |
2000-07-26 | Mainwindows use now real curses WINDOWs, this should fix irssi with some | Timo Sirainen |
2000-07-23 | Changed the names of /BIND commands to be epic-compatible. Also added | Timo Sirainen |
2000-06-14 | Ctrl-W deletes word in left - patch from | Timo Sirainen |
2000-06-14 | tab-completion in the middle of line left the cursor in wrong place. | Timo Sirainen |
2000-05-04 | .. lots of changes .. | Timo Sirainen |
2000-04-26 | ..adding new files.. | Timo Sirainen |