summaryrefslogtreecommitdiff
path: root/lua/warp/win_selectors/null.lua
blob: 2d2a75f223fe2c29c2e8b7fe28ecb21c2d34c9dd (plain) (blame)
1
2
3
4
5
local M = {}

M.select_win = function () return 0 end

return M