map_old_window()

Purpose

Restores the screen state

Old name

#define old_window map_old_window

Syntax

void map_old_window()

Description

The map_old_window() function restores the screen to how it was when the function map_new_window() was called. The old maps are re-activated, so they become accessible and any limit to scrolling is reset.

If you call this function without a previous matching call to the function map_new_window(), the behaviour is undefined.

See also

map_new_window()