Commit 5bb9012

Roberto E. Vargas Caballero <k0ga@shike2.com>
2015-04-06 04:55:00
Remove redundant control check
control was set, but it was not ever used because it was set again some lines later.
1 parent 69d1fe0
Changed files (1)
st.c
@@ -2648,7 +2648,6 @@ tputc(char *c, int len) {
 			c = "\357\277\275";	/* UTF_INVALID */
 			width = 1;
 		}
-		control = ISCONTROLC1(unicodep);
 		ascii = unicodep;
 	}