Descriptionexp/terminal: several cleanups
1) Add EscapeCodes to the terminal so that applications don't wire
them in.
2) Add a callback for auto-complete
3) Fix an issue with input lines longer than the width of the
terminal.
4) Have Write() not stomp the current line. It now erases the current
input, writes the output and reprints the prompt and partial input.
5) Support prompting without local echo in Terminal.
6) Add GetSize to report the size of terminal.
Patch Set 1 #Patch Set 2 : diff -r 6826aebdf413 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 6826aebdf413 https://go.googlecode.com/hg/ #
Total comments: 4
Patch Set 4 : diff -r 15b63cc10b22 https://go.googlecode.com/hg/ #Patch Set 5 : diff -r e16104a1a18a https://go.googlecode.com/hg/ #MessagesTotal messages: 5
|