1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00

LibLine: Add binding for Alt-.

This commit is contained in:
Nico Weber 2020-08-06 14:01:56 -04:00 committed by Andreas Kling
parent 6be3f914f0
commit 7f7dd3cf9c
2 changed files with 17 additions and 0 deletions

View file

@ -149,6 +149,7 @@ public:
void clear_line();
void insert(const String&);
void insert(const StringView&);
void insert(const Utf32View&);
void insert(const u32);
void stylize(const Span&, const Style&);