aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/st.c b/st.c
index d5f004b..f295955 100644
--- a/st.c
+++ b/st.c
@@ -217,7 +217,7 @@ escparse(void) {
217 } 217 }
218 break; 218 break;
219 case '(': 219 case '(':
220 /* humf charset stuff */ 220 /* XXX: graphic character set */
221 break; 221 break;
222 } 222 }
223} 223}
@@ -230,8 +230,7 @@ tmoveto(int x, int y) {
230 230
231void 231void
232tcursor(int dir) { 232tcursor(int dir) {
233 int xi = term.c.x, yi = term.c.y; 233 int xf = term.c.x, yf = term.c.y;
234 int xf = xi, yf = yi;
235 234
236 switch(dir) { 235 switch(dir) {
237 case CSup: 236 case CSup: