Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-09-22 | screen: moved code to ncu.c | Max Kellermann | 1 | -6/+9 | |
Moved basic libncurses initialization to ncu.c and ncu.h. Keep generic code out of screen.c. | |||||
2008-09-15 | manage tag string allocations in a pool | Max Kellermann | 1 | -0/+28 | |
There are many duplicated strings in the tag database, e.g. many songs having the same artist. Don't allocate such strings twice, manage all strings in a pool. |