mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
LibLine: Respect the provided completion static offset
Now that we can resolve these correctly and they're per-suggestion, we can finally use them for their intended purpose of letting suggestions overwrite stuff in the buffer.
This commit is contained in:
parent
4ea9ca06b4
commit
d5b3998d23
5 changed files with 27 additions and 9 deletions
|
@ -451,6 +451,7 @@ private:
|
|||
bool m_has_origin_reset_scheduled { false };
|
||||
|
||||
OwnPtr<SuggestionDisplay> m_suggestion_display;
|
||||
Vector<u32, 32> m_remembered_suggestion_static_data;
|
||||
|
||||
String m_new_prompt;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue