cabal-club / cabal-cli

Terminal client for Cabal, the p2p chat platform.

Home Page:https://cabal.chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix issue with wrapping lines affecting the terminal display

cblgh opened this issue · comments

i think one of the current rendering issues has to do with when a line exceeds the terminal width, causing it to wrap to a new row

on rendering we should calculate how many of the visible messages will do this and change the amount of lines we display as a result

e.g. an example

Looks like you may have solved it, but https://github.com/sindresorhus/string-width was helpful for me previously when dealing with wrapping strings.

ahh this is rad @joehand!