mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
@ -157,6 +157,9 @@ pub fn init(alloc: Allocator, opts: termio.Options) !Exec {
|
|||||||
opts.config.cursor_blink orelse true,
|
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);
|
var subprocess = try Subprocess.init(alloc, opts);
|
||||||
errdefer subprocess.deinit();
|
errdefer subprocess.deinit();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user