[MORE][CONUTILS] Implement missing features of the MORE command (#3658)

Implement missing features of the MORE command. Special thanks to @HBelusca. CORE-4019
This commit is contained in:
Katayama Hirofumi MZ 2021-06-09 23:30:30 +09:00 committed by GitHub
parent afc27ab1aa
commit b552901df5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 1423 additions and 267 deletions

View file

@ -4,3 +4,7 @@
#define IDS_CONTINUE 101
#define IDS_CONTINUE_PROGRESS 102
#define IDS_FILE_ACCESS 103
#define IDS_BAD_FLAG 104
#define IDS_CONTINUE_OPTIONS 105
#define IDS_CONTINUE_LINES 106
#define IDS_CONTINUE_LINE_AT 107