mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
Removed unused variable and cleaned some comment.
This commit is contained in:
parent
d58dd3b8bc
commit
fd281ad336
5
st.c
5
st.c
@ -217,7 +217,7 @@ escparse(void) {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case '(':
|
case '(':
|
||||||
/* humf charset stuff */
|
/* XXX: graphic character set */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -230,8 +230,7 @@ tmoveto(int x, int y) {
|
|||||||
|
|
||||||
void
|
void
|
||||||
tcursor(int dir) {
|
tcursor(int dir) {
|
||||||
int xi = term.c.x, yi = term.c.y;
|
int xf = term.c.x, yf = term.c.y;
|
||||||
int xf = xi, yf = yi;
|
|
||||||
|
|
||||||
switch(dir) {
|
switch(dir) {
|
||||||
case CSup:
|
case CSup:
|
||||||
|
Loading…
Reference in New Issue
Block a user