/[dotgnu-pnet]/pnet/support/console.c
ViewVC logotype

Diff of /pnet/support/console.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by rweather, Thu Jul 22 02:15:18 2004 UTC revision 1.12 by t3rmin4t0r, Mon Nov 22 10:31:50 2004 UTC
# Line 1211  void ILConsoleSetPosition(ILInt32 x, ILI Line 1211  void ILConsoleSetPosition(ILInt32 x, ILI
1211          #ifdef IL_USE_TERMCAP          #ifdef IL_USE_TERMCAP
1212                  str = tgoto(str, x, y);                  str = tgoto(str, x, y);
1213          #else          #else
1214                  str = tparm(str, y, x);                  str = tparm(str, y, x, 0, 0, 0, 0, 0, 0, 0);
1215          #endif          #endif
1216                  if(str)                  if(str)
1217                  {                  {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26