1
Fork 0
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:
Andreas Kling 2019-03-07 16:15:25 +01:00
parent 6094f592a9
commit 38662f884d
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.