aboutsummaryrefslogtreecommitdiff
path: root/src/libeinfo
diff options
context:
space:
mode:
authorOskari Pirhonen <xxc3ncoredxx@gmail.com>2024-02-20 22:52:33 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2024-03-31 23:13:02 -0500
commit957140cb7878ce353c812cf7ea8ba9d46a942412 (patch)
treeb34414467e21bc115f744d8879cb4dbf00ff148b /src/libeinfo
parent536794dfad33be978c7b1f8005c899c8d4ce2fa6 (diff)
Touch up docs/comments
Remove the mention of linking with libtermcap from einfo(3), and fix some comments in libeinfo.c to more accurately reflect the new situation.
Diffstat (limited to 'src/libeinfo')
-rw-r--r--src/libeinfo/libeinfo.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libeinfo/libeinfo.c b/src/libeinfo/libeinfo.c
index 7e86091e..1d2427aa 100644
--- a/src/libeinfo/libeinfo.c
+++ b/src/libeinfo/libeinfo.c
@@ -50,8 +50,7 @@
#define HILITE 6
#define BRACKET 4
-/* We fallback to these escape codes if termcap isn't available
- * like say /usr isn't mounted */
+/* ANSI escape codes which mimic termcap */
#define AF "\033[3%dm"
#define CE "\033[K"
#define CH "\033[%dC"
@@ -94,7 +93,7 @@ static char *goto_column = NULL;
static const char *term = NULL;
static bool term_is_cons25 = false;
-/* No curses support, so we hardcode a list of colour capable terms
+/* Hardcoded list of colour capable terms
* Only terminals without "color" in the name need to be explicitly listed */
static const char *const color_terms[] = {
"Eterm",