summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCoderJoshDK <74162303+CoderJoshDK@users.noreply.github.com>2025-09-24 17:47:24 -0400
committerCoderJoshDK <74162303+CoderJoshDK@users.noreply.github.com>2025-09-24 17:47:24 -0400
commitdc03a47558572dc66ae03350739cda70e1ea4cc5 (patch)
treec93e00669ba664917dc29d5254e9d1d840ca1902 /include
parent79685f87c420ca7a9d73fee5865bb5046b7df74b (diff)
chore: sync changes with ghostty_string_s
Diffstat (limited to 'include')
-rw-r--r--include/ghostty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ghostty.h b/include/ghostty.h
index a2964c227..3f1e0c9d9 100644
--- a/include/ghostty.h
+++ b/include/ghostty.h
@@ -353,7 +353,7 @@ typedef struct {
typedef struct {
const char* ptr;
uintptr_t len;
- uintptr_t cap;
+ bool sentinel;
} ghostty_string_s;
typedef struct {