mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
Minor style changes for the last patch.
This commit is contained in:
parent
dc8c5c82aa
commit
63a07eb19c
3
st.c
3
st.c
@ -3064,10 +3064,10 @@ xunloadfonts(void) {
|
||||
xunloadfont(&dc.ibfont);
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
xzoom(const Arg *arg) {
|
||||
Arg larg;
|
||||
|
||||
larg.i = usedfontsize + arg->i;
|
||||
xzoomabs(&larg);
|
||||
}
|
||||
@ -3084,6 +3084,7 @@ xzoomabs(const Arg *arg) {
|
||||
void
|
||||
xzoomreset(const Arg *arg) {
|
||||
Arg larg;
|
||||
|
||||
if(defaultfontsize > 0) {
|
||||
larg.i = defaultfontsize;
|
||||
xzoomabs(&larg);
|
||||
|
Loading…
Reference in New Issue
Block a user