summaryrefslogtreecommitdiffstats
path: root/tty-term.c
diff options
context:
space:
mode:
authornicm <nicm>2015-09-01 19:50:09 +0000
committernicm <nicm>2015-09-01 19:50:09 +0000
commit93b946ee5076495ff815ad1a1d874341cbc70499 (patch)
tree2ab3e075482f2a8e375048820fd43965eed19afe /tty-term.c
parent66a2720c56328c186784345664ba283a4ca0748c (diff)
Tweak some error messages/comments.
Diffstat (limited to 'tty-term.c')
-rw-r--r--tty-term.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tty-term.c b/tty-term.c
index 14339de1..f4fd91a8 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -560,7 +560,6 @@ tty_term_string(struct tty_term *term, enum tty_code_code code)
return (term->codes[code].value.string);
}
-/* No vtparm. Fucking curses. */
const char *
tty_term_string1(struct tty_term *term, enum tty_code_code code, int a)
{