1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00
irssi/src/fe-common
Ailin Nemui 09f23d06b5 Modify escape of ^ key so it can be used as well as Ctrl+^
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.
2014-07-28 13:58:13 +02:00
..
core Modify escape of ^ key so it can be used as well as Ctrl+^ 2014-07-28 13:58:13 +02:00
irc Split long IRC `ACTION' messages 2014-07-06 23:24:10 +02:00
Makefile.am ..adding new files.. 2000-04-26 08:03:38 +00:00