I have a server (without GUI), I would like to create a box message in the tty. Is this possible? Getting the example of htop
command
UPDATE -----------------------------------------------------------------------------------------------------------------------
I am using the command dialog
, by example I want to follow it:
dialog --title "Ejemplo" --msgbox "hola" 10 50
output:
I want the background color blue.
I saw the argument --colors
, but how can I do it?