dylang/observatory

Behaves oddly when updating tasks that are scrolled up off the screen

NickHeiner opened this issue · 4 comments

I'm seeing odd behavior when I try to update a task that's off the screen. All the updates seem to overrwrite the top line of the terminal.

I'll try to provide code that repros it later.

I can make a repo case using the example code.

What behavior would you like to see? If it is off the screen then nothing happens?

Well, ideally it would still update, but you wouldn't see it until you scroll up.

I don't think that's possible in *nix terminal emulator. I think the only reason you can see content when scrolling up is because your client's buffer has a static copy.

Legit.