Remember indent Method?
Trying to see if there is an existing solution. I am trying to print a paragraph of text in the terminal. The issue is i want the whole paragraph to be indented, at the same level instead of wrapping around and using the whole width it should wrap and start where the previous line started.
3 Replies
If there isnt an existing solution i will just make it myself, but the more i look at this the harder it seems like doing this well would be and if someone smarter has done it already i dont want to redo it.
They also usually rely on setting the cursor position rather than indenting as such.
took a look at this. Looks like overkill and couldnt find anything that looked like a solution :(