There are two ways ....
The first is per-theme config (applies to all clear_screen commands) :
my_theme : theme {
extends = two
theme_settings {
hide_status_bar_on_clearscreen = true
}
}
The second is per clear-screen setting (overrides the theme default):
: clear_screen hide_status_bar = "true" ;
In beta 20, I changed the theme default for the TWO theme to hide the status bar on clear screen by default.
The status bar still returns when the location is re-described, and it seems like this is the most sensible default, hence the change.