MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / ConsoleCharacter

Class ConsoleCharacter

Kernel/include/videoconsole.h:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <stdint.h>
4
5struct ConsoleCharacter
6{
7 char c;
8 uint8_t r, g, b;
9} __attribute__((packed));
10
11class VideoConsole{
12 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected