diff --git a/HowtoScreen.md b/HowtoScreen.md index 017fa655..b8992944 100644 --- a/HowtoScreen.md +++ b/HowtoScreen.md @@ -132,4 +132,12 @@ On peut faire afficher une barre en bas (ou en haut) de la fenêtre comme le fai ~~~ [ hostname / sessionname ] 0 irssi 1 mutt >> 2 bash << 3 bash HH:MM -~~~ \ No newline at end of file +~~~ + +Autre exemple, cette commande : `hardstatus alwayslastline "[ %H / %S ] %-w%n %t*%+w"` + +Affichera : + +~~~ +[ hostname / sessionname ] 0 irssi* 1 mutt 2 bash 3 bash +~~~