feat:add keys window border, cause this keys window will confuse text with debug code, add border could be clear (#310)

Co-authored-by: zhaogang <zhaogang@dustess.com>
pull/316/head
Mr.Z 1 year ago committed by GitHub
parent 1844fd11a1
commit 048bac60ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -140,7 +140,7 @@ function M.debug_keys()
local ListView = require('guihua.listview')
return ListView:new({
loc = 'top_center',
border = 'none',
border = 'rounded',
prompt = true,
enter = true,
rect = { height = 20, width = 50 },

Loading…
Cancel
Save