arogue7: call nonl() during initialization.

This commit is contained in:
John "Elwin" Edwards 2015-05-12 10:28:05 -04:00
parent e4d23af7c5
commit e8f5429554

View file

@ -536,6 +536,7 @@ setup()
#endif
raw(); /* Cbreak mode */
noecho(); /* Echo off */
nonl();
}
/*