diff --git a/src/plugins/remotectl/calls.c b/src/plugins/remotectl/calls.c index a85c8ca..a0b9e81 100644 --- a/src/plugins/remotectl/calls.c +++ b/src/plugins/remotectl/calls.c @@ -400,5 +400,5 @@ { if(!(getcursor && hSession)) return -EINVAL; - return getcursor(hSession); + return getcursor(hSession)+1; } -- libgit2 0.21.2