Mitchell Hashimoto
Mitchell Hashimoto
Congratulations on the launch. I'm developing a [terminal emulator](https://mitchellh.com/ghostty) so whenever any monospace font is released, the first thing I do is jump on it and see how it all...
### Zig Version 0.10.0-dev.4544+0ae60f723 ### Steps to Reproduce ```test.h #include typedef __uint32_t uint32_t; #define IOCPARM_MASK 0x1fff #define IOCPARM_MAX (IOCPARM_MASK + 1) #define IOC_VOID (__uint32_t)0x20000000 #define _IOC(inout, group, num, len) \...
In my use case, I'd like to filter envelopes in my transport depending on what is included in them (specifically, I only care about crashes). The envelope API as is...
### Zig Version 0.14.1 ### Steps to Reproduce and Observed Behavior The basic issue is that `src/Compilation.zig` (via `LibCDirs.detect`) _will_ properly set framework paths for things like clang. But `src/main.zig`...
Today, when `wait-after-command` is set, Ghostty injects that the process has exited directly into the terminal screen, as shown below. This is true on both macOS and in GTK. ...
This is a tracking issue for the next release of macOS Tahoe (v26), announced on Jun 9, 2025. **TLDR STATUS: Ghostty works fine on macOS Tahoe.** There are minor visual...
Regression since #7620 iOS isn't an important target for us but I like to keep it working so that libghostty remains iOS compatible. ``` *** Terminating app due to uncaught...
### Discussed in https://github.com/ghostty-org/ghostty/discussions/4664 Originally posted by **yanskun** January 5, 2025 I like to use the terminal with a transparent background. However, when sharing a screen for pair programming, etc.,...
I've seen beta issues where the tab bar re-renders weird, even in other apps, so I'm not sure if this will get fixed in future betas or if we should...