Files
2026-07-12 08:16:17 +03:30

7 lines
82 B
C
Executable File

void
shiftview(const Arg *arg)
{
Arg shifted = shift(arg, 0);
view(&shifted);
}