mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-01 23:41:57 +02:00
* Update to encode()/decode() direct calls for iconv-lite
* Overrite font (to not use!) when showing pause prompts - they should use the current set by menu/art
This commit is contained in:
parent
ba4f407c90
commit
46088a9f02
5 changed files with 22 additions and 15 deletions
|
@ -10,7 +10,7 @@ var iconv = require('iconv-lite');
|
|||
var assert = require('assert');
|
||||
var _ = require('lodash');
|
||||
|
||||
iconv.extendNodeEncodings();
|
||||
//iconv.extendNodeEncodings();
|
||||
|
||||
exports.ClientTerminal = ClientTerminal;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue