mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-03-22 07:29:31 +01:00
7 lines
98 B
C
Executable file
7 lines
98 B
C
Executable file
void
|
|
shiftboth(const Arg *arg)
|
|
{
|
|
Arg shifted = shift(arg, 0);
|
|
tag(&shifted);
|
|
view(&shifted);
|
|
}
|