aboutsummaryrefslogtreecommitdiffstats
path: root/src/e_keys.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-04-24 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-04-24 20:20:20 +0200
commit40b62bfd2abe78f40ad23aaab95a65c6fda3c69e (patch)
tree3175044d938ab19100bcfa774aa886c297e327b7 /src/e_keys.go
parentf none (diff)
downloadhardflip-40b62bfd2abe78f40ad23aaab95a65c6fda3c69e.tar.gz
hardflip-40b62bfd2abe78f40ad23aaab95a65c6fda3c69e.tar.bz2
hardflip-40b62bfd2abe78f40ad23aaab95a65c6fda3c69e.tar.xz
hardflip-40b62bfd2abe78f40ad23aaab95a65c6fda3c69e.tar.zst
hardflip-40b62bfd2abe78f40ad23aaab95a65c6fda3c69e.zip
todo
Diffstat (limited to 'src/e_keys.go')
-rw-r--r--src/e_keys.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/e_keys.go b/src/e_keys.go
index 01e800f..a4e52cb 100644
--- a/src/e_keys.go
+++ b/src/e_keys.go
@@ -43,7 +43,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* hardflip: src/e_keys.go
- * Mon Apr 22 17:04:37 2024
+ * Wed Apr 24 12:16:05 2024
* Joe
*
* events in the keys
@@ -186,6 +186,7 @@ func e_normal_events(data *HardData, event tcell.EventKey) bool {
}
data.yank = data.litems.curr
}
+ // TODO: here paste
return false
}