From 91bfd714e4be3484e04eaadc5bbe630861fff652 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 12 Apr 2017 10:39:17 +0100 Subject: Place hardware terminal cursor at the current main cursor/prompt cursor position Fixes #1318 Also fixes https://gitlab.com/gnachman/iterm2/issues/5408 --- src/json_ui.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/json_ui.hh') diff --git a/src/json_ui.hh b/src/json_ui.hh index 1b35538f..ad887561 100644 --- a/src/json_ui.hh +++ b/src/json_ui.hh @@ -38,6 +38,8 @@ public: InfoStyle style) override; void info_hide() override; + void set_cursor(CursorMode mode, DisplayCoord coord) override; + void refresh(bool force) override; DisplayCoord dimensions() override; -- cgit v1.2.3