emacs-devel
[Top][All Lists]
Advanced

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

Re: Patch to vertically center line content when using line-spacing vari


From: Jesse Medeiros
Subject: Re: Patch to vertically center line content when using line-spacing variable
Date: Fri, 7 Feb 2020 14:06:59 -0300

How can offer a copyright assignment? I give permission to do whatever you want with this patch. I don't claim any copyright over it.

On Jan 23 2020, at 5:22 pm, Eli Zaretskii <address@hidden> wrote:
From: 조성빈 <address@hidden>
Date: Fri, 24 Jan 2020 01:32:21 +0900
Cc: address@hidden

From 1302c040a23837b80a53416421914f3fe8ba1926 Mon Sep 17 00:00:00 2001
From: Sungbin Jo <address@hidden>
Date: Fri, 24 Jan 2020 00:56:38 +0900
Subject: [PATCH] Add new variable for centering lines vertically.

Co-authored-by: Jesse Nazario <address@hidden>

Most of the patch was written by Jesse, and we don't have a copyright
assignment for Jesse on file. We need that to accept this
contribution.

+ if (NILP (BVAR (XBUFFER (it->w->contents),
+ line_spacing_vertical_center)))

No need to use BVAR here, since the buffer whose window is being
displayed is always the current buffer when the display code runs.

Thanks.
Sent from Mailspring
reply via email to

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