X-Git-Url: https://git.armaanb.net/?p=st.git;a=blobdiff_plain;f=st.c;h=46cf2da6999592dd9f807b41d803cbf5c453f339;hp=574dbeee866f2704cb6b3bd971d0089af47f258d;hb=30ec9a3dc354ab1a561c9edd808046bdf5dfd392;hpb=67d0cb65d0794e2d91e72e5fa1e3612172e5812e diff --git a/st.c b/st.c index 574dbee..46cf2da 100644 --- a/st.c +++ b/st.c @@ -1452,7 +1452,8 @@ tsetattr(int *attr, int l) } else { fprintf(stderr, "erresc(default): gfx attr %d unknown\n", - attr[i]), csidump(); + attr[i]); + csidump(); } break; }