This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dmenu
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
limit lines to input
master
Connor Lane Smith
13 years ago
parent
8e302717cb
commit
1cf3864464
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
dmenu.c
+ 1
- 0
dmenu.c
View File
@ -454,6 +454,7 @@ readstdin(void) {
if
(
items
)
if
(
items
)
items
[
i
]
.
text
=
NULL
;
items
[
i
]
.
text
=
NULL
;
inputw
=
maxstr
?
textw
(
dc
,
maxstr
)
:
0
;
inputw
=
maxstr
?
textw
(
dc
,
maxstr
)
:
0
;
lines
=
MIN
(
lines
,
i
)
;
}
}
void
void
Write
Preview
Loading…
Cancel
Save