IsAutoScrolling returns whether auto-scroll is enabled.
()
| 269 | |
| 270 | // IsAutoScrolling returns whether auto-scroll is enabled. |
| 271 | func (l *LogViewer) IsAutoScrolling() bool { |
| 272 | return l.autoScroll |
| 273 | } |
| 274 | |
| 275 | // Clear clears all log entries. |
| 276 | func (l *LogViewer) Clear() { |
no outgoing calls