GTextEditor: Merge with previous line if backspacing at column 0.

This commit is contained in:
Andreas Kling 2019-03-07 16:15:25 +01:00
commit 38662f884d
Notes: sideshowbarker 2024-07-19 15:08:26 +09:00
2 changed files with 19 additions and 0 deletions

View file

@ -72,6 +72,7 @@ private:
void prepend(char);
void insert(int index, char);
void remove(int index);
void append(const char*, int);
private:
// NOTE: This vector is null terminated.