#243 changed rectangle to use content window, significant simplification of offset logic, improved delete rendering

This commit is contained in:
Mikayla Fischler
2023-05-30 20:43:33 -04:00
parent de9cb3bd3a
commit 4c35233289
8 changed files with 31 additions and 46 deletions

View File

@@ -19,7 +19,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v0.16.4"
local SUPERVISOR_VERSION = "v0.16.5"
local println = util.println
local println_ts = util.println_ts