A fast, lightweight and minimalistic Wayland terminal emulator
Find a file
2019-07-05 14:24:51 +02:00
.gitignore initial commit: maps an XDG toplevel window 2019-06-12 20:08:54 +02:00
csi.c vt: add support for \E[?1000h - report mouse button events 2019-07-05 14:24:51 +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 vt: add support for \E[?1000h - report mouse button events 2019-07-05 14:24:51 +02:00
input.h input: mouse events 2019-07-05 10:44:57 +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 input: mouse events 2019-07-05 10:44:57 +02:00
meson.build render: break out rendering functions to render.{c,h} 2019-07-05 10:16:56 +02:00
osc.c render: break out rendering functions to render.{c,h} 2019-07-05 10:16:56 +02:00
osc.h wip: vt parsing: initial csi/osc dispatching 2019-06-15 22:22:44 +02:00
render.c render: load cursor theme from XCURSOR_THEME and XCURSOR_SIZE 2019-07-05 10:44:09 +02:00
render.h render: load cursor theme from XCURSOR_THEME and XCURSOR_SIZE 2019-07-05 10:44:09 +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 vt: add support for \E[?1000h - report mouse button events 2019-07-05 14:24:51 +02:00
terminal.h vt: add support for \E[?1000h - report mouse button events 2019-07-05 14:24:51 +02:00
tllist.h initial commit: maps an XDG toplevel window 2019-06-12 20:08:54 +02:00
vt.c osc: implement change window title and icon 2019-07-05 09:50:35 +02:00
vt.h wip: vt parsing: initial csi/osc dispatching 2019-06-15 22:22:44 +02:00