#!/bin/bash
# 
# If you want to setup a few things before running mdraw, try this....
#
# If you want to enable another video mode before running mdraw (eg. 80x50),
# edit the following line:
# resizecons -lines 50
#
# if you have problems using mdraw 
# (You see garbage on the screen) try to comment out the following line: 
# TERM=ansi
#
# This line killes gpm (if it runs) before running mdraw,
# and after that it runs gpm again.
gpm -k && mdraw_ ; gpm || mdraw_
#
# resizecons -lines 25
# To switch back to the old video-mode edit the line above this.
