You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clear the IXON flag of c_iflag in the function raw_mode_enable. This
sets the input mode to disable the start/stop output control (,which
is Control+Q and Control+S), so that it can enable Control+Q capture
without acquiring user to use the extra command.
Co-authored-by: YU-WEI,HSU <blackfire106.1231@gmail.com>
Copy file name to clipboardExpand all lines: README.md
-5
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,6 @@ This utility offers the following functionality:
36
36
-`Ctrl + P`: Toggle pause/resume of the game board display
37
37
-`Ctrl + Q`: Terminate all tic-tac-toe games running in kernel space
38
38
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
-
44
39
Simply run the command below after the kernel module is loaded:
0 commit comments