mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
a770a2425c
When you press enter to "submit" an editor widget, don't also append the newline to the editor text. Enter should be "submit" or "add newline" but not both. Also add parens to the Enter check: x && y || z => x && (y || z). Signed-off-by: Larry Clapp <larry@theclapp.org>