emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to change window divider in text terminal?


From: Andreas Schwab
Subject: Re: How to change window divider in text terminal?
Date: Thu, 28 Jul 2022 13:55:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1.90 (gnu/linux)

On Jul 28 2022, Akib Azmain Turja wrote:

> But none of the following work for me:
>
> (set-display-table-slot standard-display-table 5 ?|)
> (set-display-table-slot standard-display-table 5 (make-glyph-code ?|))
> (set-display-table-slot standard-display-table 'vertical-border ?|)
> (set-display-table-slot standard-display-table 'vertical-border
>                         (make-glyph-code ?|))

All of them work for me.  Of course, there is no difference since ?| is
also the default.

> And I'm pretty much sure that this happens because the character '|' is
> hardcoded in "build_frame_matrix_from_leaf_window" in "src/dispnew.c".

That's only used if the active display table doesn't override it.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]