Implementar CpuMon al completo

Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
2021-05-12 01:41:06 +02:00
parent 1f07cd4a0d
commit c505350e6d
6 changed files with 246 additions and 7 deletions

View File

@@ -27,5 +27,11 @@ void showCenterMensaje(std::vector<std::string> *mensaje,
const uint8_t *menu_color);
void showTopTitle(const std::vector<std::string> *titulo);
void mostrarVentana(WINDOW *ventana, std::vector<std::string> *texto,
int *ancho, uint8_t *sectores);
void borrarVentana(WINDOW *ventana);
} // namespace ui
#endif // __UI_HPP_