include two_window
include fill_window_numbers
call OK wrefresh $win1
compare fill_window_numbers.chk

call2 5 0 getyx $win1
call OK waddstr $win2 "window"
call OK wrefresh $win2
call OK mvwaddstr $win1 3 0 "xxxxxx"
call OK wrefresh $win1

# must redraw the whole win2 including "window" text
call OK mvwaddstr $win2 1 0 "yyyyyy"
call OK touchwin $win2
call OK wrefresh $win2
compare touchwin.chk
