summaryrefslogtreecommitdiff
path: root/js/clipboard.js
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-12-02 01:14:23 -0500
committerJulie Lala <jules@okfoc.us>2014-12-02 01:14:23 -0500
commit8d26b2871b711d18e042a7f14d1b7e9a253dee74 (patch)
tree7a7d59a1cef5aed016ba7ab0c408ef40b372ecd6 /js/clipboard.js
parent54ca5fc7768b707394c3535b1415a6eb15533171 (diff)
change how shit wraps
Diffstat (limited to 'js/clipboard.js')
-rw-r--r--js/clipboard.js3
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] || " "