Standard escape codes are prefixed with Escape
:
- Ctrl-Key:
^[
- Octal:
\033
- Unicode:
\u001b
- Hexadecimal:
\x1B
- Decimal:
27
/* | |
* Wireless Tools | |
* | |
* Jean II - HPLB 97->99 - HPL 99->01 | |
* | |
* Main code for "iwconfig". This is the generic tool for most | |
* manipulations... | |
* You need to link this code against "iwlib.c" and "-lm". | |
* | |
* This file is released under the GPL license. |