From e8a9d7e700c47bf01c9ae284be3ec3eeb3ac65da Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Thu, 15 Feb 2018 14:17:53 +0100 Subject: [PATCH] add a missing blank line ;) Signed-off-by: Thomas Bernard --- src/readline.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/readline.c b/src/readline.c index b4d410bc..a2628c97 100644 --- a/src/readline.c +++ b/src/readline.c @@ -248,6 +248,7 @@ static void Cleanup_string_unicode(word* str, int input_type) } str[j] = 0; } + static void Display_whole_string(word x_pos,word y_pos,const char * str,byte position) { char cursor[2];