From db86c9b73de246dd1cfeb7f86ef598a5299481a3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 10 Nov 2019 08:32:40 -0500 Subject: docs --- src/parser.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/parser.rs b/src/parser.rs index 453cf49..07ee7c9 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -40,6 +40,7 @@ impl Parser { } impl Default for Parser { + /// Returns a parser with dimensions 80x24 and no scrollback. fn default() -> Self { Self::new(24, 80, 0) } -- cgit v1.2.3-54-g00ecf