id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
2810	[PATCH] alt+h command input line not updated	gvy		"This bugreport/patch is by arisu from opennet; my translation:

After selecting a command from command history (alt+h) the input line is not updated (the cursor moves but the command doesn't get redrawn).

--- original bits ---

1. после выбора команды из истории (alt+h) не обновляется строка воода
команды (курсор смещается, команда не отрисовывается). патч:
{{{
diff --git a/lib/widget/input.c b/lib/widget/input.c
index 238718d..a6ea184 100644
--- a/lib/widget/input.c
+++ b/lib/widget/input.c
@@ -1188,6 +1188,7 @@ input_assign_text (WInput * in, const char *text)
     in->mark = 0;
     in->need_push = TRUE;
     in->charpoint = 0;
+    input_update (in, TRUE); /* ""Есть еще такая болезнь -- склероз, -- сообщил он"" */
 }
 
 /* --------------------------------------------------------------------------------------------- */
}}}"	defect	closed	minor	4.8.4	mc-core	master	fixed					no branch	
