Home
last modified time | relevance | path

Searched refs:ncplane_cursor_move_yx (Results 26 – 49 of 49) sorted by relevance

12

/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dreel.c147 ret |= ncplane_cursor_move_yx(n, y, 0); in draw_borders()
151 ret |= ncplane_cursor_move_yx(n, y, maxx); in draw_borders()
158 ret |= ncplane_cursor_move_yx(n, maxy, 0); in draw_borders()
H A Dmenu.c302 if(ncplane_cursor_move_yx(ncm->ncp, ypos, 0)){ in write_header()
315 ncplane_cursor_move_yx(ncm->ncp, ypos, xoff); in write_header()
477 if(ncplane_cursor_move_yx(n->ncp, ypos, xpos)){ in ncmenu_unroll()
H A Dfill.c410 ncplane_cursor_move_yx(dst, dsty, dstx); in rotate_2x1_cw()
434 ncplane_cursor_move_yx(dst, dsty, dstx); in rotate_2x1_ccw()
H A Dtree.c472 if(ncplane_cursor_move_yx(ncp, n->activerow, 0)){ in nctree_inner_redraw()
/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Derase.cpp19 CHECK(0 == ncplane_cursor_move_yx(n_, dimy / 2, dimx / 2));
H A Dmenu.cpp12 REQUIRE(0 == ncplane_cursor_move_yx(n_, 0, 0));
H A Dplot.cpp16 REQUIRE(0 == ncplane_cursor_move_yx(n_, 0, 0));
H A Dselector.cpp12 REQUIRE(0 == ncplane_cursor_move_yx(n_, 0, 0));
H A Dtree.cpp17 REQUIRE(0 == ncplane_cursor_move_yx(n_, 0, 0));
H A Dreel.cpp128 REQUIRE(0 == ncplane_cursor_move_yx(n_, 0, 0));
H A Dwide.cpp86 CHECK(0 == ncplane_cursor_move_yx(n_, 0, x));
617 CHECK(0 == ncplane_cursor_move_yx(n_, 0, 0));
H A Dtabbed.cpp14 REQUIRE(0 == ncplane_cursor_move_yx(n_, 0, 0));
/dports/audio/snd/snd-21.2/
H A Dnrepl.scm254 (ncplane_cursor_move_yx statp 0 0)
368 (ncplane_cursor_move_yx hc 0 0)
386 (ncplane_cursor_move_yx hc 0 0)
462 (ncplane_cursor_move_yx wc 0 0)
482 (ncplane_cursor_move_yx hc 0 0)
652 (ncplane_cursor_move_yx ncp y 0)
1451 (ncplane_cursor_move_yx hc 0 0)
H A Dnotcurses_s7.c1459 …return(s7_make_integer(sc, ncplane_cursor_move_yx((struct ncplane *)s7_c_pointer_with_type(sc, s7_… in g_ncplane_cursor_move_yx()
4194 nc_func(ncplane_cursor_move_yx, 3, 0, false); in notcurses_s7_init()
/dports/devel/notcurses/notcurses-3.0.1/src/demo/
H A Dsliders.c131 ncplane_cursor_move_yx(n, yoff, xoff); in draw_bounding_box()
/dports/devel/notcurses/notcurses-3.0.1/src/poc/
H A Dtree.c372 ncplane_cursor_move_yx(ncp, 0, 0); in callback()
/dports/devel/notcurses/notcurses-3.0.1/src/fetch/
H A Dmain.c470 ncplane_cursor_move_yx(n, -1, 0); in drawpalette()
477 if(ncplane_cursor_move_yx(n, -1, 0)){ in drawpalette()
/dports/devel/notcurses/notcurses-3.0.1/include/notcurses/
H A Dnotcurses.h1958 API int ncplane_cursor_move_yx(struct ncplane* n, int y, int x)
2073 if(ncplane_cursor_move_yx(n, y, x)){ in ncplane_putwegc_yx()
2471 if(ncplane_cursor_move_yx(n, 0, 0)){ in ncplane_perimeter()
2973 if(ncplane_cursor_move_yx(n, 0, 0)){ in ncplane_perimeter_rounded()
3038 if(ncplane_cursor_move_yx(n, 0, 0)){ in ncplane_perimeter_double()
/dports/devel/notcurses/notcurses-3.0.1/src/info/
H A Dmain.c333 ncplane_cursor_move_yx(n, y - 12, 54); in unicodedumper()
/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_plane.3.md305 A plane has a virtual cursor; Set its new position with **ncplane_cursor_move_yx**.
511 **ncplane_cursor_move_yx** returns -1 if the coordinates are beyond the
/dports/devel/notcurses/notcurses-3.0.1/include/ncpp/
H A DPlane.hh473 return error_guard (ncplane_cursor_move_yx (plane, y, x), -1); in cursor_move()
/dports/devel/notcurses/notcurses-3.0.1/doc/
H A DHACKING.md51 or reading it (e.g. `ncplane_cursor_move_yx()`), are working with a logical `y`.
/dports/devel/notcurses/notcurses-3.0.1/python/notcurses/
H A Dplane.c535 CHECK_NOTCURSES(ncplane_cursor_move_yx(self->ncplane_ptr, y, x)); in NcPlane_cursor_move_yx()
/dports/devel/notcurses/notcurses-3.0.1/
H A DUSAGE.md1255 int ncplane_cursor_move_yx(struct ncplane* n, int y, int x);
1353 if(ncplane_cursor_move_yx(n, y, x)){
1586 if(ncplane_cursor_move_yx(n, 0, 0)){

12