mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-09 11:26:41 +00:00
implement cursor reset when data comes in pty
This commit is contained in:
@@ -8,4 +8,8 @@ pub const Message = union(enum) {
|
||||
/// rendering within. This is only sent when a change is detected so
|
||||
/// the renderer is expected to handle all of these.
|
||||
focus: bool,
|
||||
|
||||
/// Reset the cursor blink by immediately showing the cursor then
|
||||
/// restarting the timer.
|
||||
reset_cursor_blink: void,
|
||||
};
|
||||
|
Reference in New Issue
Block a user