From 89675ffdda615ffc3f29d1c47a933f4f44183364 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Sun, 27 Jan 2019 19:37:30 +0000 Subject: Recognise SGR 4:3 for curly underline --- include/vterm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/vterm.h b/include/vterm.h index 0501878..95fb47a 100644 --- a/include/vterm.h +++ b/include/vterm.h @@ -422,6 +422,7 @@ enum { VTERM_UNDERLINE_OFF, VTERM_UNDERLINE_SINGLE, VTERM_UNDERLINE_DOUBLE, + VTERM_UNDERLINE_CURLY, }; typedef struct { -- cgit v1.2.3