diff --git a/Terminal.Gui/View/ViewDrawing.cs b/Terminal.Gui/View/ViewDrawing.cs index ac6017d21..f88206856 100644 --- a/Terminal.Gui/View/ViewDrawing.cs +++ b/Terminal.Gui/View/ViewDrawing.cs @@ -102,9 +102,10 @@ public partial class View Driver.SetAttribute (prev); } - /// Clears the with the normal background color. + /// Clears the entire view () with the normal background color. /// - /// This clears the Bounds used by this view. + /// This method will clear the area occupied by the , , and , as + /// well as the . Use to clear just the . /// public void ClearFrame () {