diff options
author | 2018-02-24 22:25:07 -0500 | |
---|---|---|
committer | 2018-02-24 22:25:07 -0500 | |
commit | 66ffc4b9c294218402c0c7aed59d5b4442092d5c (patch) | |
tree | 8d7de49a51f6b7a8f3b2578f1eb1fd0036c8c00f /src/Makefile | |
parent | 20b58d60c083e55117401bb8816f59f2711fc5b7 (diff) | |
download | textadept-66ffc4b9c294218402c0c7aed59d5b4442092d5c.tar.gz textadept-66ffc4b9c294218402c0c7aed59d5b4442092d5c.zip |
Terminal key sequence for Ctrl+Space is now 'c ' instead of 'c@'.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 9c4416ae..383a36f1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -427,7 +427,7 @@ luajit_tgz = LuaJIT-2.0.3.tar.gz libluajit_tgz = libluajit_2.0.3.x86_64.tgz gtdialog_zip = gtdialog_1.4.zip cdk_tgz = cdk-5.0-20150928.tgz -termkey_tgz = libtermkey-0.17.tar.gz +termkey_tgz = libtermkey-0.20.tar.gz win32gtk_zip = gtk+-bundle_2.24.10-20120208_win32.zip win32iconv_bin_zip = libiconv-bin-zip.php win32iconv_lib_zip = libiconv-lib-zip.php |