=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/screen.c,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/tmux/screen.c 2011/05/20 19:17:39 1.21 --- src/usr.bin/tmux/screen.c 2012/03/17 21:37:36 1.22 *************** *** 1,4 **** ! /* $OpenBSD: screen.c,v 1.21 2011/05/20 19:17:39 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: screen.c,v 1.22 2012/03/17 21:37:36 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 96,102 **** void screen_set_cursor_style(struct screen *s, u_int style) { ! if (style <= 4) s->cstyle = style; } --- 96,102 ---- void screen_set_cursor_style(struct screen *s, u_int style) { ! if (style <= 6) s->cstyle = style; }