torproject / nyx

Command-line monitor for Tor.
https://nyx.torproject.org/
GNU General Public License v3.0
113 stars 27 forks source link

Ctrl-L to redraw screen #14

Open armadev opened 4 years ago

armadev commented 4 years ago

I'm running nyx, but I had a browser process in the background before I launched it. Every so often the browser process prints stuff to its stdout, which clutters up my nyx screen in weird ways.

In normal unix terminal applications, I would type "control l", aka Ctrl-L, and it would refresh my screen, to get rid of the random stuff printed on my screen that nyx didn't intend to be there.

Does nyx support that? Should it?

The behavior I want is essentially as though I pressed right arrow and then left arrow (plus redrawing the top part too, if that doesn't also happen when I shift nyx pages)

atagar commented 4 years ago

Thanks Roger. Nyx previously did this, but that keybinding was removed. I'll add it back in the next release.