=================================================================== RCS file: /cvs/funnyos/dev/fcons/fconsvar.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- funnyos/dev/fcons/fconsvar.h 2007/10/16 22:07:19 1.6 +++ funnyos/dev/fcons/fconsvar.h 2007/10/16 22:10:32 1.7 @@ -1,5 +1,5 @@ /* - * $Id: fconsvar.h,v 1.6 2007/10/16 21:07:19 init Exp $ + * $Id: fconsvar.h,v 1.7 2007/10/16 21:10:32 init Exp $ */ #ifndef _DEV_FCONS_FCONSVAR_H #define _DEV_FCONS_FCONSVAR_H @@ -17,8 +17,8 @@ struct fcons_dd { /* current cursor position */ - uint8_t currow; - uint8_t curcol; + uint8_t fd_currow; + uint8_t fd_curcol; struct fcons_handle fd_fh; };