Calamitous / iris

Serverless command-line forum software
GNU General Public License v2.0
62 stars 4 forks source link

Build entire topic line, _then_ truncate #23

Open Calamitous opened 1 year ago

Calamitous commented 1 year ago

Currently the topic line is truncated before colors/etc. are parsed, which can cause some unexpected overflow/brokenness. The topic line truncation should be performed on the completed line, and account for zero-width ANSI commands.