From 58f2f4d02bc4f961077caa84e87fbb0a60ad2680 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 21 Oct 2014 15:06:59 -0400 Subject: Enable mouse clicks and movements in the terminal version. This requires Scinterm r92 (changset 90ba2dd413c3). --- doc/manual.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'doc/manual.md') diff --git a/doc/manual.md b/doc/manual.md index 36dc0157..8a68fb2a 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -610,16 +610,14 @@ cursor over ranges of text creates multiple selections. Holding "Control" and then clicking without dragging places an additional caret at the clicked position. Textadept mirrors any typed text at each selection. -Textadept curses does not support creating multiple selections with the mouse. - ### Rectangular Selection Rectangular selections are a more structured form of multiple selections. A rectangular selection spanning multiple lines allows typing on each line. Holding `Alt+Shift` (`⌥⇧` on Mac OSX | `M-S-` in curses) and then pressing the arrow keys creates a rectangular selection. Holding the `Alt` modifier key -(`Super` on Linux) and then clicking and dragging the mouse cursor also creates -a rectangular selection. +(`Super` on Linux, and `Ctrl+Alt` in curses) and then clicking and dragging the +mouse cursor also creates a rectangular selection. ![Rectangular Selection](images/rectangularselection.png)      @@ -632,9 +630,6 @@ usually defines the `Super` modifier key as the left "Windows" key.) If you prefer to use `Alt`, change [`buffer.rectangular_selection_modifier`][] in your [preferences](#Buffer.Settings). -Textadept curses does not support creating rectangular selections with the -mouse. - [`buffer.rectangular_selection_modifier`]: api.html#buffer.rectangular_selection_modifier ### Select to Matching Brace @@ -1803,13 +1798,14 @@ non-existant graphics capabilities: * Edge lines may be obscured by text. * Extra line ascent or descent renders improperly. * No fold lines. +* No hotspot underlines on mouse hover. * No indentation guides. * No indicators other than `INDIC_ROUNDBOX` and `INDIC_STRAIGHTBOX`, although neither has translucent drawing and `INDIC_ROUNDBOX` does not have rounded corners. * When scrolling to the right, long lines overwrite margins. * No marker symbols other than `MARK_CHARACTER`. -* No mouse interactions, cursor types, or hotspots. +* No mouse cursor types. * Only up to 16 colors recognized, regardless of how many colors the terminal supports. They are: black (`0x000000`), red (`0x800000`), green (`0x008000`), yellow (`0x808000`), blue (`0x000080`), magenta (`0x800080`), cyan -- cgit v1.2.3