]> git.eshelyaron.com Git - emacs.git/commit
* lisp/tab-bar.el (tab-bar-format-align-right): Fix alignment on TTY frames.
authorJuri Linkov <juri@linkov.net>
Fri, 2 Dec 2022 07:59:53 +0000 (09:59 +0200)
committerJuri Linkov <juri@linkov.net>
Fri, 2 Dec 2022 07:59:53 +0000 (09:59 +0200)
commit39e0c60176242a2ca09f65090bcf2751b346ed26
treeb455ff9d5c961c390eb3d2e67c2408ffa06e780b
parentbf66b90b9aea61799c089e91ceec3ce237195f3a
* lisp/tab-bar.el (tab-bar-format-align-right): Fix alignment on TTY frames.

Calculate the alignment from the left edge instead of the right edge
since the `right' spec doesn't work on TTY frames when windows are split
horizontally (bug#59620).
lisp/tab-bar.el