the 'V' command; also a choice for '?' */
| 2958 | |
| 2959 | /* the 'V' command; also a choice for '?' */ |
| 2960 | int |
| 2961 | dohistory(void) |
| 2962 | { |
| 2963 | display_file(HISTORY, TRUE); |
| 2964 | return ECMD_OK; |
| 2965 | } |
| 2966 | |
| 2967 | /*pager.c*/ |
no outgoing calls
no test coverage detected