beryx / text-io

A library for creating interactive console applications in Java
http://text-io.beryx.org/
Apache License 2.0
342 stars 45 forks source link

Separate Line With A Decorator #29

Closed hart-james closed 3 years ago

hart-james commented 3 years ago

Added a line separator with a desired text decorator function. The user can separate lines in the command line UI with any character or a string ie: 'X' or '+++' and then set a second parameter of length that would determine how many characters the decorated separator would be.