Skip to content

Commit ad31a35

Browse files
committed
Clear screen at the end
1 parent 56fa41e commit ad31a35

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

main.aro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,9 @@
4343
Listen the <keyboard> to the <stdin>.
4444
Keepalive the <application> for the <events>.
4545

46-
Return an <OK: status> for the <startup>.
46+
Return an <OK: status> for the <success>.
4747
}
48+
49+
(Application-End: Success) {
50+
Clear the <screen> for the <terminal>.
51+
}

0 commit comments

Comments
 (0)