[PATCH] [llgo] cmd/llgoi: use line editor
Andrew Wilkins
axwalk at gmail.com
Sun May 17 00:10:58 PDT 2015
Hi pcc,
This diff adds line-editing to llgoi, by
vendoring and using github.com/peterh/liner.
I have only implemented the basics here;
follow-ups will come later to add persisted
history, and completion,
http://reviews.llvm.org/D9811
Files:
CMakeLists.txt
cmd/llgoi/isatty_posix.go
cmd/llgoi/llgoi.go
third_party/liner/
third_party/liner/COPYING
third_party/liner/README.md
third_party/liner/bsdinput.go
third_party/liner/common.go
third_party/liner/fallbackinput.go
third_party/liner/input.go
third_party/liner/input_darwin.go
third_party/liner/input_linux.go
third_party/liner/input_test.go
third_party/liner/input_windows.go
third_party/liner/line.go
third_party/liner/line_test.go
third_party/liner/output.go
third_party/liner/output_windows.go
third_party/liner/prefix_test.go
third_party/liner/race_test.go
third_party/liner/signal.go
third_party/liner/signal_legacy.go
third_party/liner/unixmode.go
third_party/liner/width.go
third_party/liner/width_test.go
update_third_party.sh
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9811.25924.patch
Type: text/x-patch
Size: 70813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150517/ced7ef2b/attachment.bin>
More information about the llvm-commits
mailing list