* Various code cleanup

* Fix term size fallback bug exposed with rxvt/telnet
* Fix bug in term env request
This commit is contained in:
Bryan Ashby 2015-07-04 15:21:50 -06:00
parent 13d104c840
commit 9715d31ac2
3 changed files with 25 additions and 25 deletions

View file

@ -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);
}