This repository was archived by the owner on Oct 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " edex-ui" ,
3
3
"productName" : " eDEX-UI" ,
4
- "version" : " 0.7.2 " ,
4
+ "version" : " 0.7.3 " ,
5
5
"description" : " A science fiction desktop running everywhere. Awesome." ,
6
6
"keywords" : [
7
7
" desktop" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ class Terminal {
24
24
rows : 24 ,
25
25
cursorBlink : false
26
26
} ) ;
27
- this . term . open ( document . getElementById ( opts . parentId ) , true ) ;
27
+ this . term . open ( document . getElementById ( opts . parentId ) ) ;
28
+ this . term . focus ( ) ;
28
29
29
30
let sockHost = opts . host || "127.0.0.1" ;
30
31
let sockPort = opts . port || 3000 ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " edex-ui" ,
3
3
"productName" : " eDEX-UI" ,
4
- "version" : " 0.7.2 " ,
4
+ "version" : " 0.7.3 " ,
5
5
"description" : " A science fiction desktop running everywhere. Awesome." ,
6
6
"keywords" : [
7
7
" desktop" ,
23
23
},
24
24
"homepage" : " https://github.com/GitSquared/edex-ui#readme" ,
25
25
"dependencies" : {
26
- "battery-level" : " ^ 3.0.0" ,
26
+ "battery-level" : " 3.0.0" ,
27
27
"node-pty" : " 0.7.4" ,
28
- "smoothie" : " ^ 1.34.0" ,
29
- "systeminformation" : " ^ 3.33.12 " ,
28
+ "smoothie" : " 1.34.0" ,
29
+ "systeminformation" : " 3.33.18 " ,
30
30
"ws" : " 4.0.0" ,
31
- "xterm" : " 2.9 .2"
31
+ "xterm" : " 3.0 .2"
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments