rthornton128 / goncurses

NCurses Library for Go
Other
383 stars 51 forks source link

Can't get data from forms. #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add call to field.Buffer(0) to code
2. Run go build
3. Read errors

What is the expected output? What do you see instead?

Expect code to compile and return contents of field.  Actually see build 
errors, as Field does not have a Buffer method.

What version of the product are you using? On what operating system?

85c70fa432ac+ tip, go 1.1, Ubuntu 12.04

Please provide any additional information below.

Original issue reported on code.google.com by jul...@quantumfyre.co.uk on 20 Oct 2014 at 3:23

GoogleCodeExporter commented 9 years ago

Original comment by rthornto...@gmail.com on 21 Oct 2014 at 4:18

GoogleCodeExporter commented 9 years ago
Fix done. Issue pushing to repo. Will be up once I can resolve it.

Original comment by rthornto...@gmail.com on 25 Oct 2014 at 11:13