/[emacs]/emacs/lisp/progmodes/gdb-ui.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/gdb-ui.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.56 by kfstorm, Tue Mar 22 23:08:57 2005 UTC revision 1.57 by miles, Thu Mar 24 03:25:40 2005 UTC
# Line 1161  static char *magick[] = { Line 1161  static char *magick[] = {
1161         "\x3c\x7e\xff\xff\xff\xff\x7e\x3c"))         "\x3c\x7e\xff\xff\xff\xff\x7e\x3c"))
1162    
1163  (defface breakpoint-enabled  (defface breakpoint-enabled
1164    '((((type tty))    '((t
1165       :weight bold       :foreground "red"
1166       :foreground "red")       :weight bold))
     (t  
      :weight bold  
      :foreground "red"))  
1167    "Face for enabled breakpoint icon in fringe."    "Face for enabled breakpoint icon in fringe."
1168    :group 'gud)    :group 'gud)
1169  ;; compatibility alias for old name  ;; compatibility alias for old name
# Line 1176  static char *magick[] = { Line 1173  static char *magick[] = {
1173    ;; We use different values of grey for different background types,    ;; We use different values of grey for different background types,
1174    ;; so that on low-color displays it will end up as something visible    ;; so that on low-color displays it will end up as something visible
1175    ;; if it has to be approximated.    ;; if it has to be approximated.
1176    '((((type tty)  (background dark))    '((((background dark))  :foreground "grey60")
1177       :foreground "grey60")      (((background light)) :foreground "grey40"))
     (((type tty) (background light))  
      :foreground "grey40")  
     (((background dark))  
      :foreground "grey60")  
     (((background light))  
      :foreground "grey40"))  
1178    "Face for disabled breakpoint icon in fringe."    "Face for disabled breakpoint icon in fringe."
1179    :group 'gud)    :group 'gud)
1180  ;; compatibility alias for old name  ;; compatibility alias for old name

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26