FAQ update

This commit is contained in:
Markus Gans 2018-11-30 00:18:17 +01:00
parent 65781d6095
commit 0ff6e540eb
1 changed files with 15 additions and 1 deletions

View File

@ -104,7 +104,7 @@ You need three things:
* libgpm-dev
How to compile FINAL CUT without gpm support?
How to compile FINAL CUT without GPM support?
---------------------------------------------
```bash
@ -112,6 +112,20 @@ How to compile FINAL CUT without gpm support?
```
Which mouse types are supported?
--------------------------------
* Normal xterm mouse tracking (limited to 223 rows/columns)
* Xterm SGR mouse tracking
* URXVT mouse tracking
* General Purpose Mouse (gpm) on a linux console
How can I use the mouse wheel with GPM?
---------------------------------------
This requires a workaround. Press (and hold) the left mouse button
and then use the scroll wheel.
What do I need to compile the unit tests?
-----------------------------------------