Skip to content

clutter: Enable negative offsets in delete surrounding text

The input method can assign a negative value to clutter_input_method_delete_surrounding() to move the cursor to the left. But Wayland protocol accepts positive values in delete_surrounding() and GTK converts the values to the negative ones in text_input_delete_surrounding_text_apply().

#539 (closed)

Merge request reports