(framebuffer-display! framebuffer anymap)
The anymap is displayed on the current graphical cursor position. The cursor is advanced accordingly.
unspecified (ok)
> (define f (framebuffer-create))
f
> (define g (grabber-create))
g
> (define bild (grabber-grab g))
bild
> (framebuffer-display! f bild)
ok