Re: [dev] [surf] [patch] strip uri leading whitespace when ctrl-p
Hi Quentin,
> + for (; *text && (*text == ' ' || *text == '\t'); ++text)
> + ;
Sweet and simple. The first *text check does seem unnecessary as it's
covered by the second part.
Sijmen
Received on Fri Oct 20 2017 - 09:46:38 CEST
This archive was generated by hypermail 2.3.0
: Fri Oct 20 2017 - 09:48:16 CEST