Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Paragraph: wrap is not used #202

Description

@dantleech

Paragraph::wrap() is not taken into account - also should/could this be an Enum?

Possibly related to #203 maybe it should be:

enum Wrap {
    case Word;         // break line on words
    case Character;  // break line on chars
    case None;         // do not break line (i.e. just truncate)
}

or should "overflow" be

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions