From 0be6a3041ff58e716e6e44ff577dcc62685b3613 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 20 Nov 2007 18:46:32 +0000 Subject: Style: ry_* -> r* --- tmux.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tmux.h') 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 @@ -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 */ -- cgit