pub fn nofilter()
Expand description

The nofilter() routine cancels the effect of a preceding filter() call. That allows the caller to initialize a screen on a different device, using a different value of $TERM. The limitation arises because the filter() routine modifies the in-memory copy of the terminal information.