aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/libcurses/touch.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2025-04-10 19:41:43 +0100
committerRon Yorston <rmy@pobox.com>2025-04-10 19:41:43 +0100
commit486c1fcc341472fd8d64b820c3a7934cf3f42132 (patch)
tree476c8c594208a2b4b6bc94ec649a6f3e01983f18 /scripts/kconfig/libcurses/touch.c
parent3de63bc1739354df946c0b6dddd96058d8952bb7 (diff)
downloadbusybox-w32-master.tar.gz
busybox-w32-master.tar.bz2
busybox-w32-master.zip
Update PDCursesHEADmaster
Diffstat (limited to 'scripts/kconfig/libcurses/touch.c')
-rw-r--r--scripts/kconfig/libcurses/touch.c18
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