Conversation
gtema
commented
Nov 15, 2024
- add view for managing group users
- sketch commands that would be available in individual identity modes
- add view for managing group users - sketch commands that would be available in individual identity modes
|
@markus-hentsch with this PR merged you can better debug your backspace/del issue by running If you do not have proper event for "Backspace" please let me know |
I now tried QTerminal and Konsole, both Qt-based terminal emulators. The problem only happens in QTerminal but not in Konsole. Turns out that leaving QTerminal's behavior > emulation setting at "default" causes the issue but changing it to "linux" fixes the behavior for QTerminal. The setting "vt420pc" shows the same broken behavior so I assume it is what it defaults to. Pressing Backspace in Konsole or QTerminal with behavior > emulation set to "linux": Pressing Backspace in QTerminal (with behavior > emulation set to "default" or "vt420pc"): A bit of research made me realize that ctrl+h is the historical implementation of the Backspace behavior:
(source) Seems like all TUI interfaces that I used so far are simply compatible with this historical way of treating Backspace. |