Fix bug: alt+h command input line not updated
The fix is obtained from the upstream: https://www.midnight-commander.org/ticket/2810 PR: 171157
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= mc
|
||||
PORTVERSION= 4.8.1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc shells
|
||||
MASTER_SITES= http://www.midnight-commander.org/downloads/ \
|
||||
${MASTER_SITE_SUNSITE}
|
||||
|
||||
10
misc/mc/files/patch-lib-widget-input.c
Normal file
10
misc/mc/files/patch-lib-widget-input.c
Normal file
@@ -0,0 +1,10 @@
|
||||
--- lib/widget/input.c.orig 2012-08-29 20:27:24.000000000 +0700
|
||||
+++ lib/widget/input.c 2012-08-29 20:27:53.000000000 +0700
|
||||
@@ -1179,6 +1179,7 @@
|
||||
in->mark = 0;
|
||||
in->need_push = TRUE;
|
||||
in->charpoint = 0;
|
||||
+ input_update (in, TRUE);
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------- */
|
||||
Reference in New Issue
Block a user