Dart.Emulation Namespace > Vt Class : EnhancedScrollback Property |
<DefaultValueAttribute()> Public Property EnhancedScrollback As Boolean
Dim instance As Vt Dim value As Boolean instance.EnhancedScrollback = value value = instance.EnhancedScrollback
[DefaultValue()] public bool EnhancedScrollback {get; set;}
[DefaultValue()] public: __property bool get_EnhancedScrollback(); public: __property void set_EnhancedScrollback( bool value );
[DefaultValue()] public: property bool EnhancedScrollback { bool get(); void set ( bool value); }
The default value is false. Normally only lines that are pushed off the top of the screen due to line-feeds are added to the scrollback buffer. When EnhancedScrollback is enabled, areas of the screen that are cleared or erased are also added to the scrollback buffer.