We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2336b72 commit ccf1984Copy full SHA for ccf1984
macos/Sources/Features/Terminal/BaseTerminalController.swift
@@ -1153,7 +1153,7 @@ extension BaseTerminalController {
1153
/// We set the scheme on surfaces so they pick the correct theme
1154
/// and let ``syncAppearance(_:)`` update the window accordingly.
1155
///
1156
- /// Using App's effectiveAppearance here to prevent callback loops.
+ /// Using App's effectiveAppearance here to prevent incorrect updates.
1157
let themeAppearance = NSApplication.shared.effectiveAppearance
1158
let scheme: ghostty_color_scheme_e
1159
if themeAppearance.isDark {
0 commit comments