| # | Line 215 | Line 215 | again: | |
|---|---|---|
| 215 | else *++args = '\0'; | |
| 216 | ||
| 217 | switch (inpbuf[0]) { | |
| 218 | < | case 'f': /* new frame (or free mem.) */ |
| 218 | > | case 'f': /* new frame (|focus|free) */ |
| 219 | if (badcom("frame")) { | |
| 220 | < | if (badcom("free")) |
| 221 | < | goto commerr; |
| 222 | < | free_objmem(); |
| 220 | > | if (badcom("focus")) { |
| 221 | > | if (badcom("free")) |
| 222 | > | goto commerr; |
| 223 | > | free_objmem(); |
| 224 | > | break; |
| 225 | > | } |
| 226 | > | getfocus(args); |
| 227 | break; | |
| 228 | } | |
| 229 | getframe(args); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |