mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
Allow reload command to exist anywhere in the command string
This fixes a crash if you have commands where reload appears in the middle or at the end, such as `bindsym r mode default, reload`.
This commit is contained in:
parent
ebe65a4d48
commit
7e81e58e7d
3 changed files with 17 additions and 1 deletions
|
@ -46,4 +46,6 @@ char *cmdsep(char **stringp, const char *delim);
|
|||
// Split string into 2 by delim, handle quotes
|
||||
char *argsep(char **stringp, const char *delim);
|
||||
|
||||
const char *strcasestr(const char *haystack, const char *needle);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue