1TICKIT_RENDERBUFFER_TRANSLATLEi(b3r)ary Functions MaTnIuCaKlIT_RENDERBUFFER_TRANSLATE(3)
2
3
4
6 tickit_renderbuffer_translate - move the base of output functions
7
9 #include <tickit.h>
10
11 void tickit_renderbuffer_translate(TickitRenderBuffer *rb, int downward, int rightward);
12
13 Link with -ltickit.
14
16 tickit_renderbuffer_translate() applies a translation to the co-ordi‐
17 nate system used by tickit_renderbuffer_goto(3) and the _at-suffixed
18 absolute-position drawing functions, and returned by tickit_render‐
19 buffer_get_cursorpos(3).
20
21 To undo the effects of any of this functions, it should be used within
22 nested pairs of calls to tickit_renderbuffer_save(3) and tickit_render‐
23 buffer_restore(3). This function only affects the subsequent drawing
24 operations; it do not affect existing stored content, nor the behaviour
25 of tickit_renderbuffer_flush_to_term(3).
26
28 These functions return no value.
29
31 tickit_renderbuffer_new(3), tickit_renderbuffer_clip(3), tickit_render‐
32 buffer_mask(3), tickit_renderbuffer(7), tickit(7)
33
34
35
36 TICKIT_RENDERBUFFER_TRANSLATE(3)