Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TICKIT_RE...SH_TO_TERM(3)  Library Functions Manual  TICKIT_RE...SH_TO_TERM(3)

NAME
       tickit_renderbuffer_flush_to_term  - output buffer contents to the ter-
       minal

SYNOPSIS
       #include	<tickit.h>

       void tickit_renderbuffer_flush_to_term(TickitRenderBuffer *rb, TickitTerm *tt);

       Link with -ltickit.

DESCRIPTION
       tickit_renderbuffer_flush_to_term() outputs the entire stored state  in
       the  buffer to the terminal, then resets	the buffer back	to its initial
       state. Stored content is	output in a strictly  top-to-bottom,  left-to-
       right  order,  ensuring	a  minimal amount of cursor movement for effi-
       ciency, and helping to reduce output flicker on the terminal display.

RETURN VALUE
       This function returns nothing.

SEE ALSO
       tickit_renderbuffer_new(3),  tickit_renderbuffer_reset(3),  tickit_ren-
       derbuffer(7), tickit(7)

						     TICKIT_RE...SH_TO_TERM(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tickit_renderbuffer_flush_to_term&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help