aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.rs')
-rw-r--r--src/parser.rs1
1 files changed, 1 insertions, 0 deletions
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)
}