comparison src/xterm.c @ 40380:02365ce6ccc9

Fix typo in a comment.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 27 Oct 2001 21:41:34 +0000
parents 712d604d52eb
children 3f11c065fa9e
comparison
equal deleted inserted replaced
40379:00827567d7bd 40380:02365ce6ccc9
11072 ***********************************************************************/ 11072 ***********************************************************************/
11073 11073
11074 /* Notice if the text cursor of window W has been overwritten by a 11074 /* Notice if the text cursor of window W has been overwritten by a
11075 drawing operation that outputs N glyphs starting at START_X and 11075 drawing operation that outputs N glyphs starting at START_X and
11076 ending at END_X in the line given by output_cursor.vpos. 11076 ending at END_X in the line given by output_cursor.vpos.
11077 Coordinates are area-relative. END_X < 0 means means all the rest 11077 Coordinates are area-relative. END_X < 0 means all the rest
11078 of the line after START_X has been written. */ 11078 of the line after START_X has been written. */
11079 11079
11080 static void 11080 static void
11081 notice_overwritten_cursor (w, start_x, end_x) 11081 notice_overwritten_cursor (w, start_x, end_x)
11082 struct window *w; 11082 struct window *w;