doc: add mouse questions in FAQ

v2.8-utf8proc
Sebastien Helleu 2011-08-03 22:57:43 +02:00
parent 8137c2cf9a
commit fd8a4c6761
5 changed files with 235 additions and 0 deletions

View File

@ -446,6 +446,54 @@ Die Tasten "meta2-A" und "meta2-B" können nach dem jeweils genutzten Terminal v
korrekten Tasten zu finden sollte man @k(A-)@k(k) und dann (Up- oder die Down-Taste) drücken.
// TRANSLATION MISSING
[[mouse]]
Mouse
-----
// TRANSLATION MISSING
[[mouse_not_working]]
Mouse is not working at all, what can I do?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
First try to enable mouse:
----------------------------------------
/mouse enable
----------------------------------------
If mouse is still not working, check the TERM variable in your shell (look at
output of `echo $TERM` in your terminal).
According to terminfo used, mouse may not be supported.
You can test mouse support in terminal:
----------------------------------------
$ printf '\033[?1002h'
----------------------------------------
And then click on first char of terminal (upper left). You should see " !!#!!".
To disable mouse in terminal:
----------------------------------------
$ printf '\033[?1002l'
----------------------------------------
// TRANSLATION MISSING
[[mouse_coords]]
Mouse does nothing for X or Y greater than 94, why?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Some terminals are sending only ISO chars for mouse coordinates, so it does not
work for X/Y greater than 94.
You should use a terminal that supports UTF-8 coordinates for mouse, like
rxvt-unicode.
[[irc]]
IRC
---

View File

@ -425,6 +425,51 @@ Keys "meta2-A" and "meta2-B" may be different in your terminal. To find key
code press @k(A-)@k(k) then key (up or down).
[[mouse]]
Mouse
-----
[[mouse_not_working]]
Mouse is not working at all, what can I do?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
First try to enable mouse:
----------------------------------------
/mouse enable
----------------------------------------
If mouse is still not working, check the TERM variable in your shell (look at
output of `echo $TERM` in your terminal).
According to terminfo used, mouse may not be supported.
You can test mouse support in terminal:
----------------------------------------
$ printf '\033[?1002h'
----------------------------------------
And then click on first char of terminal (upper left). You should see " !!#!!".
To disable mouse in terminal:
----------------------------------------
$ printf '\033[?1002l'
----------------------------------------
[[mouse_coords]]
Mouse does nothing for X or Y greater than 94, why?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Some terminals are sending only ISO chars for mouse coordinates, so it does not
work for X/Y greater than 94.
You should use a terminal that supports UTF-8 coordinates for mouse, like
rxvt-unicode.
[[irc]]
IRC
---

View File

@ -442,6 +442,52 @@ Pour trouver le code de la touche appuyez sur @k(A-)@k(k) puis la touche (haut
ou bas).
[[mouse]]
Souris
------
[[mouse_not_working]]
La souris ne fonctionne pas du tout, que puis-je faire ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Premièrement essayez d'activer la souris :
----------------------------------------
/mouse enable
----------------------------------------
Si la souris ne fonctionne toujours pas, vérifiez la variable TERM dans votre
shell (regardez la sortie de `echo $TERM` dans votre terminal).
Selon le terminfo utilisé, la souris peut ne pas être supportée.
Vous pouvez tester le support de la souris dans le terminal :
----------------------------------------
$ printf '\033[?1002h'
----------------------------------------
Et cliquez sur le premier caractère du terminal (en haut à gauche). Vous devriez
voir " !!#!!".
Pour désactiver la souris dans le terminal :
----------------------------------------
$ printf '\033[?1002l'
----------------------------------------
[[mouse_coords]]
La souris ne fait rien pour un X ou Y supérieur à 94, pourquoi ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Certains terminaux envoient seulement des caractères ISO pour les coordonnées
de la souris, donc cela ne fonctionne pas avec un X/Y supérieur à 94.
Vous devriez utiliser un terminal qui supporte les coordonnées UTF-8 pour la
souris, comme rxvt-unicode.
[[irc]]
IRC
---

View File

@ -438,6 +438,54 @@ I tasti "meta2-A" e "meta2-B" possono essere differenti nel proprio terminale.
Per trovare il codice tasto digitare @k(A-)@k(k) poi il tast (su o giù).
// TRANSLATION MISSING
[[mouse]]
Mouse
-----
// TRANSLATION MISSING
[[mouse_not_working]]
Mouse is not working at all, what can I do?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
First try to enable mouse:
----------------------------------------
/mouse enable
----------------------------------------
If mouse is still not working, check the TERM variable in your shell (look at
output of `echo $TERM` in your terminal).
According to terminfo used, mouse may not be supported.
You can test mouse support in terminal:
----------------------------------------
$ printf '\033[?1002h'
----------------------------------------
And then click on first char of terminal (upper left). You should see " !!#!!".
To disable mouse in terminal:
----------------------------------------
$ printf '\033[?1002l'
----------------------------------------
// TRANSLATION MISSING
[[mouse_coords]]
Mouse does nothing for X or Y greater than 94, why?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Some terminals are sending only ISO chars for mouse coordinates, so it does not
work for X/Y greater than 94.
You should use a terminal that supports UTF-8 coordinates for mouse, like
rxvt-unicode.
[[irc]]
IRC
---

View File

@ -434,6 +434,54 @@ Klawisze "meta2-A" i "meta2-B" mogą być inne dla twojego treminala. W celu
znalezienia ich kodów wciśnij @k(A-)@k(k) następnie przycisk (góra lub dół).
// TRANSLATION MISSING
[[mouse]]
Mouse
-----
// TRANSLATION MISSING
[[mouse_not_working]]
Mouse is not working at all, what can I do?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
First try to enable mouse:
----------------------------------------
/mouse enable
----------------------------------------
If mouse is still not working, check the TERM variable in your shell (look at
output of `echo $TERM` in your terminal).
According to terminfo used, mouse may not be supported.
You can test mouse support in terminal:
----------------------------------------
$ printf '\033[?1002h'
----------------------------------------
And then click on first char of terminal (upper left). You should see " !!#!!".
To disable mouse in terminal:
----------------------------------------
$ printf '\033[?1002l'
----------------------------------------
// TRANSLATION MISSING
[[mouse_coords]]
Mouse does nothing for X or Y greater than 94, why?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Some terminals are sending only ISO chars for mouse coordinates, so it does not
work for X/Y greater than 94.
You should use a terminal that supports UTF-8 coordinates for mouse, like
rxvt-unicode.
[[irc]]
IRC
---