summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-09-28 23:57:20 +0100
committerjao <jao@gnu.org>2025-09-28 23:57:20 +0100
commitddf99ee09ab622feafcf70d28a2f0934db50d394 (patch)
tree75d4db050c27d0a4ddd5b4fcc6d191eb3de80f84 /lib
parent7e1981ef1a6b99f3e2af356f79256c4ca4f4f70d (diff)
downloadelibs-ddf99ee09ab622feafcf70d28a2f0934db50d394.tar.gz
elibs-ddf99ee09ab622feafcf70d28a2f0934db50d394.tar.bz2
tweaks for better darwin behaviour
Diffstat (limited to 'lib')
-rw-r--r--lib/eos/jao-afio.el4
-rw-r--r--lib/eos/jao-mode-line.el4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el
index 0a6d8e6..162a1b7 100644
--- a/lib/eos/jao-afio.el
+++ b/lib/eos/jao-afio.el
@@ -41,7 +41,7 @@
(interactive)
(jao-afio--current-config ?c)
(if jao-afio-use-frames
- (set-frame-name "W1")
+ (set-frame-name (jao-afio-frame-name ?c))
(window-configuration-to-register ?c)))
(defun jao-afio--check-frame ()
@@ -195,7 +195,7 @@
(select-frame-set-input-focus (or f (make-frame)))
(when (setq reset (or reset (not f)))
(set-frame-name
- (format "W%s" (or (jao-afio-frame-no next) next)))))
+ (format "%s" (or (jao-afio-frame-name next) next)))))
(window-configuration-to-register (jao-afio--current-config))
(when (and (not reset) (get-register next))
(ignore-errors (jump-to-register next)))
diff --git a/lib/eos/jao-mode-line.el b/lib/eos/jao-mode-line.el
index e1fe51f..f48040b 100644
--- a/lib/eos/jao-mode-line.el
+++ b/lib/eos/jao-mode-line.el
@@ -135,10 +135,10 @@
jao-minibuffer-inactive-buffer-line-color)))
(jao-mode-line--extract-face nil)
(jao-mode-line--extract-face t)
- (set-face-attribute 'mode-line nil :box nil :height 10
+ (set-face-attribute 'mode-line nil :box nil :height 1
:background bg :foreground bg
:overline ol :underline ul :extend t)
- (set-face-attribute 'mode-line-inactive nil :box nil :height 10
+ (set-face-attribute 'mode-line-inactive nil :box nil :height 1
:background bg :foreground bg
;; :overline bg
:underline ul :extend t)))