mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
Revert "new_workspace null behavior + testmap functions + regex"
This reverts commit e1d18e42a8
.
Fixes #180
cc @taiyu-len
This commit is contained in:
parent
9c8f1fb964
commit
e505abfe75
12 changed files with 374 additions and 585 deletions
|
@ -19,7 +19,7 @@ void free_argv(int argc, char **argv);
|
|||
char *code_strchr(const char *string, char delimiter);
|
||||
char *code_strstr(const char *haystack, const char *needle);
|
||||
int unescape_string(char *string);
|
||||
char *join_args(int argc, char **argv);
|
||||
char *join_args(char **argv, int argc);
|
||||
char *join_list(list_t *list, char *separator);
|
||||
|
||||
char *strdup(const char *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue