Bläddra i källkod

Renamed ConsoleDriver.Viewport, Screen

Tig 1 år sedan
förälder
incheckning
0224712d07
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      Terminal.Gui/ConsoleDrivers/ConsoleDriver.cs

+ 1 - 0
Terminal.Gui/ConsoleDrivers/ConsoleDriver.cs

@@ -18,6 +18,7 @@ public abstract class ConsoleDriver
     // This is in addition to the dirty flag on each cell.
     internal bool [] _dirtyLines;
 
+    // QUESTION: When non-full screen apps are supported, will this represent the app size, or will that be in Application?
     /// <summary>Gets the location and size of the terminal screen.</summary>
     public Rectangle Screen => new (0, 0, Cols, Rows);