X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=conio.c;h=27c38c3842786bcbe93d2aeb9134a649e4fc9bc4;hp=1aca05ebe0b2cb2bd9bf553e20b911a19cd01161;hb=e29006d00a2962f32312e31bf142f77a99bde04d;hpb=25f154a67f40eac351dd69368af471bf5d27a153 diff --git a/conio.c b/conio.c index 1aca05e..27c38c3 100644 --- a/conio.c +++ b/conio.c @@ -226,7 +226,7 @@ void gettextinfo(struct text_info *inforec) } void gotoxy (int x, int y) -/* address cusor -- OK for this to be a no-op in TTY mode */ +/* address cursor -- OK for this to be a no-op in TTY mode */ { #ifdef SERGEEV y--;