tangled
alpha
login
or
join now
jcs.org
/
sdorfehs
0
fork
atom
A tiling window manager
0
fork
atom
overview
issues
pulls
pipelines
cmd_fselect: Don't print anything on success
jcs.org
5 years ago
420fd387
32147b65
+2
-2
1 changed file
expand all
collapse all
unified
split
actions.c
+2
-2
actions.c
···
4787
4787
set_active_frame(ARG(0, frame), 1);
4788
4788
if (interactive)
4789
4789
return cmdret_new(RET_SUCCESS, NULL);
4790
4790
-
else
4791
4791
-
return cmdret_new(RET_SUCCESS, "%d", ARG(0, frame)->number);
4790
4790
+
4791
4791
+
return cmdret_new(RET_SUCCESS, NULL);
4792
4792
}
4793
4793
4794
4794
char *