A fast, lightweight and minimalistic Wayland terminal emulator
Find a file
2019-06-29 20:50:09 +02:00
.gitignore
csi.c colors: store as doubles, rather than uint32_t 2019-06-26 20:33:32 +02:00
csi.h wip: vt parsing: initial csi/osc dispatching 2019-06-15 22:22:44 +02:00
font.c
font.h
grid.c grid: attributes now track whether we've set a foreground/background color 2019-06-26 19:44:31 +02:00
grid.h scroll-region: don't clear damage queue when changing scroll region 2019-06-25 20:11:08 +02:00
input.c vt: implement DECCKM (cursor key sends either SS3 or CSI escapes) 2019-06-23 14:12:20 +02:00
input.h wip: initial input handling 2019-06-19 10:04:47 +02:00
LICENSE
log.c log: don't syslog 2019-06-29 20:48:02 +02:00
log.h
main.c render: also check scroll damage list 2019-06-29 20:50:09 +02:00
meson.build wip: initial input handling 2019-06-19 10:04:47 +02:00
osc.c wip: vt parsing: initial csi/osc dispatching 2019-06-15 22:22:44 +02:00
osc.h wip: vt parsing: initial csi/osc dispatching 2019-06-15 22:22:44 +02:00
shm.c
shm.h
slave.c slave: remove initial debug code 2019-06-29 20:49:35 +02:00
slave.h
terminal.h colors: store as doubles, rather than uint32_t 2019-06-26 20:33:32 +02:00
tllist.h
vt.c vt: dummy implementation of of "ESC (B" (character charset) 2019-06-29 20:49:00 +02:00
vt.h wip: vt parsing: initial csi/osc dispatching 2019-06-15 22:22:44 +02:00