Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
linux.h File Reference
#include <stddef.h>
#include <stdbool.h>
Include dependency graph for linux.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool is_linux_console (int fd)
 
int reprogram_console_font (struct tinfo *ti, unsigned no_font_changes, bool *halfblocks, bool *quadrants)
 
bool is_linux_framebuffer (struct tinfo *ti)
 
int get_linux_fb_pixelgeom (struct tinfo *ti, unsigned *ypix, unsigned *xpix)
 

Function Documentation

◆ get_linux_fb_pixelgeom()

int get_linux_fb_pixelgeom ( struct tinfo ti,
unsigned *  ypix,
unsigned *  xpix 
)

Definition at line 813 of file linux.c.

813 {
814 (void)ti;
815 (void)ypix;
816 (void)xpix;
817 return -1;
818}
Here is the caller graph for this function:

◆ is_linux_console()

bool is_linux_console ( int  fd)
Here is the caller graph for this function:

◆ is_linux_framebuffer()

bool is_linux_framebuffer ( struct tinfo ti)

◆ reprogram_console_font()

int reprogram_console_font ( struct tinfo ti,
unsigned  no_font_changes,
bool *  halfblocks,
bool *  quadrants 
)