1TICKIT_RENDERBUFFER_CHAR(3)Library Functions ManualTICKIT_RENDERBUFFER_CHAR(3)
2
3
4
6 tickit_renderbuffer_char, tickit_renderbuffer_char_at - create charac‐
7 ter regions
8
10 #include <tickit.h>
11
12 int tickit_renderbuffer_char(TickitRenderBuffer *rb,
13 long codepoint);
14 int tickit_renderbuffer_char_at(TickitRenderBuffer *rb,
15 int line, int col, long codepoint);
16
17 Link with -ltickit.
18
20 tickit_renderbuffer_char() creates a text region at the current virtual
21 cursor position to contain the given Unicode character codepoint.
22
23 tickit_renderbuffer_char_at() creates a text region at the given posi‐
24 tion to contain the given Unicode character codepoint. This function
25 does not use or update the virtual cursor position.
26
28 This function returns no value.
29
31 tickit_renderbuffer_new(3), tickit_renderbuffer_blit(3), tickit_render‐
32 buffer_flush_to_term(3), tickit_renderbuffer(7), tickit(7)
33
34
35
36 TICKIT_RENDERBUFFER_CHAR(3)