[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: src/nsterm.m: fix window tabbing on macOS
From: |
Andrii Kolomoiets |
Subject: |
Re: src/nsterm.m: fix window tabbing on macOS |
Date: |
Fri, 28 May 2021 12:07:36 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin) |
martin rudalics <rudalics@gmx.at> writes:
>>> What do s-n and s-w do (which emacs function do they ultimately call)?
>>>
>>>> Repeat steps 3 and 4 few times, note how the frame height is increased.
>>
>> s-n (make-frame)
>> s-w (delete-frame)
>
> Hmm... Then "the frame height" refers to the height of different
> frames? Does it always increase by the same amount?
All Emacs frames are grouped in single window manager window. I refer
to that window manager window as frame.
Initially the tab bar is hidden. After new frame created (s-n), the tab
bar is shown with two tabs, frame height is increased by the tab bar
height. After frame deleted (s-w), tab bar become hidden again but
frame height is not decreased.
--
Andrii
- Re: src/nsterm.m: fix window tabbing on macOS, (continued)
- Re: src/nsterm.m: fix window tabbing on macOS, Alan Third, 2021/05/12
- Re: src/nsterm.m: fix window tabbing on macOS, Paul W. Rankin, 2021/05/13
- Re: src/nsterm.m: fix window tabbing on macOS, Alan Third, 2021/05/13
- Re: src/nsterm.m: fix window tabbing on macOS, Paul W. Rankin, 2021/05/16
- Re: src/nsterm.m: fix window tabbing on macOS, Alan Third, 2021/05/26
- Re: src/nsterm.m: fix window tabbing on macOS, Andrii Kolomoiets, 2021/05/27
- Re: src/nsterm.m: fix window tabbing on macOS, martin rudalics, 2021/05/28
- Re: src/nsterm.m: fix window tabbing on macOS, Paul W. Rankin, 2021/05/28
- Re: src/nsterm.m: fix window tabbing on macOS, martin rudalics, 2021/05/28
- Re: src/nsterm.m: fix window tabbing on macOS, Alan Third, 2021/05/28
- Re: src/nsterm.m: fix window tabbing on macOS,
Andrii Kolomoiets <=
- Re: src/nsterm.m: fix window tabbing on macOS, martin rudalics, 2021/05/28
- Re: src/nsterm.m: fix window tabbing on macOS, Paul W. Rankin, 2021/05/28
- Re: src/nsterm.m: fix window tabbing on macOS, martin rudalics, 2021/05/28
- Re: src/nsterm.m: fix window tabbing on macOS, Paul W. Rankin, 2021/05/28
- Re: src/nsterm.m: fix window tabbing on macOS, Andrii Kolomoiets, 2021/05/28