diff options
| author | a1e7cb88 <[email protected]> | 2021-10-18 00:09:23 +0800 |
|---|---|---|
| committer | a1e7cb88 <[email protected]> | 2021-10-18 00:09:23 +0800 |
| commit | 113fd8f700015308e663c8904c95ddf374987b78 (patch) | |
| tree | 0b81a126554c24b298b6e5e038f73beef2494ae9 /cmd/title.go | |
| parent | c0f88cb080950879bc8af5cf498ac3aa8a8c68fb (diff) | |
update mod
Diffstat (limited to 'cmd/title.go')
| -rw-r--r-- | cmd/title.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cmd/title.go b/cmd/title.go deleted file mode 100644 index b49043d..0000000 --- a/cmd/title.go +++ /dev/null @@ -1,9 +0,0 @@ -//go:build linux - -package main - -import "fmt" - -func setWindowTitle(title string) { - fmt.Printf("\033]0;%s\007", title) -} |
