* Most everything converted to new 'key press' system. Still WIP, some cleanup & probably a few keys to add for various BBS style terminals
This commit is contained in:
@@ -458,6 +458,7 @@ function display(options, cb) {
|
||||
parser.on('row update', function rowUpdate(row) {
|
||||
if(row >= nextPauseTermHeight) {
|
||||
if(!continous && 'termHeight' === options.pause) {
|
||||
// :TODO: Must use new key type (ch, key)
|
||||
options.client.waitForKeyPress(function kp(k) {
|
||||
// :TODO: Allow for configurable key(s) here; or none
|
||||
if('C' === k || 'c' == k) {
|
||||
|
||||
Reference in New Issue
Block a user