由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Re: how do you show this navigation bar in screen? (转载)
相关主题
【讨论】Linux启动时执行配置文件的顺序 (转载)怎么实现这个alias (转载)
iMAC terminal bash doesn't take .bashrc ?讲一个单进程死锁
g++ command line一问bin run as root, 它会不会pick up /root/.bashrc里的setting ? (转载)
有人export class from a dll 吗?How to get local hostname under linux?
修改环境路径的问题。Interview Question: System Crash
比较简单的Java数据输入验证问题用AWS Elastic Beanstalk怎么配置连接MySQL数据库?
A question about command line editor modeAWS static IPs 好像不能多于instance的数量?
借人气问Mac上的emacs怎么设置spell check给service起名字一般怎么起呀?
相关话题的讨论汇总
话题: navigation话题: screen话题: bar话题: 033话题: show
进入Programming版参与讨论
1 (共1页)
M*P
发帖数: 6456
1
【 以下文字转载自 Linux 讨论区 】
发信人: MHP (马后炮), 信区: Linux
标 题: Re: how do you show this navigation bar in screen?
发信站: BBS 未名空间站 (Thu Feb 13 11:39:43 2014, 美东)
this is better.
won'
w******p
发帖数: 166
2
tldp.org/HOWTO/Bash-Prompt-HOWTO/x329.html
bash config in .bashrc or .bash_profile and change prompt
[production] of not, should be based on machine name
if [[ $(hostname) =~ login ]]; then
export PS1="\[\033[32m\]\u@\h \[\033[32;0;31m\][production]\[\033[0m\] \
W $ "
else
export PS1="\[\033[32m\]\u@\h \W $ "
fi
h**u
发帖数: 19
3
I had the following in my .screenrc
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%
?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'

【在 M*P 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 发信人: MHP (马后炮), 信区: Linux
: 标 题: Re: how do you show this navigation bar in screen?
: 发信站: BBS 未名空间站 (Thu Feb 13 11:39:43 2014, 美东)
: this is better.
: won'

h**u
发帖数: 19
4
There is an extra line to make it effective:
hardstatus alwayslastline

t%

【在 h**u 的大作中提到】
: I had the following in my .screenrc
: hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%
: ?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'

1 (共1页)
进入Programming版参与讨论
相关主题
给service起名字一般怎么起呀?修改环境路径的问题。
FileZilla versus sftp比较简单的Java数据输入验证问题
xterm的title恢复问题 (转载)A question about command line editor mode
how to use make file in Visual c++借人气问Mac上的emacs怎么设置spell check
【讨论】Linux启动时执行配置文件的顺序 (转载)怎么实现这个alias (转载)
iMAC terminal bash doesn't take .bashrc ?讲一个单进程死锁
g++ command line一问bin run as root, 它会不会pick up /root/.bashrc里的setting ? (转载)
有人export class from a dll 吗?How to get local hostname under linux?
相关话题的讨论汇总
话题: navigation话题: screen话题: bar话题: 033话题: show