More code review fixes

This commit is contained in:
Nathan Byrd
2022-03-28 14:41:12 -05:00
parent abaca6c8ef
commit ec2f6af1d0
3 changed files with 9 additions and 3 deletions

View File

@@ -73,6 +73,12 @@
// during the connect process, but provides better autoconfiguration of utf-8
checkUtf8Encoding : true
// Checking the ANSI home position also 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 3 second delay during the connect process, but works around positioning problems with
// non-standard terminals.
checkAnsiHomePosition: true
// other options here include cp437TermList and utf8TermList, see config_default.js for more information
}