mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
chore: more comment changes
This commit is contained in:
@ -17,7 +17,6 @@ pub const Message = apprt.surface.Message;
|
||||
|
||||
const std = @import("std");
|
||||
const builtin = @import("builtin");
|
||||
const build_config = @import("build_config.zig");
|
||||
const assert = std.debug.assert;
|
||||
const Allocator = std.mem.Allocator;
|
||||
const ArenaAllocator = std.heap.ArenaAllocator;
|
||||
|
@ -286,6 +286,7 @@ fullscreen: bool = false,
|
||||
/// This is usefull if you want to have multiple instances of Ghostty
|
||||
/// running with separate classes making it possible to have unique behavior for each of them.
|
||||
/// This is currently only supported on Gtk builds.
|
||||
/// The class name must follow the GTK requirements defined here: https://docs.gtk.org/gio/type_func.Application.id_is_valid.html
|
||||
class: ?[:0]const u8 = null,
|
||||
|
||||
/// The setting that will tell Ghostty which title to display.
|
||||
|
Reference in New Issue
Block a user