summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-06-07 13:07:05 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-06-07 13:07:31 -0700
commit6e77a5a6ca05c1416a1c19c5c61b76566574ea71 (patch)
tree28921820592341b970f35861f994503299ca3350 /include
parent20744f0482e1369039b3b565bd782a4bad786e8d (diff)
macos: address quick terminal basic functionality with new API
Diffstat (limited to 'include')
-rw-r--r--include/ghostty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ghostty.h b/include/ghostty.h
index 95bd58cd7..9f17d0b97 100644
--- a/include/ghostty.h
+++ b/include/ghostty.h
@@ -786,6 +786,7 @@ ghostty_app_t ghostty_surface_app(ghostty_surface_t);
ghostty_surface_config_s ghostty_surface_inherited_config(ghostty_surface_t);
void ghostty_surface_update_config(ghostty_surface_t, ghostty_config_t);
bool ghostty_surface_needs_confirm_quit(ghostty_surface_t);
+bool ghostty_surface_process_exited(ghostty_surface_t);
void ghostty_surface_refresh(ghostty_surface_t);
void ghostty_surface_draw(ghostty_surface_t);
void ghostty_surface_set_content_scale(ghostty_surface_t, double, double);