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

Diff for /src/usr.bin/less/command.c between version 1.26 and 1.27

version 1.26, 2015/11/13 16:48:48 version 1.27, 2015/11/23 09:26:51
Line 69 
Line 69 
 static struct ungot *ungot = NULL;  static struct ungot *ungot = NULL;
 static int unget_end = 0;  static int unget_end = 0;
   
 static void multi_search();  static void multi_search(char *, int);
   
 /*  /*
  * Move the cursor to start of prompt line before executing a command.   * Move the cursor to start of prompt line before executing a command.

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27