summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/node-rul.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-05-14 03:10:20 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-05-14 03:10:20 +0200
commitb29553f008e315297b56570fa5ef303b1fda39d1 (patch)
tree0d44d3fa5d4be3e98411703f1566b70d71b5c0c4 /tex/context/base/mkiv/node-rul.lua
parentc364453fcfff40c1a300b4b6d45bfe25257f8e8d (diff)
downloadcontext-b29553f008e315297b56570fa5ef303b1fda39d1.tar.gz
2016-05-14 02:25:00
Diffstat (limited to 'tex/context/base/mkiv/node-rul.lua')
-rw-r--r--tex/context/base/mkiv/node-rul.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/node-rul.lua b/tex/context/base/mkiv/node-rul.lua
index 5ac43ea4a..a1ac67657 100644
--- a/tex/context/base/mkiv/node-rul.lua
+++ b/tex/context/base/mkiv/node-rul.lua
@@ -490,6 +490,15 @@ function nodes.shifts.enable()
tasks.enableaction("shipouts","nodes.shifts.handler")
end
+-- linefillers (placeholder)
+
+nodes.linefillers = nodes.linefillers or { }
+nodes.linefillers.data = nodes.linefillers.data or { }
+
+function nodes.linefillers.handler(head)
+ return head, false
+end
+
-- interface
local implement = interfaces.implement