aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorMatthew Bystrin <[email protected]>2024-02-16 17:10:14 +0300
committerMasahiro Yamada <[email protected]>2024-02-20 23:06:38 +0900
commitba3b759fb688c09cd9b09852d2728b012cf040ba (patch)
tree4aaba1ec8f2f44a7e0e2fe877dc6e09824235c9e /net/unix/af_unix.c
parentd2d5cba5d92c4ed23caa86228a1bc31b07e90fe9 (diff)
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 <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions