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
Use MAX macro where possible.
master
noname
9 years ago
committed by
Roberto E. Vargas Caballero
parent
6f5f770186
commit
93b54cfcc4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
st.c
+ 1
- 1
st.c
View File
@ -4072,7 +4072,7 @@ main(int argc, char *argv[]) {
run
:
setlocale
(
LC_CTYPE
,
"
"
)
;
XSetLocaleModifiers
(
"
"
)
;
tnew
(
cols
?
cols
:
1
,
rows
?
rows
:
1
)
;
tnew
(
MAX
(
cols
,
1
)
,
MAX
(
rows
,
1
)
)
;
xinit
(
)
;
selinit
(
)
;
run
(
)
;
Write
Preview
Loading…
Cancel
Save