From 03b91ec1cdf871370208d03dd1e86faf789f41cc Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 23 Feb 2025 23:08:17 +0100 Subject: [PATCH] Mention ghostty in config docs --- cove-config/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cove-config/src/lib.rs b/cove-config/src/lib.rs index 85b418e..24ffcd3 100644 --- a/cove-config/src/lib.rs +++ b/cove-config/src/lib.rs @@ -58,7 +58,8 @@ pub struct Config { /// those cases are usually rare (unless you view a lot of emoji). /// /// `"unicode"`: Use the unicode standard in a best-effort manner to - /// determine grapheme widths. + /// determine grapheme widths. Some terminals (e.g. ghostty) can make use of + /// this. /// /// This method is used when `measure_widths` is set to `false`. #[serde(default)]