Subj : src/sbbs3/atcodes.cpp bat_xfer.cpp data.cpp download.cpp email.cpp get To : Git commit to main/sbbs/master From : Rob Swindell Date : Thu Nov 18 2021 01:35 pm https://gitlab.synchro.net/main/sbbs/-/commit/064b602fe0f96963d47a08ac Modified Files: src/sbbs3/atcodes.cpp bat_xfer.cpp data.cpp download.cpp email.cpp getkey.cpp getstr.cpp listfile.cpp netmail.cpp qwk.cpp sbbs.h text.h text_defaults.c upload.cpp useredit.cpp writemsg.cpp Log Message: Add text.dat lines for "All" and the List key ('L'), used in quoting The internal line editor's quoting feature add some hard-coded strings ("Done" and "All") and the (L)ist key was hard-coded. Use the text.dat string (new and pre-existing) for these now. Also, use the new sbbs_t *_key() methods for referencing the configured key bindings (via text.dat) for these common key-stroke commands. Convert the text.dat strings for keys (e.g. YNQP) to uppercase always as well. .