Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1RESET: string = "\x1b[0m" 

2BOLD: string = "\x1b[1m" 

3UNDERLINE: string = "\x1b[4m" 

4 

5BLACK: string = "\x1b[30m" 

6RED: string = "\x1b[31m" 

7GREEN: string = "\x1b[32m" 

8YELLOW: string = "\x1b[33m" 

9BLUE: string = "\x1b[34m" 

10MAGENTA: string = "\x1b[35m" 

11CYAN: string = "\x1b[36m" 

12WHITE: string = "\x1b[37m"