Example #1
0
func (window *Window) Setscrreg(top, bot int) {
	C.wsetscrreg(window.cwin, C.int(top), C.int(bot))
}
Example #2
0
func (win *Window) Setscrreg(top, bot int) {
	C.wsetscrreg((*C.WINDOW)(win), C.int(top), C.int(bot))
}