Fix terminal resize and reconnect behavior
- Force terminal redraw on WebSocket reconnect (fixes tmux display) - Simplify screenshot dimensions (use DEFAULT_TERMINAL_SIZE for new sessions) - Track last known terminal size for reconnection - Fix trailing whitespace in tests Bump version to 0.2.8
This commit is contained in:
@@ -73,7 +73,7 @@ class TestDockerStatsCollector:
|
||||
assert collector.available is False
|
||||
|
||||
# Just touching the file isn't enough - need actual socket connectivity
|
||||
# Since we can't easily create a real Unix socket in tests,
|
||||
# Since we can't easily create a real Unix socket in tests,
|
||||
# verify that a non-socket file returns False
|
||||
socket_path.touch()
|
||||
assert collector.available is False # File exists but can't connect
|
||||
|
||||
Reference in New Issue
Block a user