mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
Correct typo in graphics protocol specification
Correct swapped row/column index in description of virtual placements
This commit is contained in:
@@ -542,7 +542,7 @@ and ``U+30D`` corresponds to ``1``. So these two commands create the following
|
|||||||
``2x2`` placeholder:
|
``2x2`` placeholder:
|
||||||
|
|
||||||
========== ==========
|
========== ==========
|
||||||
(0, 0) (1, 0)
|
(0, 0) (0, 1)
|
||||||
(1, 0) (1, 1)
|
(1, 0) (1, 1)
|
||||||
========== ==========
|
========== ==========
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user