I'm looking for a way to clear both the scrollback and the visible screen at once in GNU screen. At the moment I use two separate bindings:
- C-a, C (which is the default one for clearing the visible text)
bind _ eval "scrollback 0" "scrollback 15000"
(which clears the scrollback)
Can someone point me to how I can do both in one?