- delwind
int delwind(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- window_enlarge
int window_enlarge(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- window_marking
bool window_marking(WINDOW* wp)
Undocumented in source. Be warned that the author may not have intended to support it.
- window_mvdn
int window_mvdn(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- window_mvup
int window_mvup(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- window_next
int window_next(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- window_only
int window_only(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- window_prev
int window_prev(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- window_refresh
int window_refresh(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- window_reposition
int window_reposition(bool f, int n)
Reposition dot in the current window to line "n". If the argument is
positive, it is that line. If it is negative it is that line from the
bottom. If it is 0 the window is centered (this is what the standard
redisplay code does). With no argument it defaults to 1. Bound to M-!.
Because of the default, it works like in Gosling.
- window_shrink
int window_shrink(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- window_split
int window_split(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- wpopup
WINDOW* wpopup()
Undocumented in source. Be warned that the author may not have intended to support it.