dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/runtime/Platform Stdio.cs,1.4,1.5


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/runtime/Platform Stdio.cs,1.4,1.5
Date: Mon, 03 Nov 2003 05:20:38 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/Platform
In directory subversions:/tmp/cvs-serv8431/runtime/Platform

Modified Files:
        Stdio.cs 
Log Message:


Modifications to the C# library to match internalcall changes for the
extended console.


Index: Stdio.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/Platform/Stdio.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Stdio.cs    2 Nov 2003 02:55:24 -0000       1.4
--- Stdio.cs    3 Nov 2003 05:20:35 -0000       1.5
***************
*** 71,77 ****
  
        // Supported console modes.
!       public const int MODE_NORMAL = 0;
!       public const int MODE_CBREAK = 1;
!       public const int MODE_RAW    = 2;
  
        // Get the buffer dimensions for the console.  If the console
--- 71,79 ----
  
        // Supported console modes.
!       public const int MODE_NORMAL     = 0;
!       public const int MODE_CBREAK     = 1;
!       public const int MODE_RAW        = 2;
!       public const int MODE_CBREAK_ALT = 3;
!       public const int MODE_RAW_ALT    = 4;
  
        // Get the buffer dimensions for the console.  If the console





reply via email to

[Prev in Thread] Current Thread [Next in Thread]