aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/libcurses/slk.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/kconfig/libcurses/slk.c54
1 files changed, 28 insertions, 26 deletions
diff --git a/scripts/kconfig/libcurses/slk.c b/scripts/kconfig/libcurses/slk.c
index a9fca13d3..e8dde752c 100644
--- a/scripts/kconfig/libcurses/slk.c
+++ b/scripts/kconfig/libcurses/slk.c
@@ -46,12 +46,12 @@ slk
46 slk_init() requires a single parameter which describes the format of 46 slk_init() requires a single parameter which describes the format of
47 the SLKs as follows: 47 the SLKs as follows:
48 48
49 0 3-2-3 format 49 0 3-2-3 format
50 1 4-4 format 50 1 4-4 format
51 2 4-4-4 format (ncurses extension) 51 2 4-4-4 format (ncurses extension)
52 3 4-4-4 format with index line (ncurses extension) 52 3 4-4-4 format with index line (ncurses extension)
53 2 lines used 53 2 lines used
54 55 5-5 format (pdcurses format) 54 55 5-5 format (pdcurses format)
55 55
56 slk_refresh(), slk_noutrefresh() and slk_touch() are analogous to 56 slk_refresh(), slk_noutrefresh() and slk_touch() are analogous to
57 refresh(), noutrefresh() and touch(). 57 refresh(), noutrefresh() and touch().
@@ -61,26 +61,28 @@ slk
61 All functions return OK on success and ERR on error. 61 All functions return OK on success and ERR on error.
62 62
63### Portability 63### Portability
64 X/Open ncurses NetBSD 64
65 slk_init Y Y Y 65 Function | X/Open | ncurses | NetBSD
66 slk_set Y Y Y 66 :---------------------|:------:|:-------:|:------:
67 slk_refresh Y Y Y 67 slk_init | Y | Y | Y
68 slk_noutrefresh Y Y Y 68 slk_set | Y | Y | Y
69 slk_label Y Y Y 69 slk_refresh | Y | Y | Y
70 slk_clear Y Y Y 70 slk_noutrefresh | Y | Y | Y
71 slk_restore Y Y Y 71 slk_label | Y | Y | Y
72 slk_touch Y Y Y 72 slk_clear | Y | Y | Y
73 slk_attron Y Y Y 73 slk_restore | Y | Y | Y
74 slk_attrset Y Y Y 74 slk_touch | Y | Y | Y
75 slk_attroff Y Y Y 75 slk_attron | Y | Y | Y
76 slk_attr_on Y Y Y 76 slk_attrset | Y | Y | Y
77 slk_attr_set Y Y Y 77 slk_attroff | Y | Y | Y
78 slk_attr_off Y Y Y 78 slk_attr_on | Y | Y | Y
79 slk_wset Y Y Y 79 slk_attr_set | Y | Y | Y
80 PDC_mouse_in_slk - - - 80 slk_attr_off | Y | Y | Y
81 PDC_slk_free - - - 81 slk_wset | Y | Y | Y
82 PDC_slk_initialize - - - 82 PDC_mouse_in_slk | - | - | -
83 slk_wlabel - - - 83 PDC_slk_free | - | - | -
84 PDC_slk_initialize | - | - | -
85 slk_wlabel | - | - | -
84 86
85**man-end****************************************************************/ 87**man-end****************************************************************/
86 88