dosutils: add Novell-style paging to FLAG tools and SLIST
- add a shared DOS pager helper for long tool output - page FLAG wildcard output with the Novell continue prompt - fix FLAGDIR current-directory handling for "." and volume root - add FLAGDIR wildcard directory listing support - page FLAGDIR wildcard output like Novell FLAGDIR - keep FLAGDIR display formatting aligned with Novell output - make SLIST /CONTINUE enable continuous output - keep SLIST bindery scanning compatible with ncpfs behavior - preserve SLIST NET_ADDRESS display and default server marking
This commit is contained in:
3
net.h
3
net.h
@@ -17,6 +17,7 @@
|
||||
#include <stdarg.h>
|
||||
#ifdef __WATCOMC__
|
||||
#include <direct.h>
|
||||
extern int tool_page_line(int *line_count, int *continuous);
|
||||
#endif
|
||||
|
||||
typedef unsigned int UI;
|
||||
@@ -58,7 +59,7 @@ typedef struct {
|
||||
uint16 fragment_count; /* Anzahl Fragment Buffers */
|
||||
uint8 *fragment_1;
|
||||
uint16 fragment_1_size;
|
||||
/* K<EFBFBD>nnen auch mehr sein */
|
||||
/* K�nnen auch mehr sein */
|
||||
} ECB;
|
||||
|
||||
#include "kern.h"
|
||||
|
||||
Reference in New Issue
Block a user