You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kusky3 suggested in #1194 that we support ncls displaying along the left side of the terminal. This is trivial if we amend ncdirect_render_visual() to have that capability. Seems like a reasonable thing to do. Base this off ncalign_e so we also have centering.
Currently, we only support right-justification.
The text was updated successfully, but these errors were encountered:
It appears to work perfectly. I've added -a/--align, accepting one of left, right, or center. They work as you would expect. I've updated the man page and the usage output. This will be present in 2.1.1.
@kusky3 suggested in #1194 that we support
ncls
displaying along the left side of the terminal. This is trivial if we amendncdirect_render_visual()
to have that capability. Seems like a reasonable thing to do. Base this offncalign_e
so we also have centering.Currently, we only support right-justification.
The text was updated successfully, but these errors were encountered: