Skip to content

Commit

Permalink
Clear screen on exit.
Browse files Browse the repository at this point in the history
May prevent VFD burn.
  • Loading branch information
anachrocomputer committed Nov 14, 2021
1 parent a632a92 commit a16c85d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ba63gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ static gboolean delete_event (GtkWidget *widget,
gpointer data)
{
gtk_main_quit ();
ba63cls ();

return (FALSE);
}

Expand Down

0 comments on commit a16c85d

Please sign in to comment.