File tree 6 files changed +12
-0
lines changed
6 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*/
9
9
10
+ FILE_LICENCE ( GPL2_OR_LATER );
11
+
10
12
/**
11
13
* Audible signal
12
14
*
Original file line number Diff line number Diff line change 8
8
*
9
9
*/
10
10
11
+ FILE_LICENCE ( GPL2_OR_LATER );
12
+
11
13
/**
12
14
* Draw borders from single-byte characters and renditions around a
13
15
* window
Original file line number Diff line number Diff line change 8
8
* MuCurses keyboard input handling functions
9
9
*/
10
10
11
+ FILE_LICENCE ( GPL2_OR_LATER );
12
+
11
13
#define INPUT_DELAY 200 // half-blocking delay timer resolution (ms)
12
14
#define INPUT_DELAY_TIMEOUT 1000 // half-blocking delay timeout
13
15
Original file line number Diff line number Diff line change 8
8
*
9
9
*/
10
10
11
+ FILE_LICENCE ( GPL2_OR_LATER );
12
+
11
13
/**
12
14
* Add string of single-byte characters and renditions to a window
13
15
*
Original file line number Diff line number Diff line change 11
11
* Soft label key functions
12
12
*/
13
13
14
+ FILE_LICENCE ( GPL2_OR_LATER );
15
+
14
16
#define MIN_SPACE_SIZE 2
15
17
16
18
#define SLK_MAX_LABEL_LEN 8
Original file line number Diff line number Diff line change 9
9
*
10
10
*/
11
11
12
+ FILE_LICENCE ( GPL2_OR_LATER );
13
+
12
14
/**
13
15
* Delete a window
14
16
*
You can’t perform that action at this time.
0 commit comments