X-Git-Url: https://git.stderr.nl/gitweb?p=rodin%2Fchimara.git;a=blobdiff_plain;f=docs%2Freference%2Fglk-window-arrangement.sgml;h=cc9ba523bef69b5af5ce0b5edfdba906296f2328;hp=fe9f66705d67b8b1612bd3d3583b21a7d5b17f04;hb=c6e78c57fc1b323ec055bfe48c7430515be27d1c;hpb=7ef4ef1fecab7ae0f724e59f7de1315a96822152 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.