commit | e35753ecc9f4557c4ac241bdbbeabfcd4598f062 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Feb 08 12:29:20 2014 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Feb 08 12:29:20 2014 -0500 |
tree | 48b8e3dbd86833d25d089eb35ace16b994d1c85c | |
parent | 8032b8a0fec550de5cb2f7d37aa031cebc2200c3 [diff] |
vgabios: Don't interpret TAB character. Several sources document that the Bell, Backspace, newline, and carriage return characters are interpreted by int 10/0e. There does not seem to be any references to that function interpreting tab. The original "lgpl vgabios" has code for interpreting tab, but the code is incorrect. Finally, tests on an ATI vgabios indicate that tab is not interpreted. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>