Update xterm.js

This commit is contained in:
Martchus 2022-06-30 18:59:50 +02:00
parent 6c1782ba42
commit 3b94ba4479
3 changed files with 22 additions and 5 deletions

View File

@ -36,6 +36,7 @@
*/
.xterm {
cursor: text;
position: relative;
user-select: none;
-ms-user-select: none;
@ -124,10 +125,6 @@
line-height: normal;
}
.xterm {
cursor: text;
}
.xterm.enable-mouse-events {
/* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
cursor: default;
@ -178,3 +175,16 @@
z-index: 6;
position: absolute;
}
.xterm-decoration-overview-ruler {
z-index: 7;
position: absolute;
top: 0;
right: 0;
pointer-events: none;
}
.xterm-decoration-top {
z-index: 2;
position: relative;
}

File diff suppressed because one or more lines are too long

7
srv/static/package.json Normal file
View File

@ -0,0 +1,7 @@
{
"dependencies": {
"@mdi/font": "^6.6.96",
"xterm": "^4.16.0",
"xterm-addon-search": "^0.8.2"
}
}