cosmopolitan/dsp/tty
Justine Tunney 2bd1e72d5a Remove garbage collector macro from header (#114)
We can put this back the moment someone requests it. Pain-free garbage
collection for the C language is pretty cool. All it does is overwrite
the return address with a trampoline that calls free(). It's not clear
what it should be named if it's made a public API.
2021-03-07 20:23:29 -08:00
..
altbuf.c Change license 2020-12-27 17:18:44 -08:00
config.c Change license 2020-12-27 17:18:44 -08:00
describe.c Change license 2020-12-27 17:18:44 -08:00
hidecursor.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
ident.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
identclear.c Change license 2020-12-27 17:18:44 -08:00
internal.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
itoa8.c Change license 2020-12-27 17:18:44 -08:00
itoa8.h Initial import 2020-06-15 07:18:57 -07:00
kcgapalette.c Initial import 2020-06-15 07:18:57 -07:00
ktangopalette.c Initial import 2020-06-15 07:18:57 -07:00
kxtermcubesteps.c Change license 2020-12-27 17:18:44 -08:00
kxtermpalette.c Initial import 2020-06-15 07:18:57 -07:00
mpsadbw.S Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
quant.h wip on intellisense (again) 2021-02-02 11:14:45 -05:00
restore.c Change license 2020-12-27 17:18:44 -08:00
rgb2ansi.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
rgb2ttyf2i.c Change license 2020-12-27 17:18:44 -08:00
rgb2ttyi2f.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
rgb2xterm24.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
rgb2xterm24f.c Change license 2020-12-27 17:18:44 -08:00
savecursor.c Change license 2020-12-27 17:18:44 -08:00
send.c Change license 2020-12-27 17:18:44 -08:00
sendtitle.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
setansipalette.c Change license 2020-12-27 17:18:44 -08:00
setbgfg16.c Change license 2020-12-27 17:18:44 -08:00
setbgfg24.c Change license 2020-12-27 17:18:44 -08:00
setbgfg256.c Change license 2020-12-27 17:18:44 -08:00
setraw.c Change license 2020-12-27 17:18:44 -08:00
setrawdeadline.c Change license 2020-12-27 17:18:44 -08:00
setrawmode.c Change license 2020-12-27 17:18:44 -08:00
tty.h Add pseudoteletypewriter to emulator 2020-08-29 23:51:09 -07:00
tty.mk Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
tty2rgb24.c Change license 2020-12-27 17:18:44 -08:00
tty2rgbf24.c Change license 2020-12-27 17:18:44 -08:00
ttyhisto.c Change license 2020-12-27 17:18:44 -08:00
ttymove.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
ttyquant.c Change license 2020-12-27 17:18:44 -08:00
ttyraster.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
ttyraw.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
ttyrgb.h Initial import 2020-06-15 07:18:57 -07:00
windex-avx2.S Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
windex-k8.c Fix Clang support 2021-02-06 00:29:09 -08:00
windex-sse4.S Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
windex.h Initial import 2020-06-15 07:18:57 -07:00
windex.S Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
write.c Change license 2020-12-27 17:18:44 -08:00
xtermname.c Change license 2020-12-27 17:18:44 -08:00
xtermname.h Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00