diff options
| author | Teddy Wing | 2017-12-17 04:47:36 +0100 |
|---|---|---|
| committer | Teddy Wing | 2017-12-17 04:47:36 +0100 |
| commit | df4bb1a20b33fc41471c78af3de70e586caf1df3 (patch) | |
| tree | 55161adacd120c4a65191037e2c1d19dc6ae1d3c /vimput.pl | |
| parent | 21938bf824d9d1669b85f135e7900f4c413cea02 (diff) | |
| download | irssi-vimput-df4bb1a20b33fc41471c78af3de70e586caf1df3.tar.bz2 | |
Delete old `CTRL_X` constant
We removed the signal handler that used this in
c1144625d59dd269838974b63cec400ca1ac8eb8. Now it's up to users to bind
their own shortcut.
Diffstat (limited to 'vimput.pl')
| -rw-r--r-- | vimput.pl | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -42,7 +42,6 @@ our %IRSSI = { }; -use constant CTRL_X => 24; use constant ERROR_PREFIX => 'ERROR: '; use constant OK_PREFIX => 'OK: '; |
