Email or username:

Password:

Forgot your password?
Top-level
Rich Felker

@porkroll @ryanc That's curses. That's the whole point of curses. It's diff for charcell arrays.

4 comments
datenwolf

@ryanc @dalias @porkroll

Do some motion estimation. In rectangular regions that coherently move vertically you could set a scroll region and just scroll that area.

Umberto Ecco

@dalias @porkroll @ryanc curses uses escape codes, but you don’t have to use curses to use escape codes. You can emit them yourself if you like

Ryan Castellucci :nonbinary_flag:

@nyankat @dalias @porkroll I'm already doing stuff like detecting where the colors are almost the same and not updating them for the next character. I have my own termcell serialization format built already to facilitate this.

Go Up