local function init() require'FTerm'.setup { border = 'double', dimensions = { height = 0.8, width = 0.8, x = 0.5, y = 0.5 } } end return { init = init }