[BACK]Return to defines.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / less

Diff for /src/usr.bin/less/defines.h between version 1.4 and 1.5

version 1.4, 2015/11/05 22:08:44 version 1.5, 2016/01/29 04:51:26
Line 23 
Line 23 
  * Default shell metacharacters and meta-escape character.   * Default shell metacharacters and meta-escape character.
  */   */
 #define DEF_METACHARS   "; *?\t\n'\"()<>[]|&^`#\\$%=~"  #define DEF_METACHARS   "; *?\t\n'\"()<>[]|&^`#\\$%=~"
 #define DEF_METAESCAPE  "\\"  
   
 #define CMDBUF_SIZE     2048    /* Buffer for multichar commands */  #define CMDBUF_SIZE     2048    /* Buffer for multichar commands */
 #define UNGOT_SIZE      200     /* Max chars to unget() */  #define UNGOT_SIZE      200     /* Max chars to unget() */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5