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
/
Tests
/
Ghostty
/
at
main
1 folder
5 files
Nolin McFarland
feat: add extension to normalize OSPasteboard string interface
2mo ago
bf716a0c
Surface View
feat: add extension to normalize OSPasteboard string interface
2 months ago
ConfigTests.swift
feat: add extension to normalize OSPasteboard string interface
2 months ago
MenuShortcutManagerTests.swift
macOS: extract menu shortcut syncing into MenuShortcutManager
4 months ago
NormalizedMenuShortcutKeyTests.swift
macOS: update MenuShortcutKey
4 months ago
ShellTests.swift
macos: Ghostty.Shell.escape unit tests
5 months ago
SurfaceViewAppKitTests.swift
macos: suppress control-char input while composing When AppKit delivers a single C0 control character during marked-text composition, Ghostty should treat it as input consumed by the composing state instead of forwarding it to the terminal. This prevents control-key IME actions, such as Japanese input shortcuts like ctrl+h/j/m/n, from leaking into the terminal while composition is still active. Printable text and non-composing control input continue through the normal key path. AI usage: OpenAI Codex helped investigate, implement, test, and refine this change. I reviewed and tested the resulting code.
4 months ago