Refactor: tools: Remove blank_screen() function
As far as I can tell, it's equivalent to clear(); refresh();, except
that it loops over all the lines individually. If we feel it's worth
functionizing to save one line per call, we can add it back. I default
to being explicit here.
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>