()
| 47 | } |
| 48 | |
| 49 | function cut() { |
| 50 | _field.send("clipboard.setClipboard", {value: cm.getSelection()}); |
| 51 | kill(cm, cm.getCursor("start"), cm.getCursor("end")); |
| 52 | } |
| 53 | |
| 54 | function getNewClipboard(contin) { |
| 55 | _field.sendWithReturn("clipboard.getNewClipboard", {}, contin); |
no test coverage detected