|
358 | 358 | int wchgat(WINDOW *win, int n, attr_t attr, short color, |
359 | 359 | const void *opts); |
360 | 360 |
|
361 | | - chtype getattrs(WINDOW *win); |
| 361 | + chtype getattrs(const WINDOW *win); |
362 | 362 |
|
363 | 363 | int underend(void); |
364 | 364 | int wunderend(WINDOW *win); |
@@ -1182,14 +1182,14 @@ getyx |
1182 | 1182 | void getsyx(int y, int x); |
1183 | 1183 | void setsyx(int y, int x); |
1184 | 1184 |
|
1185 | | - int getbegy(WINDOW *win); |
1186 | | - int getbegx(WINDOW *win); |
1187 | | - int getcury(WINDOW *win); |
1188 | | - int getcurx(WINDOW *win); |
1189 | | - int getpary(WINDOW *win); |
1190 | | - int getparx(WINDOW *win); |
1191 | | - int getmaxy(WINDOW *win); |
1192 | | - int getmaxx(WINDOW *win); |
| 1185 | + int getbegy(const WINDOW *win); |
| 1186 | + int getbegx(const WINDOW *win); |
| 1187 | + int getcury(const WINDOW *win); |
| 1188 | + int getcurx(const WINDOW *win); |
| 1189 | + int getpary(const WINDOW *win); |
| 1190 | + int getparx(const WINDOW *win); |
| 1191 | + int getmaxy(const WINDOW *win); |
| 1192 | + int getmaxx(const WINDOW *win); |
1193 | 1193 |
|
1194 | 1194 | ### Description |
1195 | 1195 |
|
@@ -2656,7 +2656,9 @@ slk |
2656 | 2656 | the useable screen, depending on the format selected. |
2657 | 2657 |
|
2658 | 2658 | The line(s) removed from the screen are used as a separate window, in |
2659 | | - which SLKs are displayed. |
| 2659 | + which SLKs are displayed. Mouse clicks on the SLKs are returned as |
| 2660 | + KEY_F() (function key) presses; for example, clicking on the leftmost |
| 2661 | + SLK will cause KEY_F(1) to be added to the key queue. |
2660 | 2662 |
|
2661 | 2663 | slk_init() requires a single parameter which describes the format of |
2662 | 2664 | the SLKs as follows: |
|
0 commit comments