From 82fa0389acde185744a33fa92e35fd0f6e3b79e9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 8 Nov 2019 12:47:30 -0500 Subject: remove unnecessary accessors nobody should be caring about the terminal state internals --- tests/init.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/init.rs') diff --git a/tests/init.rs b/tests/init.rs index 7359c65..f26eb22 100644 --- a/tests/init.rs +++ b/tests/init.rs @@ -24,14 +24,6 @@ fn init() { assert_eq!(parser.screen().title(), ""); assert_eq!(parser.screen().icon_name(), ""); - assert_eq!(parser.screen().fgcolor(), vt100::Color::Default); - assert_eq!(parser.screen().bgcolor(), vt100::Color::Default); - - assert!(!parser.screen().bold()); - assert!(!parser.screen().italic()); - assert!(!parser.screen().underline()); - assert!(!parser.screen().inverse()); - assert!(!parser.screen_mut().check_visual_bell()); assert!(!parser.screen_mut().check_audible_bell()); assert!(!parser.screen().application_keypad()); -- cgit v1.2.3-54-g00ecf