-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
low priorityLess important than other thingsLess important than other thingsperformanceEfficient use of time and spaceEfficient use of time and spacerobustnessImperviousness to bad behaviorImperviousness to bad behaviorunder considerationDev has not yet decided whether or how to implementDev has not yet decided whether or how to implement
Description
This will be necessary in order to avoid massive memory usage due to bad commands, but what exactly should happen when a line exceeds the maximum length? Possibilities:
- Error
- Discard everything after the max length cutoff point
- Output everything up to the max length with a newline added
- Try to figure out the control sequences to add further output to the end of the previous line
Metadata
Metadata
Assignees
Labels
low priorityLess important than other thingsLess important than other thingsperformanceEfficient use of time and spaceEfficient use of time and spacerobustnessImperviousness to bad behaviorImperviousness to bad behaviorunder considerationDev has not yet decided whether or how to implementDev has not yet decided whether or how to implement