Skip to content

Commit 2ff3840

Browse files
committed
docs: updated READMEs
1 parent 284b19c commit 2ff3840

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ examples\run-ffm.bat
153153

154154
The 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

miniterm-ffm/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ examples\run-ffm.bat
8989

9090
The 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)

miniterm/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ examples\run.bat
8585

8686
The 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)

0 commit comments

Comments
 (0)