forked from joejulian/gio
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>