Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java

Eric Cho
Eric Cho
2,151 Points

My console doesn't let me type after getting an error. How do i fix this without reopening my console. Thanks.

Closing and reopening the console fixes the issue but I was wondering if there was another way.

1 Answer

Steven Parker
Steven Parker
231,007 Points

Sometimes an interrupt signal might restore console function. Type Ctrl-C to generate one.

It's also possible that the console is actually working but the error left the settings in an odd state so you don't see your typing. Try blindly entering the command "stty sane" and see of that restores normal operation.