aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-09-06 20:47:50 +0100
committerThomas Adam <thomas@xteddy.org>2015-09-06 20:47:50 +0100
commit76688d204071b76fd3388e46e944e4b917c09625 (patch)
treeb6c7920003106991bbb8db46a432e47b16429c94 /tty-term.c
parent2ebef95994953e49ae84862a65f9ee649a72e200 (diff)
parentaceae73b9a401c0b124a3534079e9c0d998f0dbd (diff)
downloadrtmux-76688d204071b76fd3388e46e944e4b917c09625.tar.gz
rtmux-76688d204071b76fd3388e46e944e4b917c09625.tar.bz2
rtmux-76688d204071b76fd3388e46e944e4b917c09625.zip
Merge branch 'obsd-master'
Conflicts: cfg.c tmux.c
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 c2b3895e..3f893109 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -566,7 +566,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)
{