parent
6739c5047e
commit
e82c3410a5
|
@ -655,7 +655,6 @@ public:
|
|||
if (m_autoshowcompl)
|
||||
refresh_completions(CompletionFlags::Fast);
|
||||
m_line_editor.reset(std::move(initstr));
|
||||
display();
|
||||
}
|
||||
|
||||
void on_key(Key key) override
|
||||
|
@ -868,6 +867,8 @@ private:
|
|||
context().print_status(display_line);
|
||||
}
|
||||
|
||||
void on_enabled() override { display(); }
|
||||
|
||||
PromptCallback m_callback;
|
||||
Completer m_completer;
|
||||
const String m_prompt;
|
||||
|
|
Loading…
Reference in New Issue
Block a user