go-prompt/internal
Ben Aranguren e18fab1746 termio: Set character width to 8 bits
When setting terminal mode, the character size is getting cleared and
defaults to CS5 which causes the display to be garbled.  Since the
purpose of this libaray is to mainly output readable characters, CS8 is
a better value.

This can be easily seen when launching go-prompt over serial connection.

Bug: #179
Change-Id: I4c9d13fad699e09aa9f4f665b252cebdd63614a7
2020-06-09 13:09:21 -07:00
..
bisect Move bisectRight implementation to internal/bisect 2018-12-09 20:47:49 +09:00
debug Add debug.AssertNoError for simplify 2018-12-14 22:28:41 +09:00
strings Fix golint error 2018-12-09 22:35:05 +09:00
term termio: Set character width to 8 bits 2020-06-09 13:09:21 -07:00