We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78fa3ea + 1065233 commit b269cbbCopy full SHA for b269cbb
1 file changed
README.md
@@ -43,7 +43,7 @@ For terminal use signal handling (`SIGWINCH`) should always be handled by the ap
43
## Example initialization for terminal and handling of SIGWINCH
44
45
46
-```
+```c
47
yascreen *s;
48
int winch=0;
49
@@ -105,7 +105,7 @@ In multiprocess mode daemons where `stdin`/`stdout` are redirected to a socket t
105
## Example initialization for socket with external event loop and telnet sequences processing
106
107
108
109
110
111
s=yascreen_init(80,25); // there is no guarantee that screen size detection is supported on the remote end
0 commit comments