Lines Matching full:application
64 The application can enable or disable keypad translation by calling
68 the application without such translation, and any interpretation of the input
69 as representing the pressing of a keypad key must be done by the application.
89 code for presentation to the application. If such characters are not received
91 individual characters are presented to the application separately. (Because
94 the escape key is returned to the application.)
102 individual characters of a function key sequence, but also delays application
123 The following four mutually-specific Curses modes let the application control
135 …e-at-a-time processing with all special characters handled outside the application. This achieves …
138 …lable to the application and Curses does not perform special processing on either the erase charac…
141 …application elapses, whichever comes first. This mode achieves the same effect as non-canonical-mo…
144 Raw mode gives the application maximum control over terminal input. The application sees each chara…
163 return to the application when there is no terminal input waiting when the
180 The application waits until text is passed through to the application. If
204 application called, at that window's cursor position, as though
209 If not in Echo mode, any echoing of input must be performed by the application.