This repository was archived by the owner on Dec 14, 2023. It is now read-only.
This repository was archived by the owner on Dec 14, 2023. It is now read-only.
Suggestion: Option for verbose line break in terminal #972
Open
Description
Hey @mattpass ,
Fix you did in #967 for the terminal.css word-break works great. However, since line breaks are now automatically added on overflow by css, I am having a hard time differentiating which lines really belong in the same line in the original stdout. So, I added this in terminal-xhr.php:
$output = str_replace(PHP_EOL,PHP_EOL."---new line---".PHP_EOL,$output);
You may want to consider adding as an option in the settings? Just my thoughts. Feel free to close if unnecessary.