Age | Commit message (Expand) | Author |
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 |
2000-12-17 | /SET prompt, /SET prompt_window - Specifies the text in prompt. | Timo Sirainen |
2000-12-04 | Use 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. either | Timo Sirainen |
2000-11-26 | KEY_END isn't defined in all curses implementations | Timo Sirainen |
2000-11-23 | more warning fixes | Timo Sirainen |
2000-11-17 | windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to | Timo Sirainen |
2000-11-11 | Ctrl-T = transpose_characters | Timo Sirainen |
2000-10-08 | --disable-curses-windows option to configure | Timo Sirainen |
2000-10-01 | Keyboard should never get stuck again when receiving huge amounts of | Timo Sirainen |
2000-08-26 | Lots of moving stuff around - hopefully I didn't break too much :) | Timo Sirainen |
2000-08-19 | Parameters to key_bind() with scroll_end was given in wrong order. | Timo Sirainen |
2000-08-10 | Windowing system fixes, doesn't crash anymore after window resizes. | Timo Sirainen |
2000-08-04 | When server is disconnected, change to use some other server in windows | Timo Sirainen |
2000-07-23 | Call key_unbind()s at deinit. | Timo Sirainen |
2000-07-23 | Changed the names of /BIND commands to be epic-compatible. Also added | Timo Sirainen |
2000-07-16 | Ctrl-L calls now irssi_redraw() instead of the curses' default.. | Timo Sirainen |
2000-07-11 | Ctrl-K also puts the deleted text to cutbuffer which can be recovered | Timo Sirainen |
2000-07-11 | KEY_LL = end key | Timo Sirainen |
2000-07-11 | Ctrl-Y fixed when there was no text to undelete. Added CTRL() macro for | Timo Sirainen |
2000-07-10 | Enabled lots of GCC warnings, fixed those that were easy to fix. | Timo Sirainen |
2000-07-09 | Ctrl-Y undeletes the last ^U'd line. | Timo Sirainen |
2000-07-08 | Implemented /BIND [<key> [<action> [<data>]]] command. | Timo Sirainen |
2000-07-08 | Reading and saving keyboard configuration actually works now. | Timo Sirainen |
2000-06-17 | Rewrite Tab-completion to work with signals - now it should be easy to | Timo Sirainen |