From f23d5b9bb709024dff4634220a2271a23ea38970 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Sun, 13 Oct 2019 19:01:23 +0200 Subject: feat(ui): components, new details and responsive layout --- src/tests/fakes/fake_output.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/tests/fakes') diff --git a/src/tests/fakes/fake_output.rs b/src/tests/fakes/fake_output.rs index 2112371..1950dec 100644 --- a/src/tests/fakes/fake_output.rs +++ b/src/tests/fakes/fake_output.rs @@ -26,16 +26,14 @@ impl TestBackend { pub fn new( log: Arc>>, draw_log: Arc>>, - terminal_width: Arc>, // 190 - terminal_height: Arc>, // 50 + terminal_width: Arc>, + terminal_height: Arc>, ) -> TestBackend { TestBackend { events: log, draw_events: draw_log, terminal_width, terminal_height, -// terminal_width: 190, -// terminal_height: 50, } } } -- cgit v1.2.3