diff options
author | 2014-08-13 20:05:17 -0400 | |
---|---|---|
committer | 2014-08-13 20:05:17 -0400 | |
commit | a6d0ada40989f79ee9e0e17192bc8d771ad385d7 (patch) | |
tree | 6bc2d68e3afffa7c993efdebe7de35b510bebeb1 /doc | |
parent | abe812c69f14fe91179f0f683aef702280fa37bb (diff) | |
download | textadept-a6d0ada40989f79ee9e0e17192bc8d771ad385d7.tar.gz textadept-a6d0ada40989f79ee9e0e17192bc8d771ad385d7.zip |
Separate ^H from Backspace in the terminal version.
Also have libtermkey take care of saving and restoring termios.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manual.md b/doc/manual.md index 6d5ab8b6..18862919 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -1645,6 +1645,7 @@ made to CDK are in *src/cdk.patch* and listed as follows: * The `baseName` and `dirName` functions in *cdk.c* recognize Window's '\' directory separator. * Deactivated the `deleteFileCB` function in *fselect.c*. +* Removed some of CDK's initial screen handling code. [CDK]: http://invisible-island.net/cdk/ |