menu
ghostty_vte_flutter
ghostty_vte_flutter.dart
GhosttyTerminalController
lines property
lines
dark_mode
light_mode
lines
property
List
<
String
>
get
lines
Current buffered terminal lines.
Implementation
List<String> get lines => List<String>.unmodifiable(_lines);
ghostty_vte_flutter
ghostty_vte_flutter
GhosttyTerminalController
lines property
GhosttyTerminalController class