src/console.h
branchnoai
changeset 9723 eee46cb39750
parent 6574 e1d1a12faaf7
child 8764 65746a5248ec
equal deleted inserted replaced
9722:ebf0ece7d8f6 9723:eee46cb39750
     2 
     2 
     3 /** @file console.h */
     3 /** @file console.h */
     4 
     4 
     5 #ifndef CONSOLE_H
     5 #ifndef CONSOLE_H
     6 #define CONSOLE_H
     6 #define CONSOLE_H
       
     7 
       
     8 #include "window_type.h"
     7 
     9 
     8 /* maximum length of a typed in command */
    10 /* maximum length of a typed in command */
     9 #define ICON_CMDLN_SIZE 255
    11 #define ICON_CMDLN_SIZE 255
    10 /* maximum length of a totally expanded command */
    12 /* maximum length of a totally expanded command */
    11 #define ICON_MAX_STREAMSIZE 1024
    13 #define ICON_MAX_STREAMSIZE 1024