Subj : src/sbbs3/ctrl/ClientFormUnit.cpp ClientFormUnit.dfm ClientFormUnit.h To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Thu Sep 12 2024 11:41 pm https://gitlab.synchro.net/main/sbbs/-/commit/c31203fce3de352b37ae5aef Modified Files: src/sbbs3/ctrl/ClientFormUnit.cpp ClientFormUnit.dfm ClientFormUnit.h Log Message: Add keyboard shortcuts to Clients list view: Ctrl-A, Ctrl-F and Del Ctrl-A - Select All Ctrl-F - Filter IP address DEL - Close Socket Also, use Begin/EndUpdate() calls to batch updates to the ListView in Timer tick (no visible difference, but it's the right thing to do). I don't know why C++Builder increased the TextHeight value of this form from 13 to 15, but doesn't seem to really matter (or at least, I couldn't tell). .