git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@849 c06c8d41-db1a-0410-9941-cceddc491573
DTLQUII6XUFN6LMIOFGUX2MVWYJ22UKCFQGFXVR3CPTODFIEANNQC
NS2VAAPXHNCUGVCDAD37BSENKCM7MWLWZY27LRAAGR6NXMTPPRTAC
2BCSCMJ5FRMEZNX7C4WIP3M6WSFFKTIG22C57VV4VXFJPXT6JBJAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
move(y - 1 + VIEW_EY, x);
} // Fix stdscr cursor to same place as Message_Window cursor. This // is necessary because when reading input we use stdscr. { int x, y; getyx(Message_Window, y, x); move(y + VIEW_EY, x);
}
// Fix stdscr cursor to same place as Message_Window cursor. This
// is necessary because when reading input we use stdscr.
{
int x, y;
getyx(Message_Window, y, x);
move(y + VIEW_EY, x);