Include new options in ITerminalOptions

This commit is contained in:
Daniel Imms
2017-09-02 19:45:44 -07:00
parent c94e87428d
commit 7973b26e7a
+15
View File
@@ -41,6 +41,21 @@ interface ITerminalOptions {
*/
disableStdin?: boolean;
/**
* The font size used to render text.
*/
fontSize?: number;
/**
* The font family used to render text.
*/
fontFamily?: string;
/**
* The line height used to render text.
*/
lineHeight?: number;
/**
* The number of rows in the terminal.
*/