about summary refs log tree commit diff stats
path: root/tests/unittests
diff options
context:
space:
mode:
authorSteffen Jaeckel <jaeckel-floss@eyet-services.de>2022-12-20 09:29:36 +0100
committerSteffen Jaeckel <jaeckel-floss@eyet-services.de>2023-01-18 20:02:46 +0100
commita45f05a45e7daceab95af4daa0f661874a3bd057 (patch)
treef35461f133a468474eb87f1df9b43b1a5226cb48 /tests/unittests
parente9aaba938b4f1b62b5f9018583a82ed7e7180977 (diff)
downloadprofani-tty-a45f05a45e7daceab95af4daa0f661874a3bd057.tar.gz
slightly improve `command_defs[]`
* make the struct `const`
* use designated initializers
* remove `CMD_NOxyz` macros
* fix function-pointer correctness of `sub_func[]`

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
Diffstat (limited to 'tests/unittests')
0 files changed, 0 insertions, 0 deletions
22:28:55 +0000 Added C plugin code from plugins branch' href='/danisanti/profani-tty/commit/src/plugins/c_plugins.h?id=41fe8c22b1f8c1cf666d42052cd73d59e40a2ed2'>41fe8c22 ^
9cff3735 ^

41fe8c22 ^




a2726b6a ^

41fe8c22 ^

a2726b6a ^

















































271278dd ^
41fe8c22 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98