diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-03-27 16:44:00 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-03-27 16:44:00 +0000 |
commit | b97264bb70898465fbdba6a79cd1614b0f09c0fc (patch) | |
tree | 927027823369b56eddb5de3a8099176974e8eba0 /tmux.h | |
parent | be0c79f3ad2a94083b6f79d40739b2b68d3848ae (diff) | |
download | rtmux-b97264bb70898465fbdba6a79cd1614b0f09c0fc.tar.gz rtmux-b97264bb70898465fbdba6a79cd1614b0f09c0fc.tar.bz2 rtmux-b97264bb70898465fbdba6a79cd1614b0f09c0fc.zip |
Update TODO.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.281 2009-03-27 15:57:10 nicm Exp $ */ +/* $Id: tmux.h,v 1.282 2009-03-27 16:44:00 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -1065,6 +1065,7 @@ void tty_start_tty(struct tty *); void tty_stop_tty(struct tty *); void tty_set_title(struct tty *, const char *); void tty_update_mode(struct tty *, int); +void tty_draw_line(struct tty *, struct screen *, u_int, u_int); int tty_open(struct tty *, char **); void tty_close(struct tty *, int); void tty_free(struct tty *, int); |