Skip to content
Snippets Groups Projects
Commit be1adbec authored by rswindell's avatar rswindell
Browse files

Added toggle option to disable long filenames in file listings.

parent dc0d8ba9
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@
#define SM_CELERITY (1L<<10) /* Expand Celerity color codes in messages */
#define SM_RENEGADE (1L<<11) /* Expand Renegade color codes in messages */
#define SM_ECHO_PW (1L<<12) /* Echo passwords locally */
#define SM_REQ_PW (1L<<13) /* Require passwords locally */
#define SM_NOLFN (1L<<13) /* No long filenames in listings */
#define SM_L_SYSOP (1L<<14) /* Allow local sysop logon/commands */
#define SM_R_SYSOP (1L<<15) /* Allow remote sysop logon/commands */
#define SM_QUOTE_EM (1L<<16) /* Allow quoting of e-mail */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment