Xiang Xiao
|
1154735ca6
|
Refine the preprocess conditional guard style
|
2020-01-31 11:04:10 -06:00 |
|
Ken Pettit
|
8132c38064
|
graphics/pdcurs34: This commit adds a configuration option to pdcurses to enable line-drawing character (ALTCHARSET) when using the short 16-bit chtype. This is done by limiting the characters to 7-bit ASCII values and using the 8-th bit as the A_ALTCHARSET bit. This allows a significant RAM savings 4K - 20K depending on terminal size) while still allowing the nicer line-graphic characters for border drawing.
|
2019-01-08 08:28:27 -06:00 |
|
Ken Pettit
|
73fc5eb199
|
apps/graphics/pdcurs34: Integration of termcurses into pdcurses, plus pdcurses updates for multi-thread support
|
2019-01-05 13:25:12 -06:00 |
|
Gregory Nutt
|
cab8363d44
|
apps/graphics/pdcurses: Fix some miscellaneous, harmless typos and standard violations.
|
2017-11-27 17:31:22 -06:00 |
|
Gregory Nutt
|
ad54b77f33
|
apps/graphics/pdcurs34: Add NuttX framebuffer color managment and beginning of some rendering logic.
|
2017-11-18 19:30:19 -06:00 |
|
Gregory Nutt
|
69bea27b20
|
Remove some dangling whitespace at the end of lines.
|
2017-11-17 13:23:02 -06:00 |
|
Gregory Nutt
|
7ba2110c83
|
apps/graphics/pdcurs34: This commit brings the basic public domain pdcurses library into NuttX. This library is complete but not yet usuable because it still requires the NuttX interfacing code needed hook pdcurses into the NuttX graphics drivers. Also test cases are needed to verify the pdcurses integration.
|
2017-11-17 13:12:59 -06:00 |
|