FAQ update
This commit is contained in:
parent
65781d6095
commit
0ff6e540eb
16
doc/faq.md
16
doc/faq.md
|
@ -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?
|
||||
-----------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue