Mention ghostty in config docs

This commit is contained in:
Joscha 2025-02-23 23:08:17 +01:00
parent cab37cb633
commit 03b91ec1cd

View file

@ -58,7 +58,8 @@ pub struct Config {
/// those cases are usually rare (unless you view a lot of emoji). /// those cases are usually rare (unless you view a lot of emoji).
/// ///
/// `"unicode"`: Use the unicode standard in a best-effort manner to /// `"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`. /// This method is used when `measure_widths` is set to `false`.
#[serde(default)] #[serde(default)]