Skip to content

Commit 61ee712

Browse files
authored
Merge pull request #9 from Jordymalone/fix_readme
Add instructions for enabling Control+Q capture
2 parents a21f9c3 + 9d694b4 commit 61ee712

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ This utility offers the following functionality:
3636
- `Ctrl + P`: Toggle pause/resume of the game board display
3737
- `Ctrl + Q`: Terminate all tic-tac-toe games running in kernel space
3838

39+
In terminal environments that use flow control (particularly bash), you must enable the Ctrl+Q shortcut. Run the following command before starting xo-user:
40+
```
41+
$ stty start '^-' stop '^-'
42+
```
43+
3944
Simply run the command below after the kernel module is loaded:
4045
```
4146
$ sudo ./xo-user

0 commit comments

Comments
 (0)