Home
last modified time | relevance | path

Searched refs:fbuf_printf (Results 1 – 7 of 7) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dbanner.c33 fbuf_printf(f, "%snotcurses %s on %s %s%s(%s)" NL, in init_banner()
42 fbuf_printf(f, "%s%d rows (%dpx) %d cols (%dpx) %dx%d ", in init_banner()
49 fbuf_printf(f, "%d rows %d cols ", in init_banner()
67 fbuf_printf(f, "%u colors" NL "%s%s%s (%s)" NL "%sterminfo %s libdeflate %s GPM %s" NL, in init_banner()
H A Dkitty.c372 if(fbuf_printf(f, "\x1b_Ga=f,x=%d,y=%d,s=%d,v=%d,i=%d,X=1,r=2,c=1,q=2;", in kitty_blit_wipe_selfref()
400 if(fbuf_printf(f, "\x1b\\\x1b_Ga=a,i=%d,c=2,q=2\x1b\\", s->id) < 0){ in kitty_blit_wipe_selfref()
553 i = fbuf_printf(f, "\e_Ga=p,i=%u,p=1,X=%u,Y=%u%s,q=2\e\\", s->id, in kitty_commit()
556 i = fbuf_printf(f, "\e_Ga=p,i=%u,p=1,q=2%s\e\\", s->id, noscroll ? ",C=1" : ""); in kitty_commit()
775 *parse_start = fbuf_printf(f, "\e_Gf=32,s=%d,v=%d,i=%d,p=1,a=t,%s", in write_kitty_data()
788 if(fbuf_printf(f, "\e_G%sm=%d;", chunks ? "" : "q=2,", chunks ? 1 : 0) < 0){ in write_kitty_data()
951 fbuf_printf(f, "\e_Ga=c,x=%d,y=%d,X=%d,Y=%d,w=%d,h=%d,i=%d,r=1,c=2,q=2;\x1b\\", in kitty_rebuild_selfref()
988 if(fbuf_printf(f, "\e_Ga=f,x=%d,y=%d,s=%d,v=%d,i=%d,X=1,c=%d,r=%d,%s;", in kitty_rebuild_animation()
1121 if(fbuf_printf(f, "\e_Ga=d,d=I,i=%d\e\\", id) < 0){ in kitty_remove()
1190 }else if(fbuf_printf(f, "\e_Ga=p,i=%d,p=1,q=2%s\e\\", s->id, in kitty_move()
H A Dinternal.h641 fbuf_printf(f, " ************************* %16p pile ****************************\n", p); in ncpile_debug()
646 fbuf_printf(f, "%04d off y: %3d x: %3d geom y: %3u x: %3u curs y: %3u x: %3u %p %.4s\n", in ncpile_debug()
649 fbuf_printf(f, " bound %p ← %p → %p binds %p\n", in ncpile_debug()
653 fbuf_printf(f, " WARNING: expected *->bprev %p, got %p\n", n, *n->bprev); in ncpile_debug()
656 fbuf_printf(f, " WARNING: expected ->above %p, got %p\n", prev, n->above); in ncpile_debug()
659 fbuf_printf(f, " WARNING: expected pile %p, got %p\n", p, ncplane_pile_const(n)); in ncpile_debug()
666 fbuf_printf(f, " WARNING: expected ->bottom %p, got %p\n", prev, p->bottom); in ncpile_debug()
673fbuf_printf(f, " -------------------------- notcurses debug state -----------------------------\n"… in notcurses_debug_fbuf()
680 fbuf_printf(f, "WARNING: expected ->prev %p, got %p\n", prev, p0->prev); in notcurses_debug_fbuf()
683fbuf_printf(f, " ______________________________________________________________________________\n"… in notcurses_debug_fbuf()
H A Dfbuf.h200 fbuf_printf(fbuf* f, const char* fmt, ...){ in fbuf_printf() function
H A Ddirect.c555 if(fbuf_printf(f, "\n%*.*s", xoff, xoff, "") < 0){ in ncdirect_dump_cellplane()
/dports/devel/notcurses/notcurses-3.0.1/src/media/
H A Doiio.cpp206 fbuf_printf(f, " %s (with%s video)" NL, s.c_str(), in oiio_printbanner()
H A Dffmpeg.c700 fbuf_printf(f, "avformat %u.%u.%u avutil %u.%u.%u swscale %u.%u.%u avcodec %u.%u.%u" NL,