Increased console buffer size from 16384 to 65536

This commit is contained in:
Anton E. Gavrilov 2000-03-09 14:02:14 +00:00
parent 70b443f25f
commit a060d2818c

View file

@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// console
//
#define CON_TEXTSIZE 16384
#define CON_TEXTSIZE 65536
typedef struct
{
char text[CON_TEXTSIZE];