From aa4123ab58ce9eb71174ca0bd9879d8eeea7676c Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 24 Sep 2026 08:16:13 +0000 Subject: [PATCH] Add margins for WezTerm and ghostty, from Michael Grant. --- tty-features.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tty-features.c b/tty-features.c index 74559dcf1..e3c9f19b2 100644 --- a/tty-features.c +++ b/tty-features.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tty-features.c,v 1.45 2026/09/22 14:10:26 nicm Exp $ */ +/* $OpenBSD: tty-features.c,v 1.46 2026/09/24 08:16:13 nicm Exp $ */ /* * Copyright (c) 2020 Nicholas Marriott @@ -627,6 +627,7 @@ tty_default_features(struct client *c, const char *name, u_int version) "extkeys," "focus," "hyperlinks," + "margins," "usstyle" }, { .name = "ghostty", @@ -635,6 +636,7 @@ tty_default_features(struct client *c, const char *name, u_int version) "cstyle," "extkeys," "focus," + "margins," "overline," "hyperlinks," "osc7," @@ -665,7 +667,7 @@ tty_default_features(struct client *c, const char *name, u_int version) "cstyle," "extkeys," "focus" - } + }, }; u_int i;