alpha
Login
or
Join now
ptr.pet
/
ghostty
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ghostty
/
macos
/
Sources
/
Features
/
Terminal
/
at
main
1 folder
8 files
Claude Opus 4.7
fix(macos): mark Swift os.Logger interpolations as public
2mo ago
eb5c1c72
Window Styles
macOS: double click title to enlarge window Previously with `macos-titlebar-style = tabs`, double clicking title will do nothing
4 months ago
BaseTerminalController.swift
fix(macos): mark Swift os.Logger interpolations as public
2 months ago
ErrorView.swift
style(macos): cleanup trailing spaces
2 years ago
TerminalController.swift
macos: avoid duplicate appearance sync on tab focus Close #12825 Skip the initial emissions from the focused surface appearance publishers after a tab focus change. The focused surface is already synced immediately, so the initial Combine values only repeat the same titlebar and background updates. Subsequent derived config and OSC background changes still resync the window appearance.
2 months ago
TerminalRestorable.swift
fix(macos): mark Swift os.Logger interpolations as public
2 months ago
TerminalRestorableState+InteralState.swift
macos: remove unneeded initializers These will be automatically synthesized (they only do memberwise initialization) and do not need to be manually defined.
2 months ago
TerminalTabColor.swift
macos: swiftlint 'trailing_whitespace' rule
5 months ago
TerminalView.swift
macos: add enum type for macos-titlebar-style
5 months ago
TerminalViewContainer.swift
macOS: fix intrinsicContentSize race in windowDidLoad (#11256) Add initialContentSize fallback on TerminalViewContainer so intrinsicContentSize returns the correct value immediately, without waiting for @FocusedValue to propagate. This removes the need for the DispatchQueue.main.asyncAfter 40ms delay. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 months ago