mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-02-06 07:04:34 +01:00
8 lines
98 B
C
8 lines
98 B
C
|
|
void
|
||
|
|
shiftboth(const Arg *arg)
|
||
|
|
{
|
||
|
|
Arg shifted = shift(arg, 0);
|
||
|
|
tag(&shifted);
|
||
|
|
view(&shifted);
|
||
|
|
}
|