Every time I work in the console I use GNU Screen. I have a custom .screenrc file with several settings. Among others I have the setting that shows 'tabs' in the bottom:
hardstatus alwayslastline
hardstatus string "%{= g} %{= w}%-w%{=r}%n %t%{-}%+W"
It works well, but I want to add to the tabs some symbol that shows what tab was previously active. How can this be done?
You can use can use following string:
Than window with focus will be marked with symbol '*' and previous one - with '-'.