<\body> windows> <\explain> windows> <|explain> This routine returns the list of all windows. <\explain> <|explain> Return the current window. The program may abort if there exists no current window. <\explain> buffer )> <|explain> This routine returns the buffer which is currently being displayed in the window . Warning: in the future, when a window will be allowed to contain multiple buffers, this routine might be replaced by buffers>. <\explain> view )> <|explain> This routine returns the view which is currently being displayed in the window . Warning: in the future, when a window will be allowed to contain multiple views, this routine might be replaced by views>. <\explain> )> <|explain> Display the buffer in the window . <\explain> )> <|explain> Display the view in the window . The program may abort if the view was already attached to another window. <\explain> )> <|explain> Set th current focus to the window . The current implementation is still a bit bugged and only correct if you want to execute a sequence of commands under the assumption that carries the focus and if you return the focus to the original window at the end.