| 3 |
* screen |
* screen |
| 4 |
* - advanced telnet-based user interactive input / output features |
* - advanced telnet-based user interactive input / output features |
| 5 |
* |
* |
| 6 |
* Copyright (C) 2004-2025 Leaflet <leaflet@leafok.com> |
* Copyright (C) 2004-2026 Leaflet <leaflet@leafok.com> |
| 7 |
*/ |
*/ |
| 8 |
|
|
| 9 |
#ifndef _SCREEN_H_ |
#ifndef _SCREEN_H_ |
| 39 |
|
|
| 40 |
extern int press_any_key(); |
extern int press_any_key(); |
| 41 |
extern int press_any_key_ex(const char *msg, int sec); |
extern int press_any_key_ex(const char *msg, int sec); |
| 42 |
|
extern int press_any_key_no_prompt(int sec); |
| 43 |
|
|
| 44 |
extern void set_input_echo(int echo); |
extern void set_input_echo(int echo); |
| 45 |
|
|