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:
parent
6be3f914f0
commit
7f7dd3cf9c
2 changed files with 17 additions and 0 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue