File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ To better demonstrate the usefulness of NodeToJS I have converted my bashBlitz g
94
94
- width_fontpixels: Width of the loaded text font, measured in number of pixels.
95
95
- height_fontpixels: Height of the loaded text font, measured in number of pixels.
96
96
```
97
+
97
98
.draw( list_to_draw )
98
99
```
99
100
- list_to_draw: Array of elements to draw on the pseudo terminal with this structure:
@@ -106,6 +107,16 @@ To better demonstrate the usefulness of NodeToJS I have converted my bashBlitz g
106
107
- bgcolor: Background color code to clean the pseudo terminal.
107
108
```
108
109
110
+ .getColumns()
111
+ ```
112
+ Get the number of columns of the real terminal.
113
+ ```
114
+
115
+ .getRows()
116
+ ```
117
+ Get the number of rows of the real terminal.
118
+ ```
119
+
109
120
.scaleFullscreen()
110
121
```
111
122
It allows to scale the pseudo terminal to the size of the entire body of the web window.
You can’t perform that action at this time.
0 commit comments