From 5e18f3c731d8d64ff0e3c5e03ada58306778f0b0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 2 Sep 2023 14:09:49 -0700 Subject: [PATCH] update README with additional shell integration notes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3aaad3de0..80e5a23d5 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ The currently support shell integration features in Ghostty: * We do not confirm close for windows where the cursor is at a prompt. * New terminals start in the working directory of the previously focused terminal. + * Complex prompts resize correctly by allowing the shell to redraw the prompt line. * The cursor at the prompt is turned into a bar. * The `scroll_to_prompt` keybinding can be used to scroll the terminal window forward and back through prompts.