index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
curses
/
gui-curses-key.c
Age
Commit message (
Expand
)
Author
2012-07-05
core: add default key alt+"s" (toggle aspell)
Sebastien Helleu
2012-03-24
core: convert tabs to spaces in text pasted (bug #25028)
Sebastien Helleu
2012-03-10
core: fix lost scroll when switching to a buffer with a pending search (ctrl-r)
Sebastien Helleu
2012-03-10
core: fix grab of key (alt-k) (bug introduced with bracketed paste mode)
Sebastien Helleu
2012-03-09
core: fix broken mouse (bug introduced by the previous commit)
Sebastien Helleu
2012-03-09
core: improve and fix bugs on standard paste and bracketed paste
Sebastien Helleu
2012-03-06
core: read data on stdin even when asking confirmation for paste (fix lost ch...
Sebastien Helleu
2012-03-04
core: add support of terminal "bracketed paste mode" (task #11316)
Sebastien Helleu
2012-01-24
core: move option "scroll_unread" from command /input to /window
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-12-16
core: add default keys "meta2-1;5D" and "meta2-1;5C" (ctrl+left/right) for gn...
Sebastien Helleu
2011-11-08
core: add option "jump_last_buffer_displayed" for command /input (key: alt+"/...
Sebastien Helleu
2011-10-29
core: change default command for key alt-m: /mouse toggle -> /mute mouse toggle
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-09-27
core: fix paste detection (problem with end of lines)
Sebastien Helleu
2011-09-23
core: add default key "meta2-[E" (F5) for linux console
Sebastien Helleu
2011-08-18
core: fix input of wide UTF-8 chars under Cygwin (bug #34061)
Sebastien Helleu
2011-08-14
core: return info about line/word for chat area in focus hashtable, add keys ...
Sebastien Helleu
2011-08-13
core: fix typo in comment
Sebastien Helleu
2011-07-30
core: add "/input grab_mouse" and "/input grab_mouse_area" (default: right cl...
Sebastien Helleu
2011-07-29
core: add number in windows, improve mouse/cursor actions when screen is split
Sebastien Helleu
2011-07-28
core: improve mouse support: process utf-8 codes, add option weechat.look.mou...
Sebastien Helleu
2011-07-26
core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...
Sebastien Helleu
2011-07-05
core: add context "search" for keys (to define keys used during search in buf...
Sebastien Helleu