nrvr-commander
nrvr-commander copied to clipboard
determine usefulness of if len(outputSincePrompt) <= 300
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.