Posted Dec 15, 2008
Find your invisible cursor
A quick solution for the missing terminal input caused by control-c'ing while in a pdb prompt.
If you've ever hit control-c while in a pdb prompt, you may have wound up with a missing cursor in your terminal. Any text you enter is essentially invisible. I know I manage to do it several times a day. Entering 'tset' will return your cursor to you.

reset
In bash, you can also type
reset.Martin