toddhainsworth/gbsh

Bug #0002 - MAC OSX - Console Hangs on execution.

Opened this issue · 1 comments

Code compiles on Mac, but does not print to the screen.

Possible that the clear function that is set does not work universally, may need to revert to old clear for Mac OSX.

GeissT

May work with current fix, added 'system("clear");' instead of wierd characters like on Linux.