summaryrefslogtreecommitdiff
path: root/iupe-hexview.lua
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-12-21 21:22:38 +0100
committerPixel <pixel@nobis-crew.org>2009-12-21 21:22:38 +0100
commite294e63159e9596dd23bdb33e6ac3c574c32289f (patch)
tree3bd3839241ad617937c94a9d5e5d6478fd190372 /iupe-hexview.lua
parent85d327879aafffcf0f3c811195cbdd07aa6eda7b (diff)
Various fixes.
Diffstat (limited to 'iupe-hexview.lua')
-rw-r--r--iupe-hexview.lua30
1 files changed, 30 insertions, 0 deletions
diff --git a/iupe-hexview.lua b/iupe-hexview.lua
index 0567cd0..4b135f0 100644
--- a/iupe-hexview.lua
+++ b/iupe-hexview.lua
@@ -340,6 +340,36 @@ iupep.hexview = {
elseif c == iup.K_m0 then
kaction = true
self.markers[10] = kcursor
+ elseif c == iup.K_c1 then
+ kaction = true
+ self.markers[1] = nil
+ elseif c == iup.K_c2 then
+ kaction = true
+ self.markers[2] = nil
+ elseif c == iup.K_c3 then
+ kaction = true
+ self.markers[3] = nil
+ elseif c == iup.K_c4 then
+ kaction = true
+ self.markers[4] = nil
+ elseif c == iup.K_c5 then
+ kaction = true
+ self.markers[5] = nil
+ elseif c == iup.K_c6 then
+ kaction = true
+ self.markers[6] = nil
+ elseif c == iup.K_c7 then
+ kaction = true
+ self.markers[7] = nil
+ elseif c == iup.K_c8 then
+ kaction = true
+ self.markers[8] = nil
+ elseif c == iup.K_c9 then
+ kaction = true
+ self.markers[9] = nil
+ elseif c == iup.K_c0 then
+ kaction = true
+ self.markers[10] = nil
elseif c == iup.K_SP then
kaction = true
end