mirror of
https://github.com/pikami/st.git
synced 2025-09-13 00:26:24 +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)
|
||||
ttywrite("\033", 1);
|
||||
ttywrite(buf, len);
|
||||
} else /* 4. nothing to send */
|
||||
fprintf(stderr, "errkey: %d\n", (int)ksym);
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user