I use the '[' character in many of my text objects (for example, a prompt that reads "[space] to continue"), but I need to escape that character with backslash in order for C3 to render it properly. But if I try to search for '[' in the C3 find bar, no results are returned. What should I search for to return everything that includes the '[' character? I tried [, \[, \\[, "\[", but nothing has worked so far.
If I search for "\", it will find "\[space] to continue", but will show it as "\ to continue".
Is this a bug/limitation, or is there a certain character sequence I need to use?