Skip to content

Commit b269cbb

Browse files
authored
Merge pull request #3 from HappyFacade/patch-1
Add syntax highlighting to readme
2 parents 78fa3ea + 1065233 commit b269cbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For terminal use signal handling (`SIGWINCH`) should always be handled by the ap
4343
## Example initialization for terminal and handling of SIGWINCH
4444

4545

46-
```
46+
```c
4747
yascreen *s;
4848
int winch=0;
4949

@@ -105,7 +105,7 @@ In multiprocess mode daemons where `stdin`/`stdout` are redirected to a socket t
105105
## Example initialization for socket with external event loop and telnet sequences processing
106106
107107
108-
```
108+
```c
109109
yascreen *s;
110110
111111
s=yascreen_init(80,25); // there is no guarantee that screen size detection is supported on the remote end

0 commit comments

Comments
 (0)