This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dmenu
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix a regression in the previous commit for tab complete
Reported by Santtu Lakkala <inz@inz.fi>, thanks!
master
Hiltjo Posthuma
3 years ago
parent
528d39b011
commit
1e8c5b68f4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dmenu.c
+ 1
- 1
dmenu.c
View File
@ -519,7 +519,7 @@ insert:
return
;
cursor
=
strnlen
(
sel
-
>
text
,
sizeof
text
-
1
)
;
memcpy
(
text
,
sel
-
>
text
,
cursor
)
;
text
[
sizeof
text
-
1
]
=
'
\0
'
;
text
[
cursor
]
=
'
\0
'
;
match
(
)
;
break
;
}
Write
Preview
Loading…
Cancel
Save