Daniel Imms
|
eccbc60aa0
|
Migrate to tsgo
Fixes #5689
|
2026-02-13 06:59:24 -08:00 |
|
Daniel Imms
|
d155bb6767
|
Move overviewRuler API under scrollbar
Fixes #5678
|
2026-02-05 09:14:58 -08:00 |
|
Anthony Kim
|
cba6e3d191
|
Add api to expose screenElement
|
2026-02-03 15:49:07 -08:00 |
|
Daniel Imms
|
6ef653e589
|
Merge remote-tracking branch 'upstream/master' into de_vs
|
2026-02-03 07:05:50 -08:00 |
|
Daniel Imms
|
d36af624cf
|
Remove vs/, fix lint and build
|
2026-02-02 06:10:43 -08:00 |
|
Daniel Imms
|
b8e5ec7304
|
Fix lint
|
2026-02-01 08:41:01 -08:00 |
|
Daniel Imms
|
6a3d2480e0
|
Get playwright tests reliably passing in wsl
|
2026-02-01 08:35:49 -08:00 |
|
Daniel Imms
|
1c79c5511c
|
Merge pull request #5653 from Tyriar/input_handler_tests
Add remaining input handler tests, unskip modes that don't change
|
2026-01-31 22:09:48 -08:00 |
|
Daniel Imms
|
dc487dfd6f
|
Assert no mode changes and unskip
|
2026-01-31 22:01:35 -08:00 |
|
Daniel Imms
|
36baf70bea
|
Unskip supported InputHandler tests
|
2026-01-31 21:05:36 -08:00 |
|
Daniel Imms
|
5e532c13c6
|
Enable linting on test/ folder
|
2026-01-31 20:57:51 -08:00 |
|
Daniel Imms
|
51b9a713da
|
Implement more InputHandler tests
Part of #2117
|
2026-01-31 18:21:32 -08:00 |
|
Daniel Imms
|
431d511c95
|
Fix benchmark usage, add instructions
|
2026-01-31 15:28:11 -08:00 |
|
Daniel Imms
|
042bb4bed9
|
Optimize Emitter.fire for 0 and 1 listeners
Before:
Context "Emitter.fire()"
Context "0 listeners"
Case "#1" : 1 runs - average throughput: 97.77 MB/s
Context "1 listener"
Case "#1" : 1 runs - average throughput: 49.30 MB/s
Context "2 listeners"
Case "#1" : 1 runs - average throughput: 35.37 MB/s
Context "5 listeners"
Case "#1" : 1 runs - average throughput: 15.32 MB/s
After:
Context "Emitter.fire()"
Context "0 listeners"
Case "#1" : 1 runs - average throughput: 376.94 MB/s
Context "1 listener"
Case "#1" : 1 runs - average throughput: 84.29 MB/s
Context "2 listeners"
Case "#1" : 1 runs - average throughput: 32.36 MB/s
Context "5 listeners"
Case "#1" : 1 runs - average throughput: 15.93 MB/s
|
2026-01-31 14:42:23 -08:00 |
|
Daniel Imms
|
9fca3d8ecf
|
Merge branch 'master' into 5626
|
2026-01-31 09:12:15 -08:00 |
|
Daniel Imms
|
6f87ae77a7
|
Support color scheme reporting
CSI ? 996 n
CSI ? 2031 h
CSI ? 2031 l
Fixes #5626
|
2026-01-27 10:19:26 -08:00 |
|
Anthony Kim
|
b01ba7db28
|
Add apc tests parser.test.ts
|
2026-01-21 14:17:01 -08:00 |
|
Daniel Imms
|
6c2792a1d5
|
Fix tests
|
2026-01-10 05:33:08 -08:00 |
|
Daniel Imms
|
8112fbf210
|
Merge pull request #5598 from Tyriar/5588
Fix exception on resize during write
|
2026-01-08 18:10:41 -08:00 |
|
Daniel Imms
|
16a13f8504
|
Fix exception on resize during write
Fixes #5588
|
2026-01-08 18:03:42 -08:00 |
|
Daniel Imms
|
bd8454db55
|
Another poll case
|
2026-01-08 17:37:44 -08:00 |
|
Daniel Imms
|
a437d12004
|
Poll to avoid a race
|
2026-01-08 17:25:26 -08:00 |
|
Daniel Imms
|
6efb319ece
|
Add tests more thorough tests for onSelectionChange
|
2026-01-08 17:01:56 -08:00 |
|
Daniel Imms
|
b69afe5765
|
Merge remote-tracking branch 'upstream/master' into onSelectionChangeClear
|
2026-01-08 16:51:54 -08:00 |
|
Daniel Imms
|
613aa6ba23
|
Fire onSelectionChange when starting to drag
|
2026-01-08 16:51:45 -08:00 |
|