A fast, lightweight and minimalistic Wayland terminal emulator
Find a file
2019-07-09 15:09:44 +02:00
.gitignore
csi.c terminal: rename and redefine cursor keys mode and keypad keys mode 2019-07-09 11:07:06 +02:00
csi.h performance improvements 2019-07-07 16:32:18 +02:00
font.c
font.h
grid.c wip: grid is now represented as a grid, not a linear array 2019-07-08 13:57:31 +02:00
grid.h wip: grid is now represented as a grid, not a linear array 2019-07-08 13:57:31 +02:00
input.c input: split up keymap 2019-07-09 15:05:07 +02:00
input.h input: mouse events 2019-07-05 10:44:57 +02:00
keymap.h input: fix backspace escape sequences 2019-07-09 15:09:44 +02:00
LICENSE
log.c
log.h
main.c terminal: rename and redefine cursor keys mode and keypad keys mode 2019-07-09 11:07:06 +02:00
meson.build render: break out rendering functions to render.{c,h} 2019-07-05 10:16:56 +02:00
osc.c performance improvements 2019-07-07 16:32:18 +02:00
osc.h performance improvements 2019-07-07 16:32:18 +02:00
render.c render: store frame callback pointer in terminal struct 2019-07-09 09:23:32 +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.h
slave.c logging: disable debug logging by default 2019-07-03 20:21:03 +02:00
slave.h
terminal.c cleanup 2019-07-09 09:18:58 +02:00
terminal.h terminal: rename and redefine cursor keys mode and keypad keys mode 2019-07-09 11:07:06 +02:00
tllist.h
vt.c input: implement keypad application mode 2019-07-09 14:27:26 +02:00
vt.h