mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 14:55:38 -04:00
parent
38f63ae432
commit
afd50e40c2
@ -46,7 +46,8 @@ func init() {
|
|||||||
fmt.Println("Invalid version: ", Version, err)
|
fmt.Println("Invalid version: ", Version, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
if runtime.GOOS == "windows" {
|
_, wt := os.LookupEnv("WT_SESSION")
|
||||||
|
if runtime.GOOS == "windows" && !wt {
|
||||||
FakeCursor = true
|
FakeCursor = true
|
||||||
}
|
}
|
||||||
Stdout = new(bytes.Buffer)
|
Stdout = new(bytes.Buffer)
|
||||||
|
Loading…
Reference in New Issue
Block a user