mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-07 02:16:34 +00:00
OSC handling, handle OSC change window title command
This commit is contained in:
@@ -37,7 +37,7 @@ pub fn BlockingQueue(
|
||||
// The type we use for queue size types. We can optimize this
|
||||
// in the future to be the correct bit-size for our preallocated
|
||||
// size for this queue.
|
||||
const Size = u32;
|
||||
pub const Size = u32;
|
||||
|
||||
// The bounds of this queue. We recast this to Size so we can do math.
|
||||
const bounds = @intCast(Size, capacity);
|
||||
|
Reference in New Issue
Block a user