all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Window component order
@ 2022-05-09 16:07 John Yates
  2022-05-09 16:39 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: John Yates @ 2022-05-09 16:07 UTC (permalink / raw)
  To: Help Gnu Emacs mailing list

I am embarking on allowing the mode-line to appear
at the top of a window.  To do so, one function I need
to visit is window.c's coordinates_in_window.  This is
a rather tortured bit of logic so before I go too far I
would like to validate my current understanding of
window layout.

Including a possible mode-line at top, is this the
proper top to bottom ordering of components?
(I understand, that config setting will influence
which components are actually present.)

    Top mode line
    Tab line
    Header line
    Text area
    Bottom mode line
    Horizontal scroll bar
    Bottom window divider

Similarly, is this the proper left to right ordering
of components?

    Grabbable left vertical border
    Vertical scroll bar on left
    Left fringe
    Left margin
    Text area
    Right margin
    Right fringe
    Vertical scroll bar on right
    Right window divider
    Grabbable right vertical border

/john



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-09 19:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-09 16:07 Window component order John Yates
2022-05-09 16:39 ` Eli Zaretskii
2022-05-09 19:10   ` John Yates

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.