Home
last modified time | relevance | path

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

12

/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dplane.cpp12 CHECK(0 == ncplane_cursor_move_yx(n, 0, x0 * 3)); in BoxPermutationsRounded()
53 CHECK(0 == ncplane_cursor_move_yx(n_, 0, 0));
76 CHECK(0 > ncplane_cursor_move_yx(n_, -2, 0));
77 CHECK(0 > ncplane_cursor_move_yx(n_, -2, -2));
78 CHECK(0 > ncplane_cursor_move_yx(n_, 0, -2));
80 CHECK(0 > ncplane_cursor_move_yx(n_, rows, 0));
84 CHECK(0 > ncplane_cursor_move_yx(n_, 0, cols));
261 CHECK(0 == ncplane_cursor_move_yx(n_, 1, 0));
263 CHECK(0 == ncplane_cursor_move_yx(n_, 0, 1));
777 CHECK(0 == ncplane_cursor_move_yx(n_, 1, 5));
[all …]
H A Dscrolling.cpp62 CHECK(0 > ncplane_cursor_move_yx(n, 0, 20));
63 CHECK(0 > ncplane_cursor_move_yx(n, 1, 20));
64 CHECK(0 > ncplane_cursor_move_yx(n, 2, 2));
126 CHECK(0 == ncplane_cursor_move_yx(n, 0, 0));
274 CHECK(0 == ncplane_cursor_move_yx(n_, ncplane_dim_y(n_) - 1, 0));
302 CHECK(0 == ncplane_cursor_move_yx(n_, ncplane_dim_y(n_) - 1, 0));
H A Dzaxis.cpp118 REQUIRE(!ncplane_cursor_move_yx(n_, 0, 0));
135 REQUIRE(!ncplane_cursor_move_yx(n2, 0, 0));
143 REQUIRE(!ncplane_cursor_move_yx(n3, 0, 0));
H A Dprogbar.cpp40 CHECK(0 == ncplane_cursor_move_yx(std, posy - 1, posx - 1)); in hbar_make()
84 ncplane_cursor_move_yx(std, posy - 1, posx - 1); in pbar_make()
115 REQUIRE(0 == ncplane_cursor_move_yx(n_, 0, 0));
H A Dreader.cpp13 REQUIRE(0 == ncplane_cursor_move_yx(n_, 0, 0));
H A Dmultiselector.cpp12 REQUIRE(0 == ncplane_cursor_move_yx(n_, 0, 0));
H A Dfills.cpp250 CHECK(0 == ncplane_cursor_move_yx(n_, 0, 0));
307 CHECK(0 == ncplane_cursor_move_yx(n_, 0, 0));
376 CHECK(0 == ncplane_cursor_move_yx(p1, 0, 0));
424 CHECK(0 == ncplane_cursor_move_yx(p3, 0, 0));
H A Dfbuf.cpp12 REQUIRE(0 == ncplane_cursor_move_yx(n_, 0, 0));
H A Dfds.cpp59 REQUIRE(0 == ncplane_cursor_move_yx(n_, 0, 0));
H A Dfade.cpp40 REQUIRE(0 == ncplane_cursor_move_yx(n_, 0, 0));
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dreader.c141 ncplane_cursor_move_yx(n->textarea, y, textx); in ncreader_move_left()
142 ncplane_cursor_move_yx(n->ncp, y, viewx); in ncreader_move_left()
178 ncplane_cursor_move_yx(n->textarea, y, textx); in ncreader_move_right()
179 ncplane_cursor_move_yx(n->ncp, y, viewx); in ncreader_move_right()
194 ncplane_cursor_move_yx(n->textarea, y, -1); in ncreader_move_up()
195 ncplane_cursor_move_yx(n->ncp, y, -1); in ncreader_move_up()
209 ncplane_cursor_move_yx(n->textarea, y, -1); in ncreader_move_down()
210 ncplane_cursor_move_yx(n->ncp, y, -1); in ncreader_move_down()
264 ncplane_cursor_move_yx(n->textarea, y, x); in do_backspace()
265 ncplane_cursor_move_yx(n->ncp, n->ncp->y, n->ncp->x - 1); in do_backspace()
H A Dselector.c96 ncplane_cursor_move_yx(n->ncp, 0, 0); in ncselector_draw()
100 ncplane_cursor_move_yx(n->ncp, 0, offx); in ncselector_draw()
105 ncplane_cursor_move_yx(n->ncp, 1, 0); in ncselector_draw()
116 ncplane_cursor_move_yx(n->ncp, y, 0); in ncselector_draw()
120 ncplane_cursor_move_yx(n->ncp, yoff, xoff); in ncselector_draw()
164 ncplane_cursor_move_yx(n->ncp, yoff, xoff + 1); in ncselector_draw()
209 ncplane_cursor_move_yx(n->ncp, yoff, xoff + 1); in ncselector_draw()
624 ncplane_cursor_move_yx(n->ncp, 0, 0); in ncmultiselector_draw()
632 ncplane_cursor_move_yx(n->ncp, 1, 0); in ncmultiselector_draw()
643 ncplane_cursor_move_yx(n->ncp, y, 0); in ncmultiselector_draw()
[all …]
H A Dlayout.c28 return ncplane_cursor_move_yx(n, n->y + 1, 0); in puttext_advance_line()
164 if(ncplane_cursor_move_yx(n, y, -1)){ in ncplane_puttext()
H A Dnotcurses.c701 int ncplane_cursor_move_yx(ncplane* n, int y, int x){ function
1699 ncplane_cursor_move_yx(n, n->leny - 1, 0);
1821 if(ncplane_cursor_move_yx(n, y, x)){
2140 if(ncplane_cursor_move_yx(n, ypos + ret, xpos)){
2195 if(ncplane_cursor_move_yx(n, yoff, xoff + 1)){
2211 if(ncplane_cursor_move_yx(n, yoff, xstop)){
2222 if(ncplane_cursor_move_yx(n, yoff, xoff)){
2236 if(ncplane_cursor_move_yx(n, yoff, xstop)){
2254 if(ncplane_cursor_move_yx(n, yoff, xoff)){
2263 if(ncplane_cursor_move_yx(n, yoff, xoff + 1)){
[all …]
H A Dblit.c77 if(ncplane_cursor_move_yx(nc, y, bargs->u.cell.placex < 0 ? 0 : bargs->u.cell.placex)){ in tria_blit_ascii()
126 if(ncplane_cursor_move_yx(nc, y, bargs->u.cell.placex < 0 ? 0 : bargs->u.cell.placex)){ in tria_blit()
452 if(ncplane_cursor_move_yx(nc, y, bargs->u.cell.placex < 0 ? 0 : bargs->u.cell.placex)){ in quadrant_blit()
666 if(ncplane_cursor_move_yx(nc, y, bargs->u.cell.placex < 0 ? 0 : bargs->u.cell.placex)){ in sextant_blit()
734 if(ncplane_cursor_move_yx(nc, y, bargs->u.cell.placex < 0 ? 0 : bargs->u.cell.placex)){ in braille_blit()
/dports/devel/notcurses/notcurses-3.0.1/src/demo/
H A Dintro.c103 ncplane_cursor_move_yx(ncp, 2, 1); in intro_demo()
113 if(ncplane_cursor_move_yx(ncp, 1, 0)){ in intro_demo()
135 if(ncplane_cursor_move_yx(ncp, 5, (cols - centercols) / 2 + 1)){ in intro_demo()
147 if(ncplane_cursor_move_yx(ncp, 4, (cols - centercols) / 2)){ in intro_demo()
H A Dbox.c223 if(ncplane_cursor_move_yx(n, y, x)){ in box_demo()
256 if(ncplane_cursor_move_yx(n, y, x)){ in box_demo()
H A Duniblock.c49 ncplane_cursor_move_yx(std, posy - 1, posx - 1); in pbar_make()
265 if(ncplane_cursor_move_yx(n, 6 + BLOCKSIZE / CHUNKSIZE, 4)){ in uniblock_demo()
H A Dtrans.c287 ncplane_cursor_move_yx(n, y, x); in trans_demo()
294 if(ncplane_cursor_move_yx(n, y, x)){ in trans_demo()
H A Dwhiteout.c179 ncplane_cursor_move_yx(n, 2, 0); in message()
526 if(ncplane_cursor_move_yx(n, y, x)){ in whiteout_demo()
H A Djungle.c26617 if(ncplane_cursor_move_yx(n, targy, xoff)){ in jungle_demo()
/dports/devel/notcurses/notcurses-3.0.1/src/poc/
H A Drgb.c33 if(ncplane_cursor_move_yx(n, y, x)){ in main()
/dports/devel/notcurses/notcurses-3.0.1/src/pocpp/
H A Drgbbg.cpp26 if(ncplane_cursor_move_yx(n, y, 0)){ in main()
/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_output.3.md75 **int ncplane_cursor_move_yx(struct ncplane* ***n***, int ***y***, int ***x***);**
125 explicit **ncplane_cursor_move_yx()**.
131 **ncplane_cursor_move_yx()** returns -1 on error (invalid coordinate), or 0
/dports/devel/notcurses/notcurses-3.0.1/src/man/
H A Dmain.c704 ncplane_cursor_move_yx(p, -1, 0); in putpara()
733 ncplane_cursor_move_yx(p, -1, 0); in draw_domnode()
745 ncplane_cursor_move_yx(p, -1, 0); in draw_domnode()
837 ncplane_cursor_move_yx(bar, 0, 0); in draw_bar()

12