MCPcopy Create free account
hub / github.com/NetHack/NetHack / curses_curs

Function curses_curs

win/curses/cursmain.c:544–548  ·  view source on GitHub ↗

Next output to window will start at (x,y), also moves displayable cursor to (x,y). For backward compatibility, 1 <= x < cols, 0 <= y < rows, where cols and rows are the size of window. */

Source from the content-addressed store, hash-verified

542 the size of window.
543*/
544void
545curses_curs(winid wid, int x, int y)
546{
547 curses_move_cursor(wid, x, y);
548}
549
550/*
551putstr(window, attr, str)

Callers

nothing calls this directly

Calls 1

curses_move_cursorFunction · 0.85

Tested by

no test coverage detected