X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=inline;f=st.c;h=f2959553a224b61a9fa9518f81b6c42e9669a4a7;hb=fd281ad336166de21c9d8652f465ab40a0f12468;hp=d5f004b4879287c61b1c144bf3a4076730aa00df;hpb=d58dd3b8bc42ed31232e4145696d7dacb117a31c;p=st.git diff --git a/st.c b/st.c index d5f004b..f295955 100644 --- a/st.c +++ b/st.c @@ -217,7 +217,7 @@ escparse(void) { } break; case '(': - /* humf charset stuff */ + /* XXX: graphic character set */ break; } } @@ -230,8 +230,7 @@ tmoveto(int x, int y) { void tcursor(int dir) { - int xi = term.c.x, yi = term.c.y; - int xf = xi, yf = yi; + int xf = term.c.x, yf = term.c.y; switch(dir) { case CSup: