diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-05-01 14:01:12 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-05-01 14:01:12 +0100 |
commit | fe4ef307b736bae23068a4569c30a6b26021cad9 (patch) | |
tree | 57b6e002bd648b0bcdaba57bd1949ca4a70c4c18 /tmux.h | |
parent | 2b9f8ae485b05a87f22865f4662089f1f6e1e0e7 (diff) | |
parent | 87be2da4e1fca4a1815420d557b6b7d381b60ee4 (diff) | |
download | rtmux-fe4ef307b736bae23068a4569c30a6b26021cad9.tar.gz rtmux-fe4ef307b736bae23068a4569c30a6b26021cad9.tar.bz2 rtmux-fe4ef307b736bae23068a4569c30a6b26021cad9.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1727,7 +1727,6 @@ void tty_close(struct tty *); void tty_free(struct tty *); void tty_write(void (*)(struct tty *, const struct tty_ctx *), struct tty_ctx *); -int tty_client_ready(struct client *, struct window_pane *wp); void tty_cmd_alignmenttest(struct tty *, const struct tty_ctx *); void tty_cmd_cell(struct tty *, const struct tty_ctx *); void tty_cmd_clearendofline(struct tty *, const struct tty_ctx *); |