blob: 6b1814939a8bca75c826d12b3dc912afaec4b09b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
defutf8 on
utf8 on
# define a bigger scrollback, default is 100 lines
defscrollback 1024
#On supprime le message d'avertissement au début
startup_message off
#Barre de statut customisée
hardstatus alwayslastline "%H %{+b}%{kY} %-w%{Wb}%n %t%{-}%+w %= %{wr}%c %d/%m/%y"
vbell off
|