more commands: 'screen [alt|norm]', 'mousereports [1|0]', 'resetcharset', 'resetattrs'
[k8sterm.git] / 0build.sh
blobccd5df891061497aca1f822a1f2bb177194b1240
1 #!/bin/sh
3 gcc \
4 -o sterm \
5 -O3 -march=native -mtune=native \
6 -s \
7 -Wall \
8 -std=gnu99 \
9 -lutil -lrt -lX11 \
10 src/sterm.c