Friggin' Github Flavored Markdown

This commit is contained in:
Elf M. Sternberg 2022-02-27 11:07:06 -08:00
parent e6d836b005
commit 213dab0a97
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ string predates the URL standard.
Part of the problem with untangling the hierarchy in X-Windows is that
it's meant to be extremely malleable and re-usable. [The Wikipedia
article](/uri https://en.wikipedia.org/wiki/X_Window_System_protocols_and_architecture)
article](https://en.wikipedia.org/wiki/X_Window_System_protocols_and_architecture)
says that the `display` has a top-level window; The [Xlib
Tutorial](/uri https://tronche.com/gui/x/xlib/introduction/overview.html)
Tutorial](https://tronche.com/gui/x/xlib/introduction/overview.html)
says a `screen` is a physical monitor, and a workstation can have more
than one screen, but each screen has its own top-level window. But
both of these statements are inaccurate!