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