From e8e7870be2895a270d3218280dc1b3bc6b690067 Mon Sep 17 00:00:00 2001 From: Paris Kasidiaris Date: Sun, 23 Oct 2016 17:55:37 +0300 Subject: [PATCH] Remove `geometry` option from terminal consttructor --- src/xterm.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xterm.js b/src/xterm.js index 18470e5..ac57068 100644 --- a/src/xterm.js +++ b/src/xterm.js @@ -66,7 +66,6 @@ var normal = 0, escaped = 1, csi = 2, osc = 3, charset = 4, dcs = 5, ignore = 6; * - `cursorBlink` (boolean): Whether the terminal cursor blinks * - `cols` (number): The number of columns of the terminal (horizontal size) * - `rows` (number): The number of rows of the terminal (vertical size) - * - `geometry` (array): Shortcut for terminal size: `[cols, rows]` (lower priority) * * @public * @class Xterm Xterm -- 2.39.5