From b24d69d51b3567f75630bb1b3a6875dac6e1c647 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 5 Nov 2019 09:35:08 -0500 Subject: formatting --- src/screen.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/screen.rs b/src/screen.rs index 1d4eda0..63d7205 100644 --- a/src/screen.rs +++ b/src/screen.rs @@ -33,7 +33,8 @@ pub enum MouseProtocolMode { // Highlight, /// Mouse button events should be reported on button press and release, as - /// well as when the mouse moves between cells while a button is held down. + /// well as when the mouse moves between cells while a button is held + /// down. ButtonMotion, /// Mouse button events should be reported on button press and release, @@ -194,7 +195,8 @@ impl Screen { /// Returns whether the italic text attribute is active. /// - /// If true, text written to a new cell will have the italic text attribute. + /// If true, text written to a new cell will have the italic text + /// attribute. pub fn italic(&self) -> bool { self.attrs.italic() } -- cgit v1.2.3-54-g00ecf