NAME
====
  vg_window_close() - close window or restore text-mode


SYNOPSIS
========
  void vg_window_close(void)


DESCRIPTION
===========
  Closes the window (X-window) or restores text-mode (console libraries).
  It is the opposite of vg_window_open().


RETURN VALUE
============
  No value is returned.


SEE ALSO
========
  Index
  Understanding window and key
  vg_window_open()
  vg_window_flush()