mirror of
https://github.com/RGBCube/serenity
synced 2025-07-08 15:07:35 +00:00
GTextEditor: Merge with previous line if backspacing at column 0.
This commit is contained in:
parent
6094f592a9
commit
38662f884d
2 changed files with 19 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue