A fast, lightweight and minimalistic Wayland terminal emulator
Find a file
Daniel Eklöf ea1b618b6d
vt: implement \ED and \EE
'\ED' is just like '\n'; move the cursor down to the next row, or if
it's at the bottom, scroll up one row.

'\EE' is just like '\n\r'
2019-07-10 16:05:19 +02:00
.gitignore initial commit: maps an XDG toplevel window 2019-06-12 20:08:54 +02:00
commands.c scrollback: disable debug logging 2019-07-10 14:45:00 +02:00
commands.h scrollback: initial support for mouse scrolling 2019-07-10 09:15:37 +02:00
csi.c vt/csi: use vt_param_get() 2019-07-10 16:04:16 +02:00
csi.h performance improvements 2019-07-07 16:32:18 +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 wip: grid is now represented as a grid, not a linear array 2019-07-08 13:57:31 +02:00
grid.h wip: initial scroll back support 2019-07-09 16:26:36 +02:00
input.c input: generate BTN_BACK/BTN_FORWARD mouse down events when scrolling 2019-07-10 14:17:44 +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 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 main: hopefully fix logical error in delayed rendering 2019-07-10 09:56:15 +02:00
meson.build wip: initial scroll back support 2019-07-09 16:26:36 +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: damage the *view* too, when resizing 2019-07-10 14:34:43 +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 terminal: add term_linefeed() and term_reverse_index() 2019-07-10 16:02:03 +02:00
terminal.h terminal: add term_linefeed() and term_reverse_index() 2019-07-10 16:02:03 +02:00
tllist.h initial commit: maps an XDG toplevel window 2019-06-12 20:08:54 +02:00
vt.c vt: implement \ED and \EE 2019-07-10 16:05:19 +02:00
vt.h vt: add vt_param_get() - returns the specified parameter's value 2019-07-10 16:03:18 +02:00