You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/g2-fullscreen-fix.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,18 +64,18 @@ Run `g2` again while neither window is fullscreen. It should behave identically
64
64
## How to re-test after future changes
65
65
66
66
1. Edit `~/.zshrc` (canonical) first. Run `source ~/.zshrc` and repeat the manual repro above.
67
-
2. Propagate the change into `bonus-ghostty.sh` inside the `TILING_EOF` heredoc. Remember to rename any inner `EOF` to `APPLESCRIPT` or another unique tag.
67
+
2. Propagate the change into `step-2/ghostty-install.sh` inside the `TILING_EOF` heredoc. Remember to rename any inner `EOF` to `APPLESCRIPT` or another unique tag.
68
68
3. Re-run the install script on a scratch account (or against a throwaway `$SHELL_RC`) and grep the result for `g2()` and `AXFullScreen` to confirm the heredoc expanded correctly.
6. Run the manual repro on the real machine. Automated tests are not feasible here — the fix depends on the macOS Accessibility API and a GUI app, neither of which can be exercised from CI.
0 commit comments