Suggest 0x when typing Unicode

This commit is contained in:
Jipok 2021-12-12 01:59:39 +05:00
parent e802aba118
commit a3054bd45a
1 changed files with 14 additions and 13 deletions

View File

@ -125,6 +125,7 @@ local commands = {
-- It is possible both HEX and DEC, tonumber will converts
doc():text_input(common.codepoint_to_utf8(tonumber(text)))
end)
core.command_view:set_text("0x")
end,
["doc:newline"] = function()