-
Notifications
You must be signed in to change notification settings - Fork 7
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
NCurses should perhaps be a separate package #20
Comments
Hi @jmichel7 ! I completely agree. If you can split this module, it would be awesome! I am having almost no time to develop this package. However, it will be ready one day. I will keep using this submodule just because of the lack of time but when the pacakge is ready for usage, I will switch to yours. Thanks! |
Thank you for pulling my changes! I will think of making an Ncurses package if you have time to do something about my other issues. In the mean time, could you register (parhaps as version 0.0.2) the current state of TextUserInterfaces? It is not very convenient to depend on an unregistered package. Thank you again for your work! |
Sure! I will try to fix and update the version. |
Thinking of making a separate ncurses package, I looked in juliahub and found:
Of course you can define these functions in term of others, but still this is a pain.
So I still wish to make a separate package from your code, but the situation What do you think? |
Never mind. The registered repository is not the one created by Keno. So, there is two possibilities: 1) check if eschnett accepts a PR to make NCurses.jl more close to our submodule, or 2) create a new repository with another name. |
It would be much more work to make Eschnett's repository closer to yours (there is nothing like your prototypes). The |
It seems to me that the submodule
NCurses
would see more uses and have more developers if it was a separate package fromTextUserInterfaces
. I would be willing to help do that and write documentation for the resulting package if you agree it is a reasonable idea. There is one thing glaringly missing, the constantstdscr
. I do not know if it is possible to give a reference to something inlibncurses
, but it is always possible to have in the package a global constantand since
stdscr
is the result ofinitscr
, a way would be to rename the currentinitscr
to_initscr
and haveThe text was updated successfully, but these errors were encountered: