rust-cli / anstyle

ANSI text styling
https://docs.rs/anstyle
Other
106 stars 16 forks source link

fix(anstyle): Add trailing newline to dump-style example output #164

Closed joshtriplett closed 7 months ago

joshtriplett commented 7 months ago

dump-style lacked a trailing newline at the end of its output, leaving the cursor on the same line as its last line, and causing the user's prompt to end up on that same line. Add a trailing newline.