Home
last modified time | relevance | path

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

/dragonfly/usr.bin/dsynth/
H A Dncurses.c65 #define LEFT_COL 7 macro
179 mvwprintw(CWin, 1, LEFT_COL, "%-6d", info->remaining); in NCursesUpdateTop()
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c219 # define LEFT_COL 0 macro
231 buf[4] = ' ' + x - LEFT_COL + 1; in write_event()