Skip to content
Snippets Groups Projects
Commit af3f85bb authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

The 'T' command key at the batch flag now toggle extended file descriptions

This is pretty convenient and handy (rather than having to use &E or the equivalent command from the file xfer menu and then re-list files).
parent 9166ea01
Branches
Tags
No related merge requests found
......@@ -492,6 +492,10 @@ int sbbs_t::batchflagprompt(smb_t* smb, file_t** bf, ulong* row, uint total
return(0);
if(ch=='P' || ch=='-')
return(3);
if(ch=='T') {
useron.misc ^= EXTDESC;
return 2;
}
if(ch=='B' || ch=='D') { /* Flag for batch download */
if(useron.rest&FLAG('D')) {
bputs(text[R_Download]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment