liamg / darktile

:waning_crescent_moon: Darktile is a GPU rendered terminal emulator designed for tiling window managers.
MIT License
3.04k stars 113 forks source link

Use DEL for backspace #215

Closed mjs closed 5 years ago

mjs commented 5 years ago

Description

Use DEL (0x7F) instead of BS (0x08) for backspace/erase. This is the default for most Linux terminals (and works on Windows too).

See also:

Fixes #178

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Confirmed that backspace key works as expected with:

Test Configuration:

Checklist:

liamg commented 5 years ago

Not sure what happened with travis, reopened this here: https://github.com/liamg/aminal/pull/231