Age | Commit message (Expand) | Author |
2002-03-10 | When input line is in redirection mode, allow empty lines (eg. enter after | Timo Sirainen |
2002-03-09 | Fixed a memory leak with ^Y | Timo Sirainen |
2002-02-20 | Backspace/delete shouldn't modify cutbuffer. | Timo Sirainen |
2002-02-18 | Added escape_char /BIND command for inserting the next keypress to input | Timo Sirainen |
2002-02-17 | compiler warning fixes | Timo Sirainen |
2002-02-17 | Added ^I = "tab" key. | Timo Sirainen |
2002-02-16 | Don't crash when handling input line if the input line doesn't exist (huh? | 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 | /SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's | 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-02 | Add ^H and ^? as "backspace" key, so you can use meta-backspace etc. | 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 | 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-11 | If window specific history was on and command changed a window, the command | Timo Sirainen |
2001-11-19 | Specified "cleft" and "cright" for ctrl-left/right keys. Added xterm's | Timo Sirainen |
2001-11-19 | With /SET window_auto_change ON, irssi might have crashed if input entry was | Timo Sirainen |
2001-11-19 | Removed GLib error when doing /RELOAD. | Timo Sirainen |
2001-11-18 | Don't handle keypresses when there's no active entry in screen. | Timo Sirainen |
2001-11-03 | Quit if terminal gets lost. | Timo Sirainen |
2001-10-28 | term_getch() -> term_gets() which can be used to read multiple keypresses at | Timo Sirainen |
2001-10-28 | Added support for using terminfo/termcap instead of curses. By default, | Timo Sirainen |
2001-10-27 | When scrolling window with eg. scroll_page_count /2, irssi didn't | Timo Sirainen |
2001-10-25 | forward_word and backward_word now move only to next/prev non-alphanumeric ch... | Timo Sirainen |
2001-10-14 | Fixed some memory leaks. | Timo Sirainen |
2001-10-14 | fixed a minor memleak | Timo Sirainen |
2001-10-14 | delete_previous_word and delete_next_word now deletes only until | Timo Sirainen |
2001-10-14 | Window-statusbars are created correctly with /RELOAD, some input line | Timo Sirainen |
2001-10-13 | Configurable statusbar - see default config file (irssi.conf) for example | Timo Sirainen |
2001-09-11 | It's now possible to stop single character /BINDs from printing to input | Timo Sirainen |
2001-06-01 | Replaced all direct curses calls with screen_xx() wrappers. This should | Timo Sirainen |
2001-05-17 | raw() mode also disabled SIGINT == ^C, so remove the 5x^C = SIGTERM. | Timo Sirainen |
2001-05-17 | KEY_RESIZE isn't defined in all curseses, #ifdef it | Timo Sirainen |
2001-05-11 | updated /BIND help, removed special_char bind command and added insert_text. | Timo Sirainen |
2001-05-11 | KEY_RESIZE is sent when screen is resized, ignore it. | Timo Sirainen |
2001-05-06 | keyboard handling rewrite | Timo Sirainen |
2001-04-14 | Rewrote text buffer handling in windows - try #3. | Timo Sirainen |
2001-04-01 | removed some unused includes | Timo Sirainen |
2001-03-08 | /SET scroll_page_count - don't crash if /0 is given. Works now properly | Timo Sirainen |
2001-03-04 | "command window prev" -> "command window previous" | Timo Sirainen |
2001-03-03 | delete_next_word key implemented, patch by Tinuk | Timo Sirainen |
2001-02-10 | added descriptions for left_window and right_window | Timo Sirainen |
2001-02-10 | /WINDOW STICK [ON|OFF|<ref#>] - stick window to specified main window. | Timo Sirainen |
2001-01-11 | Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32 | Timo Sirainen |
2001-01-05 | /BIND comment updates | Timo Sirainen |
2001-01-04 | Added keyboard_entry_redirect() function to keyboard.[ch] which sends | Timo Sirainen |