| File src/hstr.c changed (mode: 100644) (index 9901049..ffee038) |
| ... |
... |
void highlight_selection(int selectionCursorPosition, int previousSelectionCurso |
| 293 |
293 |
} |
} |
| 294 |
294 |
} |
} |
| 295 |
295 |
|
|
| 296 |
|
|
|
| 297 |
296 |
void selection_remove(char *cmd, HistoryItems *history) |
void selection_remove(char *cmd, HistoryItems *history) |
| 298 |
297 |
{ |
{ |
| 299 |
298 |
if(history->count) { |
if(history->count) { |
| |
| ... |
... |
int main(int argc, char *argv[]) |
| 544 |
543 |
return EXIT_SUCCESS; |
return EXIT_SUCCESS; |
| 545 |
544 |
} |
} |
| 546 |
545 |
if(strstr(argv[1], "--help")) { |
if(strstr(argv[1], "--help")) { |
| 547 |
|
// TODO --help (tr --help) |
|
| 548 |
546 |
printf("%s", HELP_STRING); |
printf("%s", HELP_STRING); |
| 549 |
547 |
return EXIT_SUCCESS; |
return EXIT_SUCCESS; |
| 550 |
548 |
} |
} |
| |
| ... |
... |
int main(int argc, char *argv[]) |
| 559 |
557 |
|
|
| 560 |
558 |
return EXIT_SUCCESS; |
return EXIT_SUCCESS; |
| 561 |
559 |
} |
} |
| 562 |
|
|
|