|
.gitignore
|
initial commit: maps an XDG toplevel window
|
2019-06-12 20:08:54 +02:00 |
|
commands.c
|
scrollback: in debug, verify all rows in the view are initialized
|
2019-07-10 16:36:10 +02:00 |
|
commands.h
|
scrollback: initial support for mouse scrolling
|
2019-07-10 09:15:37 +02:00 |
|
csi.c
|
csi: cancel selection when switching between 'normal' and 'alt' grid
|
2019-07-11 17:38:02 +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
|
grid: swap_row: drop requirement that row indices be positive
|
2019-07-10 19:17:53 +02:00 |
|
grid.h
|
grid: prefetch cells in grid_row()
|
2019-07-10 19:52:30 +02:00 |
|
input.c
|
input: ignore mouse motion outside our window
|
2019-07-11 17:38:02 +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
|
selection: selections can be made, and are rendered
|
2019-07-11 17:38:01 +02:00 |
|
meson.build
|
selection: add a selection API
|
2019-07-11 17:38:01 +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: bug: don't render cursor when hide cursor is enabled
|
2019-07-11 17:38:01 +02:00 |
|
render.h
|
render: load cursor theme from XCURSOR_THEME and XCURSOR_SIZE
|
2019-07-05 10:44:09 +02:00 |
|
selection.c
|
selection: invalidate *all* affected lines when updating selection
|
2019-07-11 17:38:02 +02:00 |
|
selection.h
|
selection: add a selection API
|
2019-07-11 17:38:01 +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
|
selection: add a selection API
|
2019-07-11 17:38:01 +02:00 |
|
terminal.h
|
selection: add a selection API
|
2019-07-11 17:38:01 +02:00 |
|
tllist.h
|
initial commit: maps an XDG toplevel window
|
2019-06-12 20:08:54 +02:00 |
|
vt.c
|
cell: we only need 4 bytes for the longest utf8 sequence
|
2019-07-10 18:47:32 +02:00 |
|
vt.h
|
vt: add vt_param_get() - returns the specified parameter's value
|
2019-07-10 16:03:18 +02:00 |