rthornton128 / goncurses

NCurses Library for Go
Other
383 stars 51 forks source link

Added {Def,Reset}{Prog,Shell}Mode() functions #42

Closed xaionaro closed 2 years ago

xaionaro commented 6 years ago

Fixing https://github.com/rthornton128/goncurses/issues/41

xaionaro commented 4 years ago

@limar63 : Sorry, I do not remember why I added that method and how did I use it :(

limar63 commented 4 years ago

You mean you don't remember what is the purpose of it? I wanted to use this method to have no delay on getting Getch(), combined with Nap() so I could make a good control for my snake game on ncurses (HalfDelay isn't working properly because it is instantly applied after getting user input without time delay).

rthornton128 commented 4 years ago

On review, I think this needs to be split into two separate PRs. One to add the Debian build scripts and a second to add the new/missing methods.

rthornton128 commented 2 years ago

Closing due to inactivity.

xaionaro commented 2 years ago

You mean you don't remember what is the purpose of it?

Yeah, sorry. Two years between doing that and getting a review -- considering how many code got through me during that period I already forgot what this was for.

If will ever stumble upon #41 again, will open an new Pull Request with the changes requested here. Or the meantime feel free to reopen PR with the fixes.