mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-11 15:12:47 +09:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user