aboutsummaryrefslogtreecommitdiffstats
path: root/src/e_events.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-05-10 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-05-10 20:20:20 +0200
commitcd0fc6ff5daa6f59d542b9bfa15a8a48792c1d6e (patch)
tree06dcabb740969ecc63b4d06957144bbc9ebb4163 /src/e_events.go
parenti know very well it aint right but hey cut me some slack ok im doing myy best... (diff)
downloadhardflip-cd0fc6ff5daa6f59d542b9bfa15a8a48792c1d6e.tar.gz
hardflip-cd0fc6ff5daa6f59d542b9bfa15a8a48792c1d6e.tar.bz2
hardflip-cd0fc6ff5daa6f59d542b9bfa15a8a48792c1d6e.tar.xz
hardflip-cd0fc6ff5daa6f59d542b9bfa15a8a48792c1d6e.tar.zst
hardflip-cd0fc6ff5daa6f59d542b9bfa15a8a48792c1d6e.zip
new mode ok
Diffstat (limited to '')
-rw-r--r--src/e_events.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/e_events.go b/src/e_events.go
index c30946d..783e707 100644
--- a/src/e_events.go
+++ b/src/e_events.go
@@ -400,10 +400,6 @@ func e_deep_copy_host(base *HostNode) HostNode {
return new_host
}
-// func e_paste_item(litems *ItemsList, item ItemsNode) {
-// curr := litems.curr
-// }
-
// screen events such as keypresses
func e_events(data *HardData, fp [MODE_MAX + 1]key_event_mode_func) {
ui := &data.ui