mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 16:26:08 +03:00
@ -157,6 +157,9 @@ pub fn init(alloc: Allocator, opts: termio.Options) !Exec {
|
||||
opts.config.cursor_blink orelse true,
|
||||
);
|
||||
|
||||
// Set our default cursor style
|
||||
term.screen.cursor.style = opts.config.cursor_style;
|
||||
|
||||
var subprocess = try Subprocess.init(alloc, opts);
|
||||
errdefer subprocess.deinit();
|
||||
|
||||
|
Reference in New Issue
Block a user