Package: cmus / 2.3.3-2

Metadata

Package Version Patches format
cmus 2.3.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_spelling_mistakes.diff | (download)

Doc/cmus.txt | 2 1 + 1 - 0 !
expr.c | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix spelling mistakes in binary and documentation
02_cmus tutorial_whatis.diff | (download)

Doc/cmus-tutorial.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix the whatis entry of cmus-tutorial manpage so that it can be
# parsed by lexgrog
03 terminal_corruption.patch | (download)

ui_curses.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 save tcap strings to a separate buffer.
 tcap strings hey are saved to print_buffer, which later is overwritten,
 resulting in terminal corruption when cmus tries to change terminal title on
 track change.