When using python in cygwin
, you need to use "python -i" to get into interactive mode. This mode however removes my ability to use my arrow keys to go through my history.
When I push the Up-Key, the cursor goes up. When I press DELETE, the character gets deleted. I want my cursor to act like a normal Windows CLI
; where it stays on ONE line.