pxsocs / warden_terminal

WARden with an enhanced Text User Interface for Unix based systems
72 stars 14 forks source link

Debug file - Tail lines too long #83

Open AnarchyNow opened 3 years ago

AnarchyNow commented 3 years ago

https://github.com/pxsocs/warden_terminal/blob/a156a6f250f6d03c4f67d1a167b79a0b0c0f1755/data.py#L943

Viewing last 40 lines does not work well when the widget may not be able to display more than 18 lines or so. Should this number of lines to tail from the debug file be a dynamic value based on row count and if you have a small screen or not?

Tested 16 lines when the display was 63 rows high looks awesome image

pxsocs commented 3 years ago

Will fix this soon. Making some big changes on how debug and message files are shown...