소스 검색

[menu] Hide cursor when displaying menu

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 11 년 전
부모
커밋
fb6edd4e13
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/hci/tui/menu_ui.c

+ 1
- 0
src/hci/tui/menu_ui.c 파일 보기

@@ -349,6 +349,7 @@ int show_menu ( struct menu *menu, unsigned long timeout,
349 349
 	init_pair ( CPAIR_SELECT, COLOR_SELECT_FG, COLOR_SELECT_BG );
350 350
 	init_pair ( CPAIR_SEPARATOR, COLOR_SEPARATOR_FG, COLOR_SEPARATOR_BG );
351 351
 	color_set ( CPAIR_NORMAL, NULL );
352
+	curs_set ( 0 );
352 353
 	erase();
353 354
 
354 355
 	/* Draw initial content */

Loading…
취소
저장