Signed-off-by: Daniel Lezcano daniel.lezcano@linaro.org --- display.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/display.c b/display.c index 8f442c1..0cfbf94 100644 --- a/display.c +++ b/display.c @@ -472,6 +472,9 @@ static int display_find_keystroke(int fd, void *data) if (windata[current_win].ops->selectf()) return -1;
+ windata[current_win].cursor = 0; + windata[current_win].scrolling = 0; + return 0;
default:
Signed-off-by: Daniel Lezcano daniel.lezcano@linaro.org --- powerdebug.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/powerdebug.h b/powerdebug.h index 73e3581..01b22ba 100644 --- a/powerdebug.h +++ b/powerdebug.h @@ -13,6 +13,6 @@ * - initial API and implementation *******************************************************************************/
-#define VERSION "0.4.1" +#define VERSION "0.5.0"