focus expression text field at startup -> version 1.2
[LeanCalc.git] / help / calc_tty
1 NAME
2     calc_tty - restore normal input conditions for interactive use
3
4 SYNOPSIS
5     calc_tty()
6
7 TYPES
8     return      none if appears to be successful, error-value otherwise
9
10 DESCRIPTION
11     This may enable a return to normal operation if abnormal activity
12     results from a change of one or more terminal characteristics, as
13     may occur when activity is resumed by an fg command after a ctrl-Z
14     interrupt, or by any of the three commands:
15
16                 > !stty echo
17                 > !stty -cbreak
18                 > !stty echo -cbreak
19
20 EXAMPLE
21     > calc_tty();
22
23 LIBRARY
24     none
25
26 SEE ALSO
27     none
28