doc: add coordinate 222 for problem with mouse coordinates (FAQ)

v2.8-utf8proc
Sebastien Helleu 2013-12-17 12:55:06 +01:00
parent 17052c0c67
commit 4c5e89ca6a
6 changed files with 16 additions and 12 deletions

View File

@ -421,10 +421,10 @@ $ printf '\033[?1002l'
----
[[mouse_coords]]
=== Mausunterstützung funktioniert nicht falls x/y Koordinaten größer 94 Pixel sind, weshalb?
=== Mausunterstützung funktioniert nicht falls x/y Koordinaten größer 94 (oder 222) Pixel sind, weshalb?
Einige Terminals senden ausschließlich ISO Zeichen für die Mauskoordinaten. Deshalb ist eine
Nutzung über 94 Pixel hinausgehend, sowohl in den x- wie auch den y-Koordinaten, nicht gegeben.
Nutzung über 94 (oder 222) Pixel hinausgehend, sowohl in den x- wie auch den y-Koordinaten, nicht gegeben.
Dann muss man einen Terminl nutzen der eine Unterstützung von UTF-8 Koordinaten für die Maus
bietet, zum Beispiel rxvt-unicode.

View File

@ -399,10 +399,10 @@ $ printf '\033[?1002l'
----
[[mouse_coords]]
=== Mouse does nothing for X or Y greater than 94, why?
=== Mouse does nothing for X or Y greater than 94 (or 222), why?
Some terminals are sending only ISO chars for mouse coordinates, so it does not
work for X/Y greater than 94.
work for X/Y greater than 94 (or 222).
You should use a terminal that supports UTF-8 coordinates for mouse, like
rxvt-unicode.

View File

@ -417,10 +417,10 @@ $ printf '\033[?1002l'
----
[[mouse_coords]]
=== La souris ne fait rien pour un X ou Y supérieur à 94, pourquoi ?
=== La souris ne fait rien pour un X ou Y supérieur à 94 (ou 222), 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.
de la souris, donc cela ne fonctionne pas avec un X/Y supérieur à 94 (ou 222).
Vous devriez utiliser un terminal qui supporte les coordonnées UTF-8 pour la
souris, comme rxvt-unicode.

View File

@ -416,10 +416,10 @@ $ printf '\033[?1002l'
----
[[mouse_coords]]
=== Il mouse non fa nulla per X o Y maggiori di 94, perché?
=== Il mouse non fa nulla per X o Y maggiori di 94 (o 222), perché?
Alcuni terminale inviano solo caratteri ISO per le coordinate del mouse, per cui
non funziona per X/Y maggiori di 94.
non funziona per X/Y maggiori di 94 (o 222).
Bisogna utilizzare un terminale che supporti le coordinate UTF-8 per il mouse,
come rxvt-unicode.

View File

@ -397,11 +397,13 @@ $ printf '\033[?1002h'
$ printf '\033[?1002l'
----
// TRANSLATION MISSING
[[mouse_coords]]
=== マウスの位置座標 X 又は Y が 94 よりも大きい場合にマウス機能が正しく動きません。
=== マウスの位置座標 X 又は Y が 94 (or 222) よりも大きい場合にマウス機能が正しく動きません。
// TRANSLATION MISSING
一部のターミナルではマウスの位置座標を指定するために ISO 文字だけを使います、
このため X/Y が 94 よりも大きい場合は正しく動きません。
このため X/Y が 94 (or 222) よりも大きい場合は正しく動きません。
マウスの位置座標を指定するのに UTF-8 座標をサポートしているターミナルを使ってください、
例えば rxvt-unicode 等です。

View File

@ -400,11 +400,13 @@ Aby wyłączyć wsparcie dla myszy w terminalu:
$ printf '\033[?1002l'
----
// TRANSLATION MISSING
[[mouse_coords]]
=== Mysz nic nie robi dla X lub Y większych od 94, dlaczego?
=== Mysz nic nie robi dla X lub Y większych od 94 (or 222), dlaczego?
// TRANSLATION MISSING
Niektóre terminale wysyłają tylko znaki ISO dla położenia myszy, dlatego nie
działa to dla X/Y większych dla 94.
działa to dla X/Y większych dla 94 (or 222).
Powinieneś użyć terminala wspierającego położenia UTF-8 dla myszy, jak
rxvt-unicode.