display active screen number in Escreen a bit more clearly, specially when in a console

This commit is contained in:
2011-11-10 08:45:44 +00:00
parent bd36270c52
commit eee6ca2693

View File

@@ -108,8 +108,8 @@
(concat emphased (if (= escreen-current-screen-number s)
(propertize (number-to-string s)
;;'face 'custom-variable-tag) " ")
'face 'info-title-3)
;;'face 'font-lock-warning-face)
;;'face 'info-title-3)
'face 'font-lock-warning-face)
;;'face 'secondary-selection)
(number-to-string s))
" ")))