nojhan/clutchlog

Automatic right alignement of location

nojhan opened this issue · 1 comments

Implement automatic right-alignment of the location, when output to a terminal.
Allow a global option for the width of the output, that use the terminal width if available, else defaults to some user-set value.

Potential implementations: https://stackoverflow.com/questions/1022957/getting-terminal-width-in-c

Done.