Shell: Get default backspace key from c_cc[VERASE]

This commit is contained in:
2025-06-02 15:55:20 +03:00
parent fb466b5af7
commit 775c77c0fa
2 changed files with 15 additions and 1 deletions

View File

@@ -31,5 +31,7 @@ private:
BAN::Optional<BAN::Vector<BAN::String>> m_tab_completions;
size_t m_tab_completion_keep { 0 };
char m_backspace;
int m_waiting_utf8 { 0 };
};