mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
typo in OpenGL.zig
This commit is contained in:
@ -764,7 +764,7 @@ pub fn updateFrame(
|
|||||||
|
|
||||||
// We used to share terminal state, but we've since learned through
|
// We used to share terminal state, but we've since learned through
|
||||||
// analysis that it is faster to copy the terminal state than to
|
// analysis that it is faster to copy the terminal state than to
|
||||||
// hold the lock wile rebuilding GPU cells.
|
// hold the lock while rebuilding GPU cells.
|
||||||
var screen_copy = try state.terminal.screen.clone(
|
var screen_copy = try state.terminal.screen.clone(
|
||||||
self.alloc,
|
self.alloc,
|
||||||
.{ .viewport = .{} },
|
.{ .viewport = .{} },
|
||||||
|
Reference in New Issue
Block a user