xs/hkexsh/termsize_win.go

9 lines
106 B
Go

// +build windows
package main
// Handle pty resizes (notify server side)
func handleTermResizes() {
}