linux/scripts/kconfig/lxdialog
Matthew Bystrin ba3b759fb6 kconfig: lxdialog: fix cursor render in checklist
When a checklist is opened, the cursor is rendered in a wrong position
(after the last list element on the screen). You can observe it by
opening any checklist in menuconfig.

Added wmove() to set the cursor in the proper position, just like in
menubox.c. Removed wnoutrefresh(dialog) because dialog window has
already been updated in print_buttons(). Replaced wnoutrefresh(list) and
doupdate() calls with one wrefresh(list) call.

Signed-off-by: Matthew Bystrin <dev.mbstr@gmail.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2024-02-20 23:06:38 +09:00
..
BIG.FAT.WARNING kconfig: remove trailing whitespaces 2019-05-09 22:37:17 +09:00
checklist.c kconfig: lxdialog: fix cursor render in checklist 2024-02-20 23:06:38 +09:00
dialog.h kconfig: menuconfig: simplify global jump key assignment 2023-07-25 00:59:32 +09:00
inputbox.c kconfig/[mn]conf: handle backspace (^H) key 2019-03-29 22:48:01 +09:00
menubox.c kconfig: menuconfig: remove OLD_NCURSES macro 2023-04-17 11:03:56 +09:00
textbox.c kconfig: menuconfig: simplify global jump key assignment 2023-07-25 00:59:32 +09:00
util.c kconfig: lxdialog: A spello fix and a punctuation added 2021-04-14 15:22:49 +09:00
yesno.c kconfig: convert to SPDX License Identifier 2018-12-28 22:22:28 +09:00