File tree 1 file changed +17
-6
lines changed
1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change 124
124
125
125
This is a C library offering a small collection of curses-based UI elements.
126
126
127
- It's still in an early stage, but it has a minimal workable interface.
127
+ It's still in an early stage, but it has a minimal workable interface. It's not that big.
128
+
129
+ ```
130
+ -------------------------------------------------------------------------------
131
+ Language files blank comment code
132
+ -------------------------------------------------------------------------------
133
+ C 1 65 57 528
134
+ C/C++ Header 1 41 33 157
135
+ -------------------------------------------------------------------------------
136
+ SUM: 2 106 90 685
137
+ -------------------------------------------------------------------------------
138
+ ```
128
139
129
140
130
141
## palette.gpl <a name = "palette_gpl"></a>
131
142
132
- This is a GIMP palette file.
133
- It's used by the library to initialise the color pairs for curses to display the sprites.
134
- It's also useful in the first place for exporting PNG with the correct color alignment.
135
- You can also use it to generate a C implementation file for you color palette.
136
- Info on how to use it are in the [palette-README.md](./palette-README.md) file.
143
+ This is a GIMP palette file.
144
+ It's used by the library to initialise the color pairs for curses to display the sprites.
145
+ It's also useful in the first place for exporting PNG with the correct color alignment.
146
+ You can also use it to generate a C implementation file for you color palette.
147
+ Info on how to use it are in the [palette-README.md](./palette-README.md) file.
You can’t perform that action at this time.
0 commit comments