diff options
| author | ruki <[email protected]> | 2021-09-18 10:18:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-18 10:18:22 +0800 |
| commit | aeeeca0fb547b157501045c0ddd44b0258619a2b (patch) | |
| tree | 3963a4c135f1d65767dba02492d2e01c387d0751 /xmake/core/ui/textedit.lua | |
| parent | 1b231d9a73299528f1e336d4038c120d5a4fd183 (diff) | |
add common bit module
Diffstat (limited to 'xmake/core/ui/textedit.lua')
| -rw-r--r-- | xmake/core/ui/textedit.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/ui/textedit.lua b/xmake/core/ui/textedit.lua index 44a10d074..744858fb6 100644 --- a/xmake/core/ui/textedit.lua +++ b/xmake/core/ui/textedit.lua @@ -27,7 +27,7 @@ local border = require("ui/border") local curses = require("ui/curses") local textarea = require("ui/textarea") local action = require("ui/action") -local bit = require("bit") +local bit = require("base/bit") -- define module local textedit = textedit or textarea() |
