diff options
Diffstat (limited to '')
-rw-r--r-- | src/e_keys.go | 3 |
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 } |