First part of removing cursor position reports
This commit is contained in:
@@ -67,6 +67,15 @@
|
||||
description : 'Yet another awesome ENiGMA½ BBS'
|
||||
}
|
||||
|
||||
term: {
|
||||
// checkUtf8Encoding requires the use of cursor position reports, which are not supported on all terminals.
|
||||
// Using this with a terminal that does not support cursor position reports results in a 2 second delay
|
||||
// during the connect process, but provides better autoconfiguration of utf-8
|
||||
checkUtf8Encoding : true
|
||||
|
||||
// other options here include cp437TermList and utf8TermList, see config_default.js for more information
|
||||
}
|
||||
|
||||
paths: {
|
||||
//
|
||||
// Other paths can also be configured as well,
|
||||
|
||||
Reference in New Issue
Block a user