mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
docs: fix formatting
Restores the ``` to close code block.
This commit is contained in:
parent
82921e2f0d
commit
3181b6c8d9
1
USAGE.md
1
USAGE.md
@ -1520,6 +1520,7 @@ of [Unicode Annex #14](http://www.unicode.org/reports/tr14/tr14-34.html).
|
||||
// determine whether the write completed by inspecting '*bytes'.
|
||||
int ncplane_puttext(struct ncplane* n, int y, ncalign_e align,
|
||||
const char* text, size_t* bytes);
|
||||
```
|
||||
|
||||
Lines and boxes can be drawn, interpolating their colors between their two
|
||||
endpoints. For a line of a single color, be sure to specify the same channels
|
||||
|
Loading…
x
Reference in New Issue
Block a user