mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
* Various code cleanup
* Fix term size fallback bug exposed with rxvt/telnet * Fix bug in term env request
This commit is contained in:
parent
13d104c840
commit
9715d31ac2
3 changed files with 25 additions and 25 deletions
|
@ -330,7 +330,7 @@ function Client(input, output) {
|
|||
}
|
||||
|
||||
if(key || ch) {
|
||||
self.log.trace( { key : key, ch : ch }, 'User keyboard input');
|
||||
self.log.trace( { key : key, ch : escape(ch) }, 'User keyboard input');
|
||||
|
||||
self.emit('key press', ch, key);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue