Searched hist:"90 a2541772932ebb1cf102ef82857c41349760c1" (Results 1 – 2 of 2) sorted by relevance
/freebsd/stand/lua/ |
H A D | drawer.lua | diff 90a2541772932ebb1cf102ef82857c41349760c1 Tue Sep 10 23:30:38 CEST 2019 Kyle Evans <kevans@FreeBSD.org> lualoader: Revert to ASCII menu frame for serial console
The box drawing characters we use aren't necessarily safe with a serial console; for instance, in the report by npn@, these were causing his xterm to send back a sequence that lua picked up as input and halted the boot. This is less than ideal.
Fallback to ASCII frames for console with 'comconsole' in it. This is a partial revert r338108 by imp@ -- instead of removing the menu entirely and disabling color/cursor sequences, just reverting the default frame to ASCII is enough to not break in this setup.
Reported by: npn Triaged and recommended by: tsoome
|
H A D | core.lua | diff 90a2541772932ebb1cf102ef82857c41349760c1 Tue Sep 10 23:30:38 CEST 2019 Kyle Evans <kevans@FreeBSD.org> lualoader: Revert to ASCII menu frame for serial console
The box drawing characters we use aren't necessarily safe with a serial console; for instance, in the report by npn@, these were causing his xterm to send back a sequence that lua picked up as input and halted the boot. This is less than ideal.
Fallback to ASCII frames for console with 'comconsole' in it. This is a partial revert r338108 by imp@ -- instead of removing the menu entirely and disabling color/cursor sequences, just reverting the default frame to ASCII is enough to not break in this setup.
Reported by: npn Triaged and recommended by: tsoome
|