From: Nikolay Sivov Subject: Re: [PATCH v2 4/8] shell32/autocomplete: Don't autocomplete at all on most control characters Message-Id: <34e55051-197e-e84a-bfa4-6844e3c37506@codeweavers.com> Date: Thu, 20 Sep 2018 15:51:57 +0300 In-Reply-To: <0d9f77e0aa067a3883af70444ae00efa535bc668.1537444354.git.gabrielopcode@gmail.com> References: <0d9f77e0aa067a3883af70444ae00efa535bc668.1537444354.git.gabrielopcode@gmail.com> Maybe filter with iscntrlW() with exceptions?