Actually, you can define the preprocessor symbol DISABLE_SCREEN_FRAME, and it will get rid of the frame and use a black background.
You can use it by either defining the symbol from command line: tcc\tcc source\raycast.c source\dos.c -DDISABLE_SCREEN_FRAME or by adding it to the top of dos.c like this