mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Use the <kbd> tag for Ctrl-C
This commit is contained in:
parent
477acc1039
commit
717c78a2fa
@ -89,7 +89,7 @@ fn main() {
|
|||||||
It's rather easy to identify the two steps involved.
|
It's rather easy to identify the two steps involved.
|
||||||
|
|
||||||
If you run this, you'll get an empty blue terminal, with no way of properly
|
If you run this, you'll get an empty blue terminal, with no way of properly
|
||||||
leaving the application (you'll have to press `<Ctrl-C>` to kill it).
|
leaving the application (you'll have to press <kbd>Ctrl</kbd>+<kbd>C</kbd> to kill it).
|
||||||
|
|
||||||
[`Cursive`]: https://docs.rs/cursive/0/cursive/struct.Cursive.html
|
[`Cursive`]: https://docs.rs/cursive/0/cursive/struct.Cursive.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user