=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.272 retrieving revision 1.273 diff -u -r1.272 -r1.273 --- src/usr.bin/tmux/tmux.h 2011/03/03 08:51:47 1.272 +++ src/usr.bin/tmux/tmux.h 2011/03/07 23:46:27 1.273 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.272 2011/03/03 08:51:47 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.273 2011/03/07 23:46:27 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1426,6 +1426,7 @@ void tty_cmd_linefeed(struct tty *, const struct tty_ctx *); void tty_cmd_utf8character(struct tty *, const struct tty_ctx *); void tty_cmd_reverseindex(struct tty *, const struct tty_ctx *); +void tty_cmd_rawstring(struct tty *, const struct tty_ctx *); /* tty-term.c */ extern struct tty_terms tty_terms; @@ -1804,6 +1805,7 @@ void screen_write_clearscreen(struct screen_write_ctx *); void screen_write_cell(struct screen_write_ctx *, const struct grid_cell *, const struct utf8_data *); +void screen_write_rawstring(struct screen_write_ctx *, u_char *, u_int); /* screen-redraw.c */ void screen_redraw_screen(struct client *, int, int);