pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d58dd3b
)
Removed unused variable and cleaned some comment.
author
Aurélien Aptel
<aurelien.aptel@gmail.com>
Sun, 10 May 2009 21:32:21 +0000
(23:32 +0200)
committer
Aurélien Aptel
<aurelien.aptel@gmail.com>
Sun, 10 May 2009 21:32:21 +0000
(23:32 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
d5f004b
..
f295955
100644
(file)
--- 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: