Remove geometry option from terminal consttructor

This commit is contained in:
Paris Kasidiaris
2016-10-23 17:55:37 +03:00
parent a9417c6878
commit e8e7870be2
-1
View File
@@ -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