소스 검색

Renamed ConsoleDriver.Viewport, Screen

Tig 1 년 전
부모
커밋
0224712d07
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);