window_reposition

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.

int
window_reposition
(
bool f
,
int n
)

Meta