summaryrefslogtreecommitdiff
path: root/src/fe-text/gui-readline.c
AgeCommit message (Expand)Author
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
2001-02-10added descriptions for left_window and right_windowTimo Sirainen
2001-02-10/WINDOW STICK [ON|OFF|<ref#>] - stick window to specified main window.Timo Sirainen
2001-01-11Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32Timo Sirainen
2001-01-05/BIND comment updatesTimo Sirainen
2001-01-04Added keyboard_entry_redirect() function to keyboard.[ch] which sendsTimo Sirainen
2000-12-17/SET prompt, /SET prompt_window - Specifies the text in prompt.Timo Sirainen
2000-12-04Use GIOChannel instead of sockets directly. Helps porting to win32 :)Timo Sirainen
2000-12-04/SET scroll_page_count - how many lines to scroll with pgup/pgdn. eitherTimo Sirainen
2000-11-26KEY_END isn't defined in all curses implementationsTimo Sirainen
2000-11-23more warning fixesTimo Sirainen
2000-11-17windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] toTimo Sirainen
2000-11-11Ctrl-T = transpose_charactersTimo Sirainen
2000-10-08--disable-curses-windows option to configureTimo Sirainen
2000-10-01Keyboard should never get stuck again when receiving huge amounts ofTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-19Parameters to key_bind() with scroll_end was given in wrong order.Timo Sirainen
2000-08-10Windowing system fixes, doesn't crash anymore after window resizes.Timo Sirainen