Standard escape codes are prefixed with Escape:
- Ctrl-Key:
^[ - Octal:
\033 - Unicode:
\u001b - Hexadecimal:
\x1B - Decimal:
27
| #include <iostream> | |
| #include <string> | |
| #include <queue> | |
| #include <unordered_map> | |
| using namespace std; | |
| // A Tree node | |
| struct Node | |
| { | |
| char ch; |
curl -Lo concourse https://github.com/concourse/concourse/releases/download/v2.5.0/concourse_darwin_amd64 && chmod +x concourse && mv concourse /usr/local/bin