=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.363 retrieving revision 1.364 diff -u -r1.363 -r1.364 --- src/usr.bin/tmux/tmux.h 2012/11/22 14:26:04 1.363 +++ src/usr.bin/tmux/tmux.h 2012/11/22 14:41:11 1.364 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.363 2012/11/22 14:26:04 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.364 2012/11/22 14:41:11 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1193,7 +1193,7 @@ struct client *client; char *path; - u_int service_class; + u_int class; u_int sx; u_int sy; @@ -1637,6 +1637,7 @@ void tty_init(struct tty *, struct client *, int, char *); int tty_resize(struct tty *); int tty_set_size(struct tty *, u_int, u_int); +void tty_set_class(struct tty *, u_int); void tty_start_tty(struct tty *); void tty_stop_tty(struct tty *); void tty_set_title(struct tty *, const char *);