mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 07:04:32 +02:00
Formatting + refs
This commit is contained in:
parent
565f0ea7c2
commit
4ef32d1c52
1 changed files with 2 additions and 8 deletions
|
@ -136,14 +136,8 @@ function Client(/*input, output*/) {
|
||||||
//
|
//
|
||||||
this.getTermClient = function(deviceAttr) {
|
this.getTermClient = function(deviceAttr) {
|
||||||
let termClient = {
|
let termClient = {
|
||||||
//
|
'63;1;2' : 'arctel', // http://www.fbl.cz/arctel/download/techman.pdf - Irssi ConnectBot (Android)
|
||||||
// See http://www.fbl.cz/arctel/download/techman.pdf
|
'50;86;84;88' : 'vtx', // https://github.com/codewar65/VTX_ClientServer/blob/master/vtx.txt
|
||||||
//
|
|
||||||
// Known clients:
|
|
||||||
// * Irssi ConnectBot (Android)
|
|
||||||
//
|
|
||||||
'63;1;2' : 'arctel',
|
|
||||||
'50;86;84;88' : 'vtx',
|
|
||||||
}[deviceAttr];
|
}[deviceAttr];
|
||||||
|
|
||||||
if(!termClient) {
|
if(!termClient) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue