Skip to content

Instantly share code, notes, and snippets.

View lazaros05's full-sized avatar

Chavatzoglou Lazaros lazaros05

View GitHub Profile
@lazaros05
lazaros05 / ANSI.md
Created April 3, 2024 10:59 — forked from fnky/ANSI.md
ANSI Escape Codes

ANSI Escape Sequences

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.