Añadir título a CpuMon

Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
2021-05-12 10:58:15 +02:00
parent 1e1f1ea828
commit ade963f35a
9 changed files with 16 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ void showCenterMensaje(std::vector<std::string> *mensaje,
void showTopTitle(const std::vector<std::string> *titulo);
void mostrarVentana(WINDOW *ventana, std::vector<std::string> *texto,
int *ancho, uint8_t *sectores);
int *ancho, uint8_t *sectores, std::string *tituloVentana);
void borrarVentana(WINDOW *ventana);