mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:17:44 +00:00
Terminal+LibVT: Toggle TerminalWidget's focus on input preemption
This prevents Terminal's cursor from blinking when a Popup is open.
This commit is contained in:
parent
657ff1cd19
commit
f7eb72a8be
2 changed files with 6 additions and 2 deletions
|
@ -96,6 +96,8 @@ public:
|
|||
|
||||
void set_color_scheme(StringView);
|
||||
|
||||
void set_logical_focus(bool);
|
||||
|
||||
VT::CursorShape cursor_shape() { return m_cursor_shape; }
|
||||
virtual void set_cursor_blinking(bool) override;
|
||||
virtual void set_cursor_shape(CursorShape) override;
|
||||
|
@ -136,8 +138,6 @@ private:
|
|||
// ^GUI::Clipboard::ClipboardClient
|
||||
virtual void clipboard_content_did_change(String const&) override { update_paste_action(); }
|
||||
|
||||
void set_logical_focus(bool);
|
||||
|
||||
void send_non_user_input(ReadonlyBytes);
|
||||
|
||||
Gfx::IntRect glyph_rect(u16 row, u16 column);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue