v/GTT
1
0
mirror of https://github.com/eeeXun/GTT.git synced 2025-05-28 05:20:12 -07:00
This commit is contained in:
eeeXun 2022-10-23 13:42:21 +08:00
parent 2c0249c526
commit 5444866489

View File

@ -12,4 +12,3 @@ func IndexOf(candidate string, arr []string) int {
func SetTermTitle(title string) {
print("\033]0;", title, "\007")
}