draw Wrapped
fun drawWrapped(value: String, startX: Int, startY: Int, maxWidth: Int, color: AnsiColor): FramePosition
Draw a wrapped string at a specified startX and startY position with a maxWidth. The end position will be returned.
Draw a wrapped string at a specified startX and startY position with a maxWidth. The end position will be returned.