aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlend Lind Madsen <erlendf80@gmail.com>2021-12-07 11:11:03 +0100
committerErlend Lind Madsen <erlendf80@gmail.com>2021-12-07 11:11:03 +0100
commit2741697da0086d1f8d3756e1c19c7e053ee20e98 (patch)
treea4806e508dd9f8db7527a513f74bb695d753aebf
parent6afa75777fe31e191ac580ba6cfa1baf9e9aa88c (diff)
downloadvis-cursors-2741697da0086d1f8d3756e1c19c7e053ee20e98.tar.gz
remove read_cursors call from write_cursors
this would override our current position
-rw-r--r--init.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.lua b/init.lua
index 5987342..52a7045 100644
--- a/init.lua
+++ b/init.lua
@@ -38,9 +38,6 @@ end
local write_cursors = function()
- -- read cursors file in case other vis processes updated it
- read_cursors()
-
local f = io.open(M.path, 'w+')
if f == nil then
return