diff options
Diffstat (limited to '')
-rw-r--r-- | scripts/kconfig/libcurses/touch.c | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/scripts/kconfig/libcurses/touch.c b/scripts/kconfig/libcurses/touch.c index 2fd03cce5..7ea0b64b2 100644 --- a/scripts/kconfig/libcurses/touch.c +++ b/scripts/kconfig/libcurses/touch.c | |||
@@ -49,14 +49,16 @@ touch | |||
49 | is_wintouched() and is_linetouched(). | 49 | is_wintouched() and is_linetouched(). |
50 | 50 | ||
51 | ### Portability | 51 | ### Portability |
52 | X/Open ncurses NetBSD | 52 | |
53 | touchwin Y Y Y | 53 | Function | X/Open | ncurses | NetBSD |
54 | touchline Y Y Y | 54 | :---------------------|:------:|:-------:|:------: |
55 | untouchwin Y Y Y | 55 | touchwin | Y | Y | Y |
56 | wtouchln Y Y Y | 56 | touchline | Y | Y | Y |
57 | is_linetouched Y Y Y | 57 | untouchwin | Y | Y | Y |
58 | is_wintouched Y Y Y | 58 | wtouchln | Y | Y | Y |
59 | touchoverlap - - Y | 59 | is_linetouched | Y | Y | Y |
60 | is_wintouched | Y | Y | Y | ||
61 | touchoverlap | - | - | Y | ||
60 | 62 | ||
61 | **man-end****************************************************************/ | 63 | **man-end****************************************************************/ |
62 | 64 | ||