summaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index 71abee8..cadece7 100644
--- a/main.lua
+++ b/main.lua
@@ -4,6 +4,7 @@ local cacher = require('cacher')
local config = require('config')
local input = require('input')
local rt = require('rt')
+local rx = require('rx')
local util = require('util')
local _catalogue = require('catalogue')
local _downloader = require('downloader')
@@ -75,6 +76,7 @@ local ctx = {
xc = xc,
}
rt.init(state, osd, ctx)
+rx.init(state, osd, ctx)
mp.observe_property('mouse-pos', 'native', function(_, mpos)
input.update_mpos(mpos)