You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ terminaljs
3
3
4
4
terminal.js is a dead simple JavaScript library for emulating a shell environment.
5
5
6
-
###Initialization
6
+
###Initialization
7
7
8
8
var myTerminal = new Terminal(id)
9
9
10
-
###Properties and methods
10
+
###Properties and methods
11
11
12
12
.html
13
13
This is the top DOM element of the terminal instance. If you want to modify styling via CSS, all instances belong to a .Terminal class. The element will also get the ID from the constructor argument.
@@ -45,7 +45,7 @@ Set to true by default.
45
45
46
46
Read more at: [erikosterberg.com/terminaljs](http://www.erikosterberg.com/terminaljs)
0 commit comments