mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02: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);
|
||
|
}
|