A fast, lightweight and minimalistic Wayland terminal emulator
Find a file
Daniel Eklöf c0a9f9e6b2
resize: bug: we're not in alt screen mode at startup
When we start up, the cells pointer, *and* the alt screen pointer are
both NULL. Hence we incorrectly decided we were initially in alt
screen mode.
2019-06-23 17:14:46 +02:00
.gitignore
csi.c csi: save and restore cursor when switching to and from alt screen 2019-06-23 15:03:22 +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: implement DAMAGE_SCROLL 2019-06-21 14:29:15 +02:00
grid.h grid: implement DAMAGE_SCROLL 2019-06-21 14:29:15 +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.h
main.c resize: bug: we're not in alt screen mode at startup 2019-06-23 17:14:46 +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 wip: vt parsing: initial csi/osc dispatching 2019-06-15 22:22:44 +02:00
slave.h
terminal.h csi: save and restore cursor when switching to and from alt screen 2019-06-23 15:03:22 +02:00
tllist.h
vt.c vt: dummy implementation of ESC dispatch 2019-06-23 13:36:20 +02:00
vt.h wip: vt parsing: initial csi/osc dispatching 2019-06-15 22:22:44 +02:00