Subj : src/sbbs3/scfg/scfg.c scfg.h scfgxfr1.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows) Date : Tue Sep 05 2023 07:13 pm https://gitlab.synchro.net/main/sbbs/-/commit/0324ddac50699ad21e390f67 Modified Files: src/sbbs3/scfg/scfg.c scfg.h scfgxfr1.c Log Message: Update File Options "paste" behavior to use insert-above instead of overwrite To be more consistent with the paste key behavior elsewhere in SCFG, make the file options (Viewable Files, Testable Files, Download Events, Extractable Files, Compressible Files, and Transfer Protocols) menus handle paste (Ctrl-V, F6) key by inserting the copied or cut item above the current selection rather than overwriting the current selection. Fixes issue #616 .