mirror of https://github.com/ArduPilot/ardupilot
10 lines
459 B
Plaintext
10 lines
459 B
Plaintext
|
altscreen on
|
||
|
term screen-256color
|
||
|
bind ',' prev
|
||
|
bind '.' next
|
||
|
#
|
||
|
#change the hardstatus settings to give an window list at the bottom of the
|
||
|
#screen, with the time and date and with the current window highlighted
|
||
|
hardstatus alwayslastline
|
||
|
#hardstatus string '%{= kG}%-Lw%{= kW}%50> %n%f* %t%{= kG}%+Lw%< %{= kG}%-=%c:%s%{-}'
|
||
|
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]'
|