loader: Fully reset terminal settings, not just colors
Reviewed by: kevans Reviewed by: tsoome Approved by: mav (mentor) MFC after: 1 week Sponsored by: iXsystems, Inc. Differential Revision: https://reviews.freebsd.org/D21733
This commit is contained in:
@@ -103,6 +103,7 @@ core.KEY_DELETE = 127
|
||||
-- other contexts (outside of Lua) may mean 'octal'
|
||||
core.KEYSTR_ESCAPE = "\027"
|
||||
core.KEYSTR_CSI = core.KEYSTR_ESCAPE .. "["
|
||||
core.KEYSTR_RESET = core.KEYSTR_ESCAPE .. "c"
|
||||
|
||||
core.MENU_RETURN = "return"
|
||||
core.MENU_ENTRY = "entry"
|
||||
|
||||
Reference in New Issue
Block a user