aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 39d3fee..827ed08 100644
--- a/st.c
+++ b/st.c
@@ -2663,7 +2663,7 @@ tputc(char *c, int len) {
2663 * character. 2663 * character.
2664 */ 2664 */
2665 if(term.esc & ESC_STR) { 2665 if(term.esc & ESC_STR) {
2666 if(width == 1 && 2666 if(len == 1 &&
2667 (ascii == '\a' || ascii == 030 || 2667 (ascii == '\a' || ascii == 030 ||
2668 ascii == 032 || ascii == 033 || 2668 ascii == 032 || ascii == 033 ||
2669 ISCONTROLC1(unicodep))) { 2669 ISCONTROLC1(unicodep))) {