Skip to content

Commit

Permalink
secret h4x
Browse files Browse the repository at this point in the history
  • Loading branch information
deprecated committed Mar 29, 2021
0 parents commit e0c9caf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions title.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package title

import "fmt"

func SetTitle(text string) {
fmt.Printf("\033]0;" + text + "\007")
}

0 comments on commit e0c9caf

Please sign in to comment.