larswaechter / voici.js

A Node.js library for pretty printing your data on the terminal🎨
https://voici.larswaechter.dev
MIT License
337 stars 4 forks source link

Fix header overflow #22

Closed larswaechter closed 1 year ago

larswaechter commented 1 year ago

Until now, header names were supposed to be within a single row. That caused multiple problems when using small terminal windows. Now the header names can overflow in multiple rows.

Closes #20