diff options
Diffstat (limited to 'screen.c')
-rw-r--r-- | screen.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $Id: screen.c,v 1.61 2008-06-14 12:05:06 nicm Exp $ */ +/* $Id: screen.c,v 1.62 2008-06-18 22:21:51 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -45,7 +45,7 @@ * ----------- array base + hsize + dy * * The screen_x/screen_y macros are used to convert a cell on the displayed - * area to an absolute position in the arrays. + * area to an absolute position in the arrays. * * Screen handling code is split into four files: * @@ -54,7 +54,7 @@ * screen-display.c: Basic functions for manipulating the displayed * part of the screen. x,y coordinates passed to these * are relative to the display. These are largely - * utility functions for screen-write.c. + * utility functions for screen-write.c. * screen-redraw.c: Functions for redrawing all or part of a screen to * one or more ttys. A context is filled via one of the * screen_redraw_start* variants which sets up (removes |