aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-20 18:46:32 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-20 18:46:32 +0000
commit0be6a3041ff58e716e6e44ff577dcc62685b3613 (patch)
tree26c4977553dc7968ac99436703c3ea5302ff1d01 /tmux.h
parentc0572ea9929b86071dcce6d7a9616164c6450d71 (diff)
downloadrtmux-0be6a3041ff58e716e6e44ff577dcc62685b3613.tar.gz
rtmux-0be6a3041ff58e716e6e44ff577dcc62685b3613.tar.bz2
rtmux-0be6a3041ff58e716e6e44ff577dcc62685b3613.zip
Style: ry_* -> r*
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index ebbc37cd..d270a2e5 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.82 2007-11-20 18:11:37 nicm Exp $ */
+/* $Id: tmux.h,v 1.83 2007-11-20 18:46:32 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -357,8 +357,8 @@ struct screen {
u_int sx; /* size x */
u_int sy; /* size y */
- u_int ry_upper; /* scroll region top */
- u_int ry_lower; /* scroll region bottom */
+ u_int rupper; /* scroll region top */
+ u_int rlower; /* scroll region bottom */
u_int cx; /* cursor x */
u_int cy; /* cursor y */