X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=13104267ee790c252195172b02385cb42df6c189;hb=1ab42fd49e68a11bfbbe5990ebdab2d3ca502178;hp=d528828966a023ed8e6a7bcebb828b085cda3107;hpb=4d649c240326aa3292adf629c90ea528ecbe844f;p=st.git diff --git a/st.c b/st.c index d528828..1310426 100644 --- a/st.c +++ b/st.c @@ -935,7 +935,7 @@ csihandle(void) { switch(escseq.mode) { default: unknown: - printf("erresc: unknown csi "); + fprintf(stderr, "erresc: unknown csi "); csidump(); /* die(""); */ break; @@ -1207,7 +1207,7 @@ tputc(char *c) { term.c.attr.mode &= ~ATTR_GFX; break; default: - printf("esc unhandled charset: ESC ( %c\n", ascii); + fprintf(stderr, "esc unhandled charset: ESC ( %c\n", ascii); } term.esc = 0; } else {