ingwarsw / tinyfugue

TinyFugue - Rebirth
Other
58 stars 33 forks source link

Add a /status_clear command that clears an entire row. #70

Closed erikarn closed 1 year ago

erikarn commented 1 year ago

This is a simple and quick hack that clears the given row. The old way (clearing the status_line variable) isn't useful for status rows >1, and using status_add to do it requires you add something first.

This way everything can be dragged back to clean.

ingwarsw commented 1 year ago

@erikarn Thanks a lot..