mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
USAGE: indicate c syntax
This commit is contained in:
parent
bc2acf0ce8
commit
de502655c2
2
USAGE.md
2
USAGE.md
@ -674,7 +674,7 @@ By default, certain keys are mapped to signals by the terminal's line
|
||||
discipline. This can be disabled with `notcurses_linesigs_disable()`, and
|
||||
reenabled with `notcurses_linesigs_enable()`.
|
||||
|
||||
```
|
||||
```c
|
||||
// Disable signals originating from the terminal's line discipline, i.e.
|
||||
// SIGINT (^C), SIGQUIT (^\), and SIGTSTP (^Z). They are enabled by default.
|
||||
int notcurses_linesigs_disable(struct notcurses* n);
|
||||
|
Loading…
x
Reference in New Issue
Block a user