Dumb

The dumb terminal driver has an optional size specification.

Syntax:

        set terminal dumb {<xsize> <ysize>}

where <xsize> and <ysize> set the size of the dumb terminals. Default is 79 by 24.

Examples:

        set term dumb
        set term dumb 79 49 #(VGA screen - why would anyone want to do that!?)