Bug

来自Shiyin's note
116.233.160.240讨论2013年5月9日 (四) 12:18的版本
跳到导航 跳到搜索
  • gv 和 freetyp-infinality不兼容
这个在fc16 到18中都发现
  • screen 问题 (仅在fc18 csh环境下)
好像是由于$TERMCAP的问题,导致在执行/etc/profile.d/256term.csh中
setenv TERMCAP `echo "$TERMCAP" | sed -e 's/Co#8/Co#256/g'`
时报错Unmatched ".
同样可能是termcap的问题,在注释掉上面语句后,screen中的快捷键依旧不好用