Subj : src/sbbs3/sbbs.h useredit.cpp writemsg.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Windows) Date : Thu Apr 13 2023 06:45 pm https://gitlab.synchro.net/main/sbbs/-/commit/1a2011ec543b88f26b9a3fa6 Modified Files: src/sbbs3/sbbs.h useredit.cpp writemsg.cpp Log Message: Pass max_lines to editfile() and msgeditor() functions Rather than recomputing (possibly differently) the max lines in multiple places. This also enables the possibility that editfile() could be used to edit files of > 10K lines in the future. .