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

Get rid of stty system calls by using native calls #197

Open
gnodet opened this issue Jul 24, 2015 · 3 comments
Open

Get rid of stty system calls by using native calls #197

gnodet opened this issue Jul 24, 2015 · 3 comments
Milestone

Comments

@gnodet
Copy link
Member

gnodet commented Jul 24, 2015

We're just missing a few native methods and it would be much faster.

@jdillon
Copy link
Member

jdillon commented Jul 24, 2015

which native methods?

@gnodet
Copy link
Member Author

gnodet commented Jul 24, 2015

Functions: tcgetattr, tcsetattr and ioctl
Structs: winsize and termios

Those are the only three methods needed to implement stty,

I have already prototyped then needed JNI methods in jansi,

@jdillon
Copy link
Member

jdillon commented Jul 24, 2015

@gnodet cool beans

@gnodet gnodet added this to the 3.0 milestone Sep 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants