mirror of
https://github.com/0intro/wmii
synced 2024-12-24 20:36:58 +03:00
now 'sel' is a valid argument for sendtopage
This commit is contained in:
parent
757a026b2b
commit
83baf5de18
@ -572,6 +572,8 @@ sendtopage_client(Client *c, char *arg) {
|
||||
|
||||
if(!strncmp(arg, "new", 4))
|
||||
p = alloc_page();
|
||||
else if(!strncmp(arg, "sel", 4))
|
||||
p = page[sel];
|
||||
else {
|
||||
const char *errstr;
|
||||
int i = cext_strtonum(arg, 1, npage, &errstr);
|
||||
|
Loading…
Reference in New Issue
Block a user