update-status-line in frame:status-line<%>
Updates the status line named by id with
status. If status is #f, the status
line is becomes blank (and may be used by other ids).
( -> void
send a-frame:status-line update-status-line id status)
id : symbol
status : (union #f string)