diff options
author | 2020-04-05 16:22:48 -0400 | |
---|---|---|
committer | 2020-04-05 16:22:48 -0400 | |
commit | 59f1f6ee148b8b0d386b45113d7f7ff889e9c254 (patch) | |
tree | c23d8a40efa3be6a7626b288931ffa7aa5609d9d /doc/manual.md | |
parent | 4bf39a23b2d71b8dd08f755b1480b059316b7b7c (diff) | |
download | textadept-59f1f6ee148b8b0d386b45113d7f7ff889e9c254.tar.gz textadept-59f1f6ee148b8b0d386b45113d7f7ff889e9c254.zip |
Updated curses compatibility.
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual.md b/doc/manual.md index 880e3313..c4357b1c 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -1992,6 +1992,8 @@ terminal's constraints: * No style settings like font name, font size, or italics. * No X selection, primary or secondary, integration with the clipboard. * No zoom. +* When using the mouse in the Windows console, Shift+Double-click extends + selections and quadruple-clicking inside a selection collapses it. [`buffer.register_image()`]: api.html#buffer.register_image |