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

Add an "edit" mode to the curses front-end #9

Open
calebsmith opened this issue Oct 13, 2013 · 1 comment
Open

Add an "edit" mode to the curses front-end #9

calebsmith opened this issue Oct 13, 2013 · 1 comment

Comments

@calebsmith
Copy link
Owner

Essentially, this should allow a user to edit and save the seed data file that is loaded. A session would look something like:

gameoflife data/filename.dat

Make edits, save and quit. filename.dat is now updated with the edits made.

This will likely need to have the cursor enabled in curses, and move the cursor with hjkl and arrow keys

@calebsmith
Copy link
Owner Author

On second thought, the "edit" mode might work with the graphical mode as well, via the mouse. This should be kept simple though. Golly satisfies the requirement of seed file editing much better already

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant