Home
last modified time | relevance | path

Searched refs:wwcursorrow (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.bin/window/
Dww.h237 int wwcursorrow, wwcursorcol; /* where we want the cursor to be */ variable
252 #define wwsetcursor(r,c) (wwcursorrow = (r), wwcursorcol = (c))
Dwwflush.c55 if ((row = wwcursorrow) < 0) in wwflush()