xs/hkexsh/termsize_win.go

9 lines
106 B
Go
Raw Normal View History

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