rounded corners (#48)
This commit is contained in:
@@ -117,7 +117,7 @@ function Picker:new(opts)
|
||||
|
||||
-- Border config
|
||||
border = get_default(opts.border, {}),
|
||||
borderchars = get_default(opts.borderchars, { '─', '│', '─', '│', '┌', '┐', '┘', '└'}),
|
||||
borderchars = get_default(opts.borderchars, { '─', '│', '─', '│', '╭', '╮', '╯', '╰'}),
|
||||
|
||||
-- WIP:
|
||||
horizontal_config = get_default(opts.horizontal_config, config.values.horizontal_config),
|
||||
|
||||
Reference in New Issue
Block a user