branch: externals/realgud commit a5853d53a63e8a23b7b4c2ae0faf575623637c8d Merge: 2eb9519 5e07d91 Author: rocky <ro...@gnu.org> Commit: rocky <ro...@gnu.org>
Merge branch 'master' of github.com:realgud/realgud --- realgud/common/bp.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/realgud/common/bp.el b/realgud/common/bp.el index 4e13a15..6e685f1 100644 --- a/realgud/common/bp.el +++ b/realgud/common/bp.el @@ -1,4 +1,4 @@ -;; Copyright (C) 2010, 2012-2015, 2017 Free Software Foundation, Inc +;; Copyright (C) 2010, 2012-2015, 2017-2018 Free Software Foundation, Inc ;; Author: Rocky Bernstein <ro...@gnu.org> @@ -106,12 +106,12 @@ Only used in text terminals: fringe icons always use :group 'realgud-bp) (defface realgud-bp-line-enabled-face - '((t :underline "red")) + '((t (:box (:color "red")))) "Face for lines with enabled breakpoints." :group 'realgud-bp) (defface realgud-bp-line-disabled-face - '((t :underline "gray")) + '((t (:box (:color "grey")))) "Face for lines with disabled breakpoints." :group 'realgud-bp)