A one line helper function is a little silly.

This commit is contained in:
nicm
2015-09-02 17:43:25 +00:00
parent 8121127606
commit 38e3baab2a
3 changed files with 2 additions and 9 deletions

1
tmux.h
View File

@ -1596,7 +1596,6 @@ void tty_cmd_utf8character(struct tty *, const struct tty_ctx *);
void tty_cmd_reverseindex(struct tty *, const struct tty_ctx *);
void tty_cmd_setselection(struct tty *, const struct tty_ctx *);
void tty_cmd_rawstring(struct tty *, const struct tty_ctx *);
void tty_bell(struct tty *);
/* tty-term.c */
extern struct tty_terms tty_terms;