Searched refs:wwcursorrow (Results 1 – 2 of 2) sorted by relevance
237 int wwcursorrow, wwcursorcol; /* where we want the cursor to be */ variable252 #define wwsetcursor(r,c) (wwcursorrow = (r), wwcursorcol = (c))
55 if ((row = wwcursorrow) < 0) in wwflush()