Made the newline behavior compliant with the one of cat(1)

This commit is contained in:
jaseg 2014-10-25 16:39:50 +02:00
parent 14b47df452
commit 01c43f14c2

View file

@ -161,6 +161,7 @@ int main(int argc, char **argv){
if(escape_state == 2)
printf("\033[38;5;%hhum", codes[cc % ARRAY_SIZE(codes)]);
}
printf("\n");
fclose(f);