summaryrefslogtreecommitdiff
path: root/js/clipboard.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/clipboard.js')
-rw-r--r--js/clipboard.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/clipboard.js b/js/clipboard.js
index 5354771..ecbdaa8 100644
--- a/js/clipboard.js
+++ b/js/clipboard.js
@@ -69,6 +69,7 @@ var clipboard = (function () {
lex.build()
}
})
+ // TODO: some solution for a "selected" region
// var pasted_region = new Matrix (width, height, function(x,y){
// var lex = new Lex (x,y)
// lex.char = lines[y][x] || " "