Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to be built with CGO_ENABLE=0 #345

Merged
merged 4 commits into from
May 23, 2017
Merged

Commits on May 2, 2017

  1. Re-implemented in pure golang.

    Signed-off-by: xchenan <xchenan@gmail.com>
    xchenan committed May 2, 2017
    Configuration menu
    Copy the full SHA
    a4dddc9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Vendored github.com/mattn/go-isatty/ and golang.org/x/sys/unix/; Fixe…

    …d issues on MacOS
    
    Signed-off-by: xchenan <xchenan@gmail.com>
    xchenan authored and Xuan Chen committed May 15, 2017
    Configuration menu
    Copy the full SHA
    18041b0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Added comments in winsize.go; Removed unused functions and constants …

    …in termios_linux.go and termios_bsd.go;
    
    Signed-off-by: xchenan <xchenan@gmail.com>
    xchenan committed May 23, 2017
    Configuration menu
    Copy the full SHA
    519b7e5 View commit details
    Browse the repository at this point in the history
  2. Handled distinctive NFDBits and func index's return values according to

    different architectures.
    
    Signed-off-by: xchenan <xchenan@gmail.com>
    xchenan committed May 23, 2017
    Configuration menu
    Copy the full SHA
    0b87620 View commit details
    Browse the repository at this point in the history