Skip to content

Commit

Permalink
fix(container-terminal): Change backspace-binding
Browse files Browse the repository at this point in the history
Changing this property to the value `ascii-delete` should fix a bug
where pressing backspace would produce `^H` in some cases.

Fixes #705
  • Loading branch information
marhkb committed Jul 13, 2023
1 parent 7cccff1 commit 679de16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/resources/ui/container/tty.ui
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@

<property name="child">
<object class="VteTerminal" id="terminal">
<property name="backspace-binding">ascii-delete</property>
<property name="vexpand">True</property>

<child>
Expand Down

0 comments on commit 679de16

Please sign in to comment.