mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
[exmode] Allow spaces after semicolon. Refs #196
This commit is contained in:
parent
4d1d4f173d
commit
3c8e625956
@ -132,6 +132,8 @@ try_exmode_exec(struct session *ses, const char *val)
|
|||||||
while (1) {
|
while (1) {
|
||||||
char *command, *args;
|
char *command, *args;
|
||||||
|
|
||||||
|
while (*next && isspace((unsigned char)(*next))) next++;
|
||||||
|
|
||||||
command = args = next;
|
command = args = next;
|
||||||
|
|
||||||
while (*command == ':') command++;
|
while (*command == ':') command++;
|
||||||
|
Loading…
Reference in New Issue
Block a user