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 incorrect comment, math is hard
master
Hiltjo Posthuma
3 years ago
parent
e1e1de7b3b
commit
fe5d5c6709
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
@ -673,7 +673,7 @@ setup(void)
mw
=
wa
.
width
;
}
promptw
=
(
prompt
&
&
*
prompt
)
?
TEXTW
(
prompt
)
-
lrpad
/
4
:
0
;
inputw
=
mw
/
3
;
/* input width: ~3
0
% of monitor width */
inputw
=
mw
/
3
;
/* input width: ~3
3
% of monitor width */
match
(
)
;
/* create menu window */
Write
Preview
Loading…
Cancel
Save