[BACK]Return to cmd-select-prompt.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/Attic/cmd-select-prompt.c between version 1.3 and 1.4

version 1.3, 2009/07/15 17:39:00 version 1.4, 2009/07/17 06:13:27
Line 55 
Line 55 
         if (c->prompt_string != NULL)          if (c->prompt_string != NULL)
                 return (0);                  return (0);
   
         status_prompt_set(c, "index ", cmd_select_prompt_callback, c, 0);          status_prompt_set(c, "index ", cmd_select_prompt_callback, NULL, c, 0);
   
         return (0);          return (0);
 }  }

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