summaryrefslogtreecommitdiff
path: root/title.go
diff options
context:
space:
mode:
authorKurenai <[email protected]>2021-10-17 00:02:28 +0800
committerKurenai <[email protected]>2021-10-17 00:24:41 +0800
commit70a7c4edba281122c05ef46e9efffe5309ef8448 (patch)
tree9e22aa0754ec0bea7f040874dfe3d626a4549503 /title.go
parent41568b669ab6bf44e01c7b95584a03a9ce7de8eb (diff)
Bump to 3.1.1
Diffstat (limited to 'title.go')
-rw-r--r--title.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/title.go b/title.go
deleted file mode 100644
index a67e1ec..0000000
--- a/title.go
+++ /dev/null
@@ -1,9 +0,0 @@
-//go:build !windows
-
-package main
-
-import "fmt"
-
-func setWindowTitle(title string) {
- fmt.Printf("\033]0;%s\007", title)
-}