From e69950a9ca773f3183749f3ccd6ee588880040d8 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 1 Jul 2026 06:17:58 +0000 Subject: [PATCH] Add overline for ghostty also, GitHub issue 5309. --- tty-features.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tty-features.c b/tty-features.c index 28b6d0f64..ea6769dc6 100644 --- a/tty-features.c +++ b/tty-features.c @@ -579,6 +579,7 @@ tty_default_features(int *feat, const char *name, u_int version) "cstyle," "extkeys," "focus," + "overline," "hyperlinks," "osc7," "sync,"