nrvr-commander icon indicating copy to clipboard operation
nrvr-commander copied to clipboard

determine usefulness of if len(outputSincePrompt) <= 300

Open srguiwiz opened this issue 7 years ago • 0 comments

Found on a machine from a while ago a change in src/nrvr/remote/ssh.py line 219 where instead of 128 it read 300:

if len(outputSincePrompt) <= 300: # limit to early in output

Today not sure whether this is useful or not.

srguiwiz avatar Jan 06 '18 18:01 srguiwiz