Rendered at 04:39:14 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
Affric 1 hours ago [-]
How often are complex scripts rendered in terminal? What is the cost to scripts that are currently rendered accurately by terminal? Are there any group of tools that operate in complex scripts?
skydhash 52 minutes ago [-]
The issue is handled both by Emacs and Acme by eschewing the terminal. Instead they use the shell (and direct command execution) for commands. So that means no terminfo/termcap, ncurses, and escape codes (but Emacs have a library to parse some ansi codes).
faangguyindia 4 hours ago [-]
I used Rich library in python. And it was recommended to me by claude as top tui library in python space.
It can't handle terminal window resize and the layout gets messed up
I was surprised to see node based cli work much better with resize?
It can't handle terminal window resize and the layout gets messed up
I was surprised to see node based cli work much better with resize?
Anyone knows why?