mirror of
https://github.com/20kdc/OC-KittenOS.git
synced 2024-11-26 12:28:05 +11:00
Compare commits
No commits in common. "881193aa9acea69dee9e7d9f6b11a58f7c16152c" and "cbe40da3bbfa6c6a52712e9987764283b0ead864" have entirely different histories.
881193aa9a
...
cbe40da3bb
@ -3,7 +3,7 @@
|
||||
return {
|
||||
["neo"] = {
|
||||
desc = "KittenOS NEO Kernel & Base Libs",
|
||||
v = 10,
|
||||
v = 9,
|
||||
deps = {
|
||||
},
|
||||
dirs = {
|
||||
|
@ -339,8 +339,7 @@ newNeoux = function (event, neo)
|
||||
end
|
||||
-- Note: w should be at least 2 - this is similar to buttons.
|
||||
neoux.tcfield = function (x, y, w, textprop)
|
||||
-- compat. workaround for apps which nuke tcfields
|
||||
local p = unicode.len(textprop()) + 1
|
||||
local p = 1
|
||||
return {
|
||||
x = x,
|
||||
y = y,
|
||||
|
@ -95,7 +95,7 @@ return function (
|
||||
return v, didBind
|
||||
end
|
||||
end
|
||||
end, monitor
|
||||
end, v
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user