MOUSE
To enable xterm mouse tracking use #CONFIG MOUSE ON.
To see mouse events as they happen use #CONFIG MOUSE INFO. This
information can then be used to create mouse events with the #event
command and buttons with the #button command.
Visual buttons and pop-ups can be drawn on the screen with the #draw
command.
The input field can be changed and renamed using #screen inputregion,
which allows creating named events for enter handling.
Links can be created using the MSLP protocol which will generate link
specific events when clicked.
In order to copy/paste, most terminals require that you press the shift
key during selection.
Related: button, draw, event and MSLP.
|