minond / brainfuck

Brainfuck editor, interpreter, and debugger. Runs your bf code while displaying information about the program, like memory and active command, and allows you to set break-points in your code as well.
http://minond.xyz/brainfuck
14 stars 4 forks source link

Wordwrap output #7

Open icecream17 opened 2 years ago

icecream17 commented 2 years ago

If the output is very long, it goes off-screen, and gasp, there's horizontal scrolling.

In this case the fix is as easy as adding applying word-wrap: anywhere to the output element.

Although this doesn't consider outputting newlines. Not sure what to do there.