logoalt Hacker News

faangguyindiatoday at 9:00 AM0 repliesview on HN

I knew very few people actually know this, and this why I posted it.

Most products in terminal these days use widget tree or virtual dom.

Things like aider use prompt toolkit and loses the layout when you resize window. Because the screen is printed on each change with diffing, upon resize there is no issue when you use stuff like ink or textual library in python.