This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
remove debugging printf
master
pancake@nopcode.org
13 years ago
parent
1ab42fd49e
commit
fe72483686
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
st.c
+ 1
- 2
st.c
View File
@ -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
;
}
}
Write
Preview
Loading…
Cancel
Save