aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/screen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/ui/screen.lua')
-rw-r--r--test/functional/ui/screen.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/functional/ui/screen.lua b/test/functional/ui/screen.lua
index 218d0490f1..8c5a44c6d3 100644
--- a/test/functional/ui/screen.lua
+++ b/test/functional/ui/screen.lua
@@ -646,6 +646,12 @@ function Screen:_handle_grid_resize(grid, width, height)
}
end
+function Screen:_handle_msg_scroll_start()
+end
+
+function Screen:_handle_msg_scroll_reset()
+end
+
function Screen:_handle_flush()
end