cs136 / seashell

Seashell is an online environment for editing, running, and submitting C programming assignments.
GNU General Public License v3.0
38 stars 19 forks source link

Persistent terminal between assignment questions #741

Closed foleyfactor closed 7 years ago

foleyfactor commented 7 years ago

Make console's contents persist between assignment questions.

foleyfactor commented 7 years ago

I changed the way I was keeping track of the terminal contents by updating the state during termWrite and termClear. The contents are passed to the console by a prop and written when the component mounts.