=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.281 retrieving revision 1.282 diff -c -r1.281 -r1.282 *** src/usr.bin/tmux/tmux.h 2011/04/18 19:49:05 1.281 --- src/usr.bin/tmux/tmux.h 2011/04/19 21:31:33 1.282 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.281 2011/04/18 19:49:05 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.282 2011/04/19 21:31:33 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1081,1086 **** --- 1081,1087 ---- #define MOUSE_3 2 #define MOUSE_UP 3 #define MOUSE_BUTTON 3 + #define MOUSE_DRAG 32 #define MOUSE_45 64 u_int x; u_int y; *************** *** 1428,1433 **** --- 1429,1435 ---- void tty_cmd_clearstartofscreen(struct tty *, const struct tty_ctx *); void tty_cmd_deletecharacter(struct tty *, const struct tty_ctx *); void tty_cmd_deleteline(struct tty *, const struct tty_ctx *); + void tty_cmd_erasecharacter(struct tty *, const struct tty_ctx *); void tty_cmd_insertcharacter(struct tty *, const struct tty_ctx *); void tty_cmd_insertline(struct tty *, const struct tty_ctx *); void tty_cmd_linefeed(struct tty *, const struct tty_ctx *);