index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fe-text
/
gui-readline.c
Age
Commit message (
Expand
)
Author
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
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-06-10
Ctrl-X changes IRC server in stats/msgs/empty windows.
Timo Sirainen
2000-05-09
Ctrl-D = delete
Timo Sirainen
2000-05-04
.. lots of changes ..
Timo Sirainen
2000-04-26
Delete key works again
Timo Sirainen
2000-04-26
..adding new files..
Timo Sirainen