summaryrefslogtreecommitdiff
path: root/src/iso2022.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/iso2022.c')
-rw-r--r--src/iso2022.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iso2022.c b/src/iso2022.c
index 006d8aa8..e448d5b6 100644
--- a/src/iso2022.c
+++ b/src/iso2022.c
@@ -358,8 +358,8 @@ _vte_iso2022_ambiguous_width_guess(void)
}
/* If we have the encoding, decide how wide an ambiguously-wide character is
- * based on the encoding. This is basically what GNU libc does, and it sounds
- * reasonable, so.... */
+ * based on the encoding. This is basically what GNU libc does, and it agrees
+ * with my reading of Unicode UAX 11, so.... */
static int
_vte_iso2022_ambiguous_width(struct _vte_iso2022_state *state)
{