cronvel / terminal-kit

Terminal utilities for node.js
MIT License
3.08k stars 198 forks source link

Taller progress bars and barHeadChar #206

Open AncientSwordRage opened 2 years ago

AncientSwordRage commented 2 years ago

This example is by no means an important use case, but I would love to be able to put

    .----.   @   @
   / .-"-.`.  \v/
   | | '\ \ \_/ )
 ,-\ `-.' /.'  /
'---`----'----'

Or similar art as my barHeadChar. Even @ノ" would cause issues, as the code current takes the first character only.

I guess that means, if we get taller head chars, we'd need a wider progress bar with people might want anyway?

Thoughts?