diff options
author | 2013-04-08 23:14:48 -0400 | |
---|---|---|
committer | 2013-04-08 23:14:48 -0400 | |
commit | e8c201b14c90deb703a9b3ace74f6189fe429e39 (patch) | |
tree | fba114fde480bccab4b3686a8673a625589e24b3 /doc | |
parent | 349cc6da144cd6faafa1b7d65c955c513abafdd2 (diff) | |
download | textadept-e8c201b14c90deb703a9b3ace74f6189fe429e39.tar.gz textadept-e8c201b14c90deb703a9b3ace74f6189fe429e39.zip |
Make "command_entry_keypress" event more consistent with "keypress" in curses.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/14_Appendix.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md index a9d80510..d24e8c4e 100644 --- a/doc/14_Appendix.md +++ b/doc/14_Appendix.md @@ -142,6 +142,8 @@ in its editing component Scintilla: default. For some terminals, you may need to set a lexer style's `bold` attribute in order to use the light color variant. * Scroll bars are not supported. +* Some key sequences are not recognized by the terminal or have unexpected key +* codes. * Some styles settings like font name, font size, and italic do not display properly (terminals use one only font, size and variant). * Viewing whitespace does not show the "Tab" character arrows |