[hackers] [st] Removed unused variable and cleaned some comment. || Aurélien Aptel

From: <hg_AT_suckless.org>
Date: Sun, 10 May 2009 21:42:39 +0000 (UTC)

changeset: 45:a0a803566aa4
tag: tip
user: Aurélien Aptel <aurelien.aptel_AT_gmail.com>
date: Sun May 10 23:32:21 2009 +0200
files: st.c
description:
Removed unused variable and cleaned some comment.

diff -r 515f41edbba6 -r a0a803566aa4 st.c
--- a/st.c Sun May 10 13:17:09 2009 +0100
+++ b/st.c Sun May 10 23:32:21 2009 +0200
@@ -217,7 +217,7 @@
                 }
                 break;
         case '(':
- /* humf charset stuff */
+ /* XXX: graphic character set */
                 break;
         }
 }
@@ -230,8 +230,7 @@
 
 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:
Received on Sun May 10 2009 - 21:42:39 UTC

This archive was generated by hypermail 2.2.0 : Sun May 10 2009 - 21:48:05 UTC