summaryrefslogtreecommitdiff
path: root/src/fe-text/gui-readline.c
AgeCommit message (Expand)Author
2002-09-14window->active_server used to hold non-connected servers, but that wasTimo Sirainen
2002-06-07Empty lines can be now sent to /EXEC -interactive windows.Timo Sirainen
2002-06-06Added default meta-d = delete_next_wordTimo Sirainen
2002-05-15^ key couldn't be used with /BINDTimo Sirainen
2002-04-15fixed several signal leaksTimo Sirainen
2002-03-10When input line is in redirection mode, allow empty lines (eg. enter afterTimo Sirainen
2002-03-09Fixed a memory leak with ^YTimo Sirainen
2002-02-20Backspace/delete shouldn't modify cutbuffer.Timo Sirainen
2002-02-18Added escape_char /BIND command for inserting the next keypress to inputTimo Sirainen
2002-02-17compiler warning fixesTimo Sirainen
2002-02-17Added ^I = "tab" key.Timo Sirainen
2002-02-16Don't crash when handling input line if the input line doesn't exist (huh?Timo Sirainen
2002-02-15transpose_characters was brokenTimo Sirainen
2002-02-15added meta-f and meta-b for forward/backward wordTimo Sirainen
2002-02-15/SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it'sTimo Sirainen
2002-02-10meta-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-02Add ^H and ^? as "backspace" key, so you can use meta-backspace etc.Timo Sirainen
2001-12-20Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i...Timo Sirainen
2001-12-20Still some #include "servers.h"s ..Timo Sirainen
2001-12-19Hidden entry texts shouldn't have gone to command history..Timo Sirainen
2001-12-17Since I accidentally already committed some of the detach-code, here's theTimo Sirainen
2001-12-17if window-specific history is off, the command that closed the window shouldTimo Sirainen
2001-12-11If window specific history was on and command changed a window, the commandTimo Sirainen
2001-11-19Specified "cleft" and "cright" for ctrl-left/right keys. Added xterm'sTimo Sirainen
2001-11-19With /SET window_auto_change ON, irssi might have crashed if input entry wasTimo Sirainen
2001-11-19Removed GLib error when doing /RELOAD.Timo Sirainen
2001-11-18Don't handle keypresses when there's no active entry in screen.Timo Sirainen
2001-11-03Quit if terminal gets lost.Timo Sirainen
2001-10-28term_getch() -> term_gets() which can be used to read multiple keypresses atTimo Sirainen
2001-10-28Added support for using terminfo/termcap instead of curses. By default,Timo Sirainen
2001-10-27When scrolling window with eg. scroll_page_count /2, irssi didn'tTimo Sirainen
2001-10-25forward_word and backward_word now move only to next/prev non-alphanumeric ch...Timo Sirainen
2001-10-14Fixed some memory leaks.Timo Sirainen
2001-10-14fixed a minor memleakTimo Sirainen
2001-10-14delete_previous_word and delete_next_word now deletes only untilTimo Sirainen
2001-10-14Window-statusbars are created correctly with /RELOAD, some input lineTimo Sirainen
2001-10-13Configurable statusbar - see default config file (irssi.conf) for exampleTimo Sirainen
2001-09-11It's now possible to stop single character /BINDs from printing to inputTimo Sirainen
2001-06-01Replaced all direct curses calls with screen_xx() wrappers. This shouldTimo Sirainen
2001-05-17raw() mode also disabled SIGINT == ^C, so remove the 5x^C = SIGTERM.Timo Sirainen
2001-05-17KEY_RESIZE isn't defined in all curseses, #ifdef itTimo Sirainen
2001-05-11updated /BIND help, removed special_char bind command and added insert_text.Timo Sirainen
2001-05-11KEY_RESIZE is sent when screen is resized, ignore it.Timo Sirainen
2001-05-06keyboard handling rewriteTimo Sirainen
2001-04-14Rewrote text buffer handling in windows - try #3.Timo Sirainen
2001-04-01removed some unused includesTimo Sirainen
2001-03-08/SET scroll_page_count - don't crash if /0 is given. Works now properlyTimo Sirainen
2001-03-04"command window prev" -> "command window previous"Timo Sirainen
2001-03-03delete_next_word key implemented, patch by TinukTimo Sirainen