Compositor
Compositor copied to clipboard
Handle max line length
There's a limit on the maximum length of input lines (currently 3000). We should break up longer lines.
Version 1.1.0 increases the input buffer size to 20000 (#242), so this should be much less of an issue. Related: #140 (auto-wrap long lines)