mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-05-22 21:48:22 +02:00
Merge branch 'clarify-text-input-preedit' into 'main'
text-input: clarify pre-edit cursor's start/end purpose Closes #304 See merge request wayland/wayland-protocols!481
This commit is contained in:
commit
7f7a7d7b87
2 changed files with 8 additions and 2 deletions
|
|
@ -355,7 +355,10 @@
|
|||
be hidden when both are equal to -1.
|
||||
|
||||
They could be represented by the client as a line if both values are
|
||||
the same, or as a text highlight otherwise.
|
||||
the same, or as a text highlight otherwise. The purpose of such
|
||||
representation is to clearly indicate the region that is being
|
||||
edited inside the pre-edit and shouldn't be confused with text
|
||||
selection.
|
||||
|
||||
Values set with this event are double-buffered. They must be applied
|
||||
and reset to initial on the next xx_text_input_v3.done event.
|
||||
|
|
|
|||
|
|
@ -374,7 +374,10 @@
|
|||
be hidden when both are equal to -1.
|
||||
|
||||
They could be represented by the client as a line if both values are
|
||||
the same, or as a text highlight otherwise.
|
||||
the same, or as a text highlight otherwise. The purpose of such
|
||||
representation is to clearly indicate the region that is being
|
||||
edited inside the pre-edit and shouldn't be confused with text
|
||||
selection.
|
||||
|
||||
Values set with this event are double-buffered. They must be applied
|
||||
and reset to initial on the next zwp_text_input_v3.done event.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue