Skip to content

Commit

Permalink
osc: Add clear
Browse files Browse the repository at this point in the history
  • Loading branch information
codyopel committed Sep 15, 2024
1 parent cef7ff2 commit 021d8ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions osc.elv
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,7 @@ fn reset-background-color {
fn reset-cursor-color {
-osc 112
}

fn clear {
printf "\033c"
}

0 comments on commit 021d8ae

Please sign in to comment.