Re: [PATCH v2] Fix backspace in the username login prompt

2021-05-18 Thread egori
Indeed I tested it with both CLI and menu entry editing and it works fine. Thank you for taking the time to answer me. PS Sorry if you received this message more than once. Egor ___ Grub-devel mailing list Grub-devel@gnu.org

[PATCH] password: Fix backspace in username prompt

2021-03-31 Thread egori
From: Egor Ignatov Allow control characters in the bidi visual. Resolves: #60114 Signed-off-by: Egor Ignatov --- grub/grub-core/normal/charset.c | 1 + 1 file changed, 1 insertion(+) diff --git a/grub/grub-core/normal/charset.c b/grub/grub-core/normal/charset.c index b0ab47d73..30e819bdf

[PATCH v2] password: Fix backspace in username prompt

2021-03-17 Thread egori
From: Egor Ignatov Make backspace work in superuser login prompt. The problem was that bidi logical to visual ignored BN type, so you couldn't print control characters. Resolves: #60114 Signed-off-by: Egor Ignatov --- grub-core/normal/charset.c | 1 + grub-core/term/gfxterm.c | 9 -