diff options
Diffstat (limited to 'js/clipboard.js')
| -rw-r--r-- | js/clipboard.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/clipboard.js b/js/clipboard.js index ecbdaa8..0788284 100644 --- a/js/clipboard.js +++ b/js/clipboard.js @@ -69,7 +69,8 @@ var clipboard = (function () { lex.build() } }) - // TODO: some solution for a "selected" region + // TODO: some notion of a "selected" region which cuts/clones the underlying region + // var pasted_region = new Matrix (width, height, function(x,y){ // var lex = new Lex (x,y) // lex.char = lines[y][x] || " " |
