| .. |
|
apprt
|
gtk: set tab group so that tabs can be dropped onto other windows
|
2024-06-03 16:21:50 -07:00 |
|
bench
|
remove old terminal implementation
|
2024-03-26 16:14:25 -07:00 |
|
build
|
update zig
|
2024-04-17 20:50:50 -07:00 |
|
cli
|
feat(font): Non-integer point sizes
|
2024-05-09 00:03:40 -04:00 |
|
config
|
Allow keybinding arbitrary unicode codepoints (#1814)
|
2024-06-02 10:53:36 -07:00 |
|
font
|
font: when presentation isn't found, always fallback to any
|
2024-05-30 14:22:42 -07:00 |
|
input
|
input: CSIu should send full codepoint
|
2024-06-02 14:38:13 -07:00 |
|
inspector
|
inspector: show cell codepoints and wide property
|
2024-04-19 09:33:43 -07:00 |
|
os
|
os/open: do not wait for commands which do not terminate
|
2024-05-31 12:25:17 -05:00 |
|
renderer
|
terminal: support using the bright palette for bold text
|
2024-05-25 16:58:19 +02:00 |
|
shell-integration
|
shell-integration: bash must be explicitly enabled
|
2024-06-03 20:34:29 -04:00 |
|
simd
|
simd/codepoint-width: assertions for avx512 padding
|
2024-02-07 15:23:43 -08:00 |
|
stb
|
move stb to src/stb, add stb_image for png decoding
|
2023-08-20 22:03:20 -07:00 |
|
terminal
|
terminal: point coord y needs to be a larger int
|
2024-06-03 14:25:37 -07:00 |
|
terminfo
|
terminfo: reset kbs back to ^?, clear high bit for encoding
|
2024-04-21 10:07:53 -07:00 |
|
termio
|
shell-integration: bash must be explicitly enabled
|
2024-06-03 20:34:29 -04:00 |
|
unicode
|
terminal: only apply VS15/16 to emoji
|
2024-02-10 17:26:45 -08:00 |
|
App.zig
|
Address review comments
|
2024-05-17 17:13:43 -05:00 |
|
Command.zig
|
update zig
|
2024-03-22 11:15:26 -07:00 |
|
Surface.zig
|
inspector: fix encoding of pty-encoded key event
|
2024-06-03 18:40:52 -07:00 |
|
apprt.zig
|
WIP: Update to new build module API after Zig PR #18160
|
2024-01-03 21:50:32 +01:00 |
|
blocking_queue.zig
|
Update Zig (#164)
|
2023-06-30 12:15:31 -07:00 |
|
build_config.zig
|
Merge pull request #1584 from mitchellh/paged-terminal
|
2024-03-26 20:00:20 -07:00 |
|
circ_buf.zig
|
terminal: add explicit errorset to scroll screen
|
2023-11-19 20:39:40 -08:00 |
|
cli.zig
|
cli: move cli_args.zig to cli
|
2023-09-23 22:46:16 -07:00 |
|
config.zig
|
font: SharedGridSet uses DerivedConfig
|
2024-04-06 10:37:26 -07:00 |
|
fastmem.zig
|
fmt
|
2024-04-02 08:38:51 -07:00 |
|
helpgen.zig
|
remove unused ziglyph import
|
2024-02-09 20:05:11 +01:00 |
|
input.zig
|
move SplitDirection to apprt
|
2024-02-04 20:42:42 -08:00 |
|
lru.zig
|
font/shaper: periodically reset LRU in cache to avoid slowdown
|
2024-05-18 10:06:41 -04:00 |
|
main.zig
|
remove old terminal implementation
|
2024-03-26 16:14:25 -07:00 |
|
main_c.zig
|
update zig
|
2024-03-22 11:15:26 -07:00 |
|
main_ghostty.zig
|
apprt/gtk: set GDK_DEBUG
|
2024-05-08 21:04:50 -07:00 |
|
main_wasm.zig
|
Fix new log function options for zig
|
2023-01-26 09:10:09 -08:00 |
|
math.zig
|
…
|
|
|
pty.zig
|
update zig
|
2024-03-22 11:15:26 -07:00 |
|
quirks.zig
|
font: treated fonts with mixed color/non-color glyphs as text
|
2024-05-26 10:17:20 -07:00 |
|
renderer.zig
|
macos: detect renderer health failures and show error view
|
2024-01-16 11:27:18 -08:00 |
|
segmented_pool.zig
|
change unmodified `var`s to `const`s in anticipation of zig changes
|
2023-11-17 15:46:46 +01:00 |
|
surface_mouse.zig
|
Surface: ensure keyToMouseShape respects hidden state
|
2023-12-16 22:29:01 -08:00 |
|
termio.zig
|
termio: fix "forced" shell integration
|
2024-04-20 11:37:34 -07:00 |