now 'sel' is a valid argument for sendtopage

This commit is contained in:
Anselm R. Garbe 2006-02-28 14:46:10 +01:00
parent 757a026b2b
commit 83baf5de18

View File

@ -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);