xref: /inferno-os/man/9/update (revision 46439007cf417cbd9ac8049bb4122c890097a0fa)
UPDATE 9
NAME
update - flush graphics
SYNOPSIS
\f5update ?options?
DESCRIPTION
Changes made via Tk commands do not become visible until a call to update . Update flushes any pending changes to the screen. The following options are supported:

\f5-disable If this option is given, all updates are disabled. This is useful to enable a program to stop mouse movement causing automatic updates while it is making changes to the window.

\f5-enable This reverses a previous \f5update -enable invocation.

BUGS
Changes that affect window sizes are visible immediately.