.gitignore
initial commit: maps an XDG toplevel window
2019-06-12 20:08:54 +02:00
csi.c
csi: fix parsing of 256-color and 24-bit color SGRs
2019-07-04 09:57:02 +02:00
csi.h
wip: vt parsing: initial csi/osc dispatching
2019-06-15 22:22:44 +02:00
font.c
initial grid implementation
2019-06-13 16:24:35 +02:00
font.h
initial grid implementation
2019-06-13 16:24:35 +02:00
grid.c
logging: disable debug logging by default
2019-07-03 20:21:03 +02:00
grid.h
scrolling: initial reverse scrolling support - no scroll regions
2019-07-03 10:45:49 +02:00
input.c
logging: disable debug logging by default
2019-07-03 20:21:03 +02:00
input.h
wip: initial input handling
2019-06-19 10:04:47 +02:00
LICENSE
add license
2019-06-12 20:10:12 +02:00
log.c
log: don't syslog
2019-06-29 20:48:02 +02:00
log.h
initial commit: maps an XDG toplevel window
2019-06-12 20:08:54 +02:00
main.c
flash mitigation: add a small delay before rendering after receiving client data
2019-07-04 09:54:40 +02:00
meson.build
Rename grid_* functions to term_*
2019-06-29 21:03:28 +02:00
osc.c
logging: disable debug logging by default
2019-07-03 20:21:03 +02:00
osc.h
wip: vt parsing: initial csi/osc dispatching
2019-06-15 22:22:44 +02:00
shm.c
shm: width/height must match
2019-06-12 20:17:35 +02:00
shm.h
initial commit: maps an XDG toplevel window
2019-06-12 20:08:54 +02:00
slave.c
logging: disable debug logging by default
2019-07-03 20:21:03 +02:00
slave.h
Set up pseudo terminal and fork slave
2019-06-13 15:19:10 +02:00
terminal.c
logging: disable debug logging by default
2019-07-03 20:21:03 +02:00
terminal.h
vt: implement (untested!) insert mode
2019-07-03 21:16:41 +02:00
tllist.h
initial commit: maps an XDG toplevel window
2019-06-12 20:08:54 +02:00
vt.c
vt: bug fix: clear utf-8 state after printing a utf-8 character
2019-07-04 09:26:34 +02:00
vt.h
wip: vt parsing: initial csi/osc dispatching
2019-06-15 22:22:44 +02:00