mirror of
https://github.com/pikami/st.git
synced 2025-04-10 03:31:47 +01:00
remove debugging printf
This commit is contained in:
parent
2ea66b9229
commit
f27e662faa
3
st.c
3
st.c
@ -1794,8 +1794,7 @@ kpress(XEvent *ev) {
|
|||||||
if(meta && len == 1)
|
if(meta && len == 1)
|
||||||
ttywrite("\033", 1);
|
ttywrite("\033", 1);
|
||||||
ttywrite(buf, len);
|
ttywrite(buf, len);
|
||||||
} else /* 4. nothing to send */
|
}
|
||||||
fprintf(stderr, "errkey: %d\n", (int)ksym);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user