mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
09f23d06b5
Fixes FS#721 This makes Ctrl+^ and ^ bindable again as different keys. We do this by escaping single `^` as `^-`, which is not a valid control character (unlike `^^`) The original approach suggested in FS#721 is insufficient, it will break bindings such as `meta-^` because Irssi is convinced that `^` introduces a Control-key ("key combo") so it is waiting for what may follow. |
||
---|---|---|
.. | ||
core | ||
irc | ||
Makefile.am |