mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-18 17:04:23 +08:00
update files
This commit is contained in:
@@ -5,9 +5,7 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function (Terminal){
|
||||
|
||||
Terminal.charsets = {};
|
||||
|
||||
// DEC Special Character and Line Drawing Set.
|
||||
// http://vt100.net/docs/vt102-ug/table5-13.html
|
||||
// A lot of curses apps use this if they see TERM=xterm.
|
||||
@@ -49,7 +47,6 @@ module.exports = function (Terminal){
|
||||
'}': '\u00a3', // '£'
|
||||
'~': '\u00b7' // '·'
|
||||
};
|
||||
|
||||
Terminal.charsets.UK = null; // (A
|
||||
Terminal.charsets.US = null; // (B (USASCII)
|
||||
Terminal.charsets.Dutch = null; // (4
|
||||
@@ -63,5 +60,4 @@ module.exports = function (Terminal){
|
||||
Terminal.charsets.Swedish = null; // (H or (7
|
||||
Terminal.charsets.Swiss = null; // (=
|
||||
Terminal.charsets.ISOLatin = null; // /A
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user