Skip to content

Commit c4e5bc1

Browse files
committed
chore: update README
1 parent 26181d6 commit c4e5bc1

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

README.md

+17-6
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,24 @@
124124
125125
This is a C library offering a small collection of curses-based UI elements.
126126
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+
```
128139
129140
130141
## palette.gpl <a name = "palette_gpl"></a>
131142
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.

0 commit comments

Comments
 (0)