summaryrefslogtreecommitdiff
path: root/term/transparent_underline.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-13 19:51:54 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-13 19:51:54 -0400
commitfa799768c4f6d97c5f60a37829ad1b457b7c0096 (patch)
treeed28b64735a6a79b10ecf1a87296f36e88745f4e /term/transparent_underline.c
separate from libc
Diffstat (limited to 'term/transparent_underline.c')
-rw-r--r--term/transparent_underline.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/transparent_underline.c b/term/transparent_underline.c
new file mode 100644
index 0000000..a3c27a3
--- /dev/null
+++ b/term/transparent_underline.c
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define transparent_underline tigetflag("ul")
+
+/** underline character overstrikes **/
+
+/*
+TERMINFO_NAME(ul)
+TERMCAP_NAME(ul)
+XOPEN(400)
+*/