removed hterm - #4295

This commit is contained in:
Eugene Pankov
2021-08-08 22:06:08 +02:00
parent a560f0c96e
commit 1ae8d9c643
14 changed files with 9 additions and 4615 deletions

View File

@@ -86,24 +86,6 @@ Tabby.registerModule('crypto', {
return a.equals(b)
},
})
Tabby.registerMock('hterm-umdjs', {
hterm: {
PreferenceManager: class { set () {} },
VT: {
ESC: {},
CSI: {},
OSC: {},
},
Terminal: class {},
Keyboard: class {},
},
lib: {
wc: {},
Storage: {
Memory: class {},
},
},
})
Tabby.registerMock('dns', {})
Tabby.registerMock('socksv5', {})
Tabby.registerMock('util', require('util/'))