Luna/kernel/src/video
apio abbed13f27
Add a 'pure' variant of cstyle_format which is infallible
If we cannot fail to output, it doesn't make sense to propagate errors. So if you're SURE there are no errors, use pure_cstyle_format().
If, however, output can fail, use cstyle_format().

This has a drawback of adding quite a bit of code duplication to Format.cpp.
Some of it is dealt using templates, but some code still remains duplicate.
2022-12-17 12:38:22 +01:00
..
BuiltinFont.h Reorganize the luna/ directory so that headers aren't in the top level include path 2022-12-04 12:42:43 +01:00
Framebuffer.cpp Make all refs to the bootboot structure const 2022-12-05 13:04:01 +01:00
Framebuffer.h Reorganize the luna/ directory so that headers aren't in the top level include path 2022-12-04 12:42:43 +01:00
TextConsole.cpp Add a 'pure' variant of cstyle_format which is infallible 2022-12-17 12:38:22 +01:00
TextConsole.h Remove some redundant error propagation 2022-12-16 18:32:29 +01:00