X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=docs%2Freference%2Fglk-window-arrangement.sgml;h=cc9ba523bef69b5af5ce0b5edfdba906296f2328;hb=43b334356e9e0003589d506ae74a8c85e5b9349d;hp=fe9f66705d67b8b1612bd3d3583b21a7d5b17f04;hpb=735e7456a9eced77b641b7bd79ce25dfe9965dee;p=projects%2Fchimara%2Fchimara.git diff --git a/docs/reference/glk-window-arrangement.sgml b/docs/reference/glk-window-arrangement.sgml index fe9f667..cc9ba52 100644 --- a/docs/reference/glk-window-arrangement.sgml +++ b/docs/reference/glk-window-arrangement.sgml @@ -30,7 +30,7 @@ Now you have two windows. In exactly the same way, you can split either of them You can repeat this as often as you want. Every time you split a window, one new window is created. Therefore, the call that does this is called glk_window_open(). -It might have been less confusing to call it glk_split_window() — or it might have been more confusing. I picked one. +It might have been less confusing to call it glk_split_window() — or it might have been more confusing. I picked one. It is important to remember that the order of splitting matters. If you split twice, you don't have a trio of windows; you have a pair with another pair on one side. Mathematically, the window structure is a binary tree.