We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please consider a feature where all lines are padded to the same length with spaces, and maybe trailing characters appended.
This means it easy to box text by using vertical box lines at either end of the line, especially in conjunction with #460
However boxing can be done externally if all lines are padded to the same width
The text was updated successfully, but these errors were encountered:
Those outputting to terminal (and not to text file) can move the cursor to the right-column pad position $PAD_SIZE with:
$PAD_SIZE
tput el tput cr tput cuf ${PAD_SIZE}
and then emit whatever right-side bounding character they want
Sorry, something went wrong.
No branches or pull requests
Please consider a feature where all lines are padded to the same length with spaces, and maybe trailing characters appended.
This means it easy to box text by using vertical box lines at either end of the line, especially in conjunction with #460
However boxing can be done externally if all lines are padded to the same width
The text was updated successfully, but these errors were encountered: