jroimartin / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
9.92k stars 608 forks source link

Tabstop support #11

Closed hazbo closed 10 years ago

hazbo commented 10 years ago

Sorry I messed up with a few of those commits, was using a relative import path in a different branch. The changes here just define a soft tabstop as 4 with a Setter to override. Not sure if you're wanting this or not but I'm using this repo (thanks by the way, it's awesome) on a separate project and thought you might want some of the changes I make.

hazbo commented 10 years ago

You can ignore all of the local dependency change commits, they are not a part of this pull request and have been reverted. I just messed up the commits.

jroimartin commented 10 years ago

Thanks for the contribution! I'm glad to hear that the package is useful for other people :) Regarding the PR, I'm planning to give full edition support to gocui v.0.2.0 (see issue #6) so I will add this functionality, probably with a fixed tabstop value, by that time. Anyway, thank you, I've updated the issue with this.