Manual pages
Origin: c2man aalib.h.
[ Alias ↣ ] Name (section) | Brief |
---|---|
aa_attrs(3) | Returns pointer to the text output buffer used by AA-lib. |
aa_autoinit(3) | Easy to use AA-lib initialization function. |
aa_autoinitkbd(3) | Easy to use AA-lib keyboard initialization function. |
aa_autoinitmouse(3) | Easy to use AA-lib mouse initialization function. |
aa_close(3) | Close the AA-lib context. |
aa_createedit(3) | Simple interactive line editor provided as helper function. |
aa_currentfont(3) | Returns specification of the fonts used by AA-lib rendering routines. |
aa_defparams(3) | Default hardware paramters requested by AA-lib programs. |
aa_defrenderparams(3) | Default rendering parameters. |
aa_displayrecommended(3) | List of recommended drivers. |
aa_dithernames(3) | Names of dithering methods supported by AA-lib. |
aa_drivers(3) | NULL-terminated array of output drivers available in AA-lib. |
aa_edit(3) | Simple interactive line editor. |
aa_editkey(3) | Notify the line editor about keypress. |
aa_fastrender(3) | Simple and fast AA-lib rendering function. |
aa_fonts(3) | Null-terminated array of available fonts. |
aa_formats(3) | NULL terminated array of save formats supported by AA-lib. |
aa_getevent(3) | Keyboard functions. |
aa_getkey(3) | Return next keypress event from queue. |
aa_getmouse(3) | Get mouse position as specified by last mouse event read by aa_getevent. |
aa_gotoxy(3) | Move the hardware cursor (if any) to specified position. |
aa_help(3) | AA-lib help string for the default command line parser. |
aa_hidecursor(3) | Hide the hardware cursor. |
aa_hidemouse(3) | Hide the mouse cursor. |
aa_image(3) | Returns pointer to the framebuffer emulated by AA-lib. |
aa_imgheight(3) | Returns height of the emulated image in pixels. |
aa_imgwidth(3) | Returns width of the emulated image in pixels. |
aa_init(3) | Open the output display for AA-lib. |
aa_initkbd(3) | Initialize the AA-lib keyboard driver. |
aa_initmouse(3) | Initialize the AA-lib mouse driver. |
aa_kbddrivers(3) | NULL-terminated array of keyboard drivers available in AA_lib. |
aa_kbdrecommended(3) | List of recommended drivers. |
aa_mmheight(3) | Returns height of the output screen in millimeters. |
aa_mmwidth(3) | Returns width of the output screen in millimeters. |
aa_mousedrivers(3) | NULL terminated array of mouse drivers supported by AA-lib. |
aa_mouserecommended(3) | List of recommended drivers. |
aa_parseoptions(3) | Parse the standard command line options used by AA-lib. |
aa_printf(3) | Print text to AA-lib output buffers. |
aa_putpixel(3) | Put pixel to emulated framebuffer. |
aa_puts(3) | Output string to AA-lib output buffers. |
aa_recommendhi(3) | Insert the given driver on beggining of the list of recommended drivers. |
aa_recommendhidisplay(3) | Insert the given driver on beggining of the list of recommended display drivers. |
aa_recommendhikbd(3) | Insert the given driver on beggining of the list of recommended keyboard drivers. |
aa_recommendhimouse(3) | Insert the given driver on beggining of the list of recommended mouse drivers. |
aa_recommendlow(3) | Add the given driver to the end of list of recommended drivers. |
aa_recommendlowdisplay(3) | Add the given driver to the end of list of display recommended drivers. |
aa_recommendlowkbd(3) | Add the given driver to the end of list of keyboard recommended drivers. |
aa_recommendlowmouse(3) | Add the given driver to the end of list of mouse recommended drivers. |
aa_registerfont(3) | Add new font specification to aa_fonts array. |
aa_render(3) | Convert image buffer to ASCII-art. |
aa_resize(3) | Resize functions. |
aa_resizehandler(3) | Set user handler to be called on resize event. |
aa_scrheight(3) | Returns height of the output screen in characters. |
aa_scrwidth(3) | Returns width of the output screen in characters. |
aa_setfont(3) | Set font specification to be used by rendering functions. |
aa_setsupported(3) | Alter the "supported" field of hardware_params structure used by AA-lib. |
aa_showcursor(3) | Show the hardware cursor. |
aa_showmouse(3) | Show the mouse cursor. |
aa_text(3) | Returns pointer to the text output buffer used by AA-lib. |
aa_uninitkbd(3) | Uninitialize the keyboard driver. |
aa_uninitmouse(3) | Uninitialize the mouse driver. |
mem_d(3) | AA-lib memory driver. |
save_d(3) | AA-lib driver used to save ascii-art image into file in used specified format. |