include start wchar WSTR ["A", "A"*2, 0x3401, "A"*2] call OK move 4 4 call OK ins_nwstr $WSTR 4 call OK refresh compare ins_nwstr1.chk call OK mvaddstr 10 75 "AAA" call OK refresh # test shifting of characters wchar NSTR ["A"*4] call OK move 10 10 call OK ins_nwstr $NSTR -1 call OK refresh call2 10 10 getyx STDSCR compare ins_wstr2.chk