Guest User

.screenrc

a guest
Jul 20th, 2023
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.62 KB | None | 0 0
  1. $ cat .screenrc
  2. hardstatus off
  3. hardstatus alwayslastline
  4. hardstatus string '%{= bG} %{G}[ %{G}%H %{G}] %{g}[%= %{= bw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{W} %d.%m.%Y %{W} %c %{= bG} %l %{g}]'
  5. #%c:%s
  6. #hardstatus alwayslastline "%{rk}%H%{gk} | %c %{yk}%d.%m.%Y | %{rk} Load: %l %{wk} | %?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw%?"
  7. #caption     always        "%{+b rk}%H%{gk} |%c %{yk}%d.%m.%Y | %72=Load: %l %{wk}"
  8. #hardstatus alwayslastline "%?%{yk}%-Lw%?%{wb}%n*%f %t%?(%u)%?%?%{yk}%+Lw%?"
  9. startup_message off
  10. term screen-256color
  11. defscrollback 10000
  12. defutf8 on
  13. vbell off
  14. defnonblock on
  15. defflow off
Tags: Screen
Advertisement
Add Comment
Please, Sign In to add comment