From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Akib Azmain Turja Newsgroups: gmane.emacs.devel Subject: Re: How to change window divider in text terminal? Date: Thu, 28 Jul 2022 19:27:42 +0600 Message-ID: <871qu5l641.fsf@disroot.org> References: <8735el8p5l.fsf@disroot.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10762"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jul 28 15:44:03 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oH3o1-0002S4-TK for ged-emacs-devel@m.gmane-mx.org; Thu, 28 Jul 2022 15:44:01 +0200 Original-Received: from localhost ([::1]:38050 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oH3o0-0001na-8u for ged-emacs-devel@m.gmane-mx.org; Thu, 28 Jul 2022 09:44:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33902) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oH3c3-0006n9-9X for emacs-devel@gnu.org; Thu, 28 Jul 2022 09:31:39 -0400 Original-Received: from knopi.disroot.org ([178.21.23.139]:43774) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oH3c1-00037q-B6 for emacs-devel@gnu.org; Thu, 28 Jul 2022 09:31:39 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 8207A40D6C; Thu, 28 Jul 2022 15:31:33 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Original-Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ukig2WAgRTpf; Thu, 28 Jul 2022 15:31:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1659015065; bh=brk0vt0sfOU1x5yTEdMemame6idd7qXbreLVP85/0SI=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=bZU33VokAGNjJBWvh3PuDXPLqBHdkVtVzIMjviZnm5FNQtw2ZFjVaLeRFAEFkWZFj gcDTlKUuFr+klg8Tmg906pySTTsyvIMqFnsaKkChMwLeFl8gnpCvsZf0+CjY/iEPFV wkhd90iy+Q97Ii5PpFrwDU5euftbPMSneGCXKMbA7wA5KYtYzBh3RKp+5cSU8bN8mD lX760p5Dw/h6MFFp4deIiqhHBexaDkw/vwfv+Oc/VTy5RFFuXTlE/IIY7NOdgNi/Rl Gsr08RzQUZpgRa4sj/48qELvYD02OZL4zK6oHq5ScRaus/6UUehsDWPA35AGJCyYR0 ncaHDc8A+p5oQ== In-Reply-To: (Andreas Schwab's message of "Thu, 28 Jul 2022 13:55:39 +0200") Received-SPF: pass client-ip=178.21.23.139; envelope-from=akib@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:292794 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Andreas Schwab writes: > 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. Ah, my bad. I typed '|' instead of '=E2=94=82'. Anyway, thanks for findin= g my mistake. =2D-=20 Akib Azmain Turja Find me on Mastodon at @akib@hostux.social. This message is signed by me with my GnuPG key. It's fingerprint is: 7001 8CE5 819F 17A3 BBA6 66AF E74F 0EFA 922A E7F5 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEyVTKmrtL6kNBe3FRVTX89U2IYWsFAmLijs4ACgkQVTX89U2I YWtFYRAAz3jNRsLsnDR80VLIXN3S6WzPXMvY617OKpq4y9wysek0L88xRSkqLyiq XCBSL+l3/N5w1jen3YbECyj/q5IiQ/w025QbgSDG+2fInS7hhg0xVDaD+KpmBnai mP7hmcBdaPBjx+iiOLUEPQ/DQtuzV/m9ZchoyaR8Ewqjmrk/qYXPucD+yeHz91te Vu0SBrMAFmN8nrj4EMAIA9JpQu2Rolt3O6y7l1KA7qkS0XdmAWXLGpfRGnsQfRLs xsmSrVdW+q98iiAleDmFkNMwxMhaaTgks/fKs+2/h74nHNDyW/ZQDLRUYBmVGxer OUK8VjlQsLZ7u/zE5uNkcirBSFygEH9g74bQX/me8CZ0dasFjLhZGQuC3SZFF6UR ESMIKBQoAFZGr7c/jIP6tASPOj3rkkaOunVfEJK8ukyoWv8DiyO5RPkB85luruhp Bo304C9aT+/QT52R01RQfV6QVRNSfL1E6Yzdxs8nSO0WhV5Bv62OICK+pmZVXdsL EHqtHVnZHie2p+M21mg7t4nsHmryFHloEV/imTYruIa6+q+4H0SYIxsoSLEi/n9A w5YLd3trhdYijlXc8T8PS09Bw0WVl37JXB7BUrXirzeERUOd21BSJT7DWfNA2MXQ N8SsGuk0w2HvnG56KdKkiFQAIan/A24ihtvyDC75auSg9A52Gak= =Qwkc -----END PGP SIGNATURE----- --=-=-=--