Searched defs:vis_consdisplay (Results 1 – 1 of 1) sorted by relevance
232 struct vis_consdisplay { struct233 screen_pos_t row; /* Row to display data at */234 screen_pos_t col; /* Col to display data at */235 screen_size_t width; /* Width of data */236 screen_size_t height; /* Height of data */237 unsigned char *data; /* Data to display */238 unsigned char fg_color; /* Foreground color */239 unsigned char bg_color; /* Background color */