Tweak some error messages/comments.

This commit is contained in:
nicm
2015-09-01 19:50:09 +00:00
parent 66a2720c56
commit 93b946ee50
3 changed files with 2 additions and 3 deletions

View File

@ -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)
{