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
Avoid buffer overrun in bpress()
Use correct type for Mousekey.b (XButtonEvent.button).
master
Mark Edgar
11 years ago
committed by
Roberto E. Vargas Caballero
parent
8e577322a3
commit
0f6942cdf6
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
st.c
+ 2
- 2
st.c
View File
@ -256,9 +256,9 @@ typedef struct {
}
XWindow
;
typedef
struct
{
int
b
;
u
int
b
;
uint
mask
;
char
s
[
ESC_BUF_SIZ
]
;
char
*
s
;
}
Mousekey
;
typedef
struct
{
Write
Preview
Loading…
Cancel
Save