X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=st.c;h=a51d19c61b1210bd35a482a8a05002961ef100cd;hb=d7bf023b2f2d41cb6983bb3ce2c6d1bf049150b3;hp=574dbeee866f2704cb6b3bd971d0089af47f258d;hpb=67d0cb65d0794e2d91e72e5fa1e3612172e5812e;p=st.git diff --git a/st.c b/st.c index 574dbee..a51d19c 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; } @@ -2261,7 +2262,7 @@ eschandle(uchar ascii) case 'Z': /* DECID -- Identify Terminal */ ttywrite(vtiden, strlen(vtiden), 0); break; - case 'c': /* RIS -- Reset to inital state */ + case 'c': /* RIS -- Reset to initial state */ treset(); resettitle(); xloadcols();