* Various code cleanup
* Fix term size fallback bug exposed with rxvt/telnet * Fix bug in term env request
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user