File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ examples\run-ffm.bat
153153
154154The scripts will list the available examples and let you choose one to run:
155155
156+ - ** FunShootingGallery** - simplistic game showing usage of the different APIs
156157- ** PrintAnsi** — prints the the ANSI sequence of each key pressed
157158- ** PrintCaps** — prints the capabilities that the terminal supports
158159- ** PrintColors** — detects and prints the colors that the terminal supports
Original file line number Diff line number Diff line change @@ -89,6 +89,11 @@ examples\run-ffm.bat
8989
9090The scripts will list the available examples and let you choose one to run:
9191
92+ - ** FunShootingGallery** - simplistic game showing usage of the different APIs
93+ - ** PrintAnsi** — prints the the ANSI sequence of each key pressed
94+ - ** PrintCaps** — prints the capabilities that the terminal supports
95+ - ** PrintColors** — detects and prints the colors that the terminal supports
96+ - ** PrintKeys** — prints the code of each key pressed
97+ - ** PrintMouse** — prints mouse events
9298- ** PrintSize** — prints the current terminal dimensions
9399- ** WatchSize** — watches and prints terminal size changes in real time
94- - ** PrintKeys** — prints the code of each key pressed (Ctrl+C to exit)
Original file line number Diff line number Diff line change @@ -85,6 +85,11 @@ examples\run.bat
8585
8686The scripts will list the available examples and let you choose one to run:
8787
88+ - ** FunShootingGallery** - simplistic game showing usage of the different APIs
89+ - ** PrintAnsi** — prints the the ANSI sequence of each key pressed
90+ - ** PrintCaps** — prints the capabilities that the terminal supports
91+ - ** PrintColors** — detects and prints the colors that the terminal supports
92+ - ** PrintKeys** — prints the code of each key pressed
93+ - ** PrintMouse** — prints mouse events
8894- ** PrintSize** — prints the current terminal dimensions
8995- ** WatchSize** — watches and prints terminal size changes in real time
90- - ** PrintKeys** — prints the code of each key pressed (Ctrl+C to exit)
You can’t perform that action at this time.
0 commit comments