Commit graph

17102 commits

Author SHA1 Message Date
Kovid Goyal
ed85f177b6
Merge branch 'master' of https://github.com/marksisson/kitty 2026-01-31 08:23:44 +05:30
Kovid Goyal
d9071cd60b
Merge branch 'push-nyomnyoroxxm' of https://github.com/keysmashes/kitty 2026-01-31 08:19:59 +05:30
ash
043f83b189 Avoid producing a nonexistent cwd/exe from e.g. defunct processes 2026-01-30 21:15:29 +00:00
Mark Sisson
2035fe7fda
feat(setup): search macOS font directories recursively
Extend font lookup on macOS to scan subdirectories when the font is not found
in the top-level font directories. Permission errors during traversal are
silently ignored to avoid installation failures.
2026-01-30 14:57:07 -06:00
Kovid Goyal
625e984b12
Fix line-at-once selection not extending wrapped lines into scrollback
Fixes #9437
2026-01-30 20:29:33 +05:30
Kovid Goyal
bc5c349d53
Linux: Rather than crashing on systems that give us broken keymaps just ignore key events 2026-01-30 19:00:46 +05:30
Kovid Goyal
d9d16423a8
Bump go version for CVEs 2026-01-29 20:32:50 +05:30
Kovid Goyal
cefdd3fc68
Bump openssl version for CVEs 2026-01-29 20:22:34 +05:30
Kovid Goyal
4317ab9ff6
Wayland: Ensure new render frame is requested when making OS Window visible. Fixes #9432 2026-01-29 20:16:59 +05:30
Kovid Goyal
cb53c41c7c
... 2026-01-28 09:40:15 +05:30
Kovid Goyal
59a7a5df63
Note that xterm.js added support for the kitty keyboard protocol 2026-01-27 08:37:55 +05:30
Kovid Goyal
91e0c68936
Merge branch 'fix/edit-in-kitty' of https://github.com/ad-chaos/kitty 2026-01-26 16:02:14 +05:30
ad-chaos
4897537481 better fix for kitty +lnum path 2026-01-26 15:50:54 +05:30
ad-chaos
17f2d2c574 Revert "Fix edit-in-kitty +lnum path"
This reverts commit 0f80229468.
2026-01-26 14:15:10 +05:30
Kovid Goyal
ccefeb05ff
Update changelog 2026-01-26 13:29:44 +05:30
Kovid Goyal
d0249c1e72
Cleanup X11 momentum-scroll
Dont cancel on the synthetic key events x11 generates for scrolling.
Also use correct timestamp for duration and expiry of physical events.
2026-01-26 12:40:42 +05:30
Kovid Goyal
cac2c6d2f9
Momentum scroll config should apply on X11 as well 2026-01-26 11:54:28 +05:30
copilot-swe-agent[bot]
027b73db64
Add momentum scrolling for X11 backend
Fixes #9421
2026-01-26 11:51:57 +05:30
Kovid Goyal
9cef9e90f2
Python min version is tracked in pyproject.toml 2026-01-26 11:50:08 +05:30
Kovid Goyal
a5433b8994
kitten choose-files: Add a new binding of Alt+Enter to modify the name of an existing file when choosing a save file name
Fixes #9387
2026-01-26 11:50:08 +05:30
Kovid Goyal
ada88e063b
choose-files: Fix TAB completion in file prompt not respecting current cwd 2026-01-26 11:50:08 +05:30
Kovid Goyal
c7a81df950
Remove empty key definitions from terminfo
They cause less and bat to choke. Issue has already been fixed in
less, but given those two have problems with it, it might be other
programs do to, so remove them to be safe.

See #9416
2026-01-26 11:50:08 +05:30
dependabot[bot]
f834b13949
Bump the all-go-deps group with 2 updates
Bumps the all-go-deps group with 2 updates: [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) and [github.com/klauspost/compress](https://github.com/klauspost/compress).


Updates `github.com/alecthomas/chroma/v2` from 2.22.0 to 2.23.0
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Commits](https://github.com/alecthomas/chroma/compare/v2.22.0...v2.23.0)

Updates `github.com/klauspost/compress` from 1.18.2 to 1.18.3
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](https://github.com/klauspost/compress/compare/v1.18.2...v1.18.3)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma/v2
  dependency-version: 2.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-26 03:42:15 +00:00
Kovid Goyal
ecd89df580
... 2026-01-26 09:08:27 +05:30
Kovid Goyal
10273d5aa2
kitten @: Fix relative paths for --password-file being resolved relative to CWD instead of the kitty config directory 2026-01-25 20:30:11 +05:30
Kovid Goyal
dadd2b88de
DRYer 2026-01-24 14:57:48 +05:30
Kovid Goyal
9ac0f5b615
Forgot to increment expecting index 2026-01-24 14:55:25 +05:30
Kovid Goyal
85d813eeed
num_items should be decreased even for pending 2026-01-24 14:47:08 +05:30
Kovid Goyal
ff33180f11
... 2026-01-24 14:46:25 +05:30
Kovid Goyal
be0dd00606
icat kitten: When catting multiple images display the images in input order
Fixes #9413
2026-01-24 14:16:54 +05:30
Kovid Goyal
19d632f3fc
Merge branch 'fix-page-scroll' of https://github.com/rivenirvana/kitty 2026-01-23 22:49:22 +05:30
Arvin Verain
8c3e59d87a
fix: Revert changes to page scrolling 2026-01-24 01:01:14 +08:00
Kovid Goyal
ae36822837
Ignore a bunch of CVes in python that havent actually had their fixes released yet. 2026-01-23 19:07:02 +05:30
Kovid Goyal
aa1267486d
Only reset hyperlink if starting a new line 2026-01-23 10:20:16 +05:30
Kovid Goyal
a214097b55
Close hyperlinks more eagerly when serializing to ANSI
Fixes #9405
2026-01-23 10:11:26 +05:30
Kovid Goyal
6f268bc04b
Merge branch 'reduce-checks' of https://github.com/rivenirvana/kitty 2026-01-23 09:27:36 +05:30
Kovid Goyal
dbcd31f22e
... 2026-01-22 13:13:32 +05:30
Kovid Goyal
75ce50400e
Remote control: scroll-window: Allow fractional scrolling since we now have pixel scroll 2026-01-22 13:05:22 +05:30
Kovid Goyal
82d3364e4a
Fix incorrect row being detected under mouse when pixel scroll is non-zero 2026-01-22 12:10:36 +05:30
Kovid Goyal
391b9c9c80
Merge branch 'update-symbol-map' of https://github.com/rivenirvana/kitty 2026-01-22 09:47:23 +05:30
Kovid Goyal
977bf53e2d
Merge branch 'docs-nits' of https://github.com/rivenirvana/kitty 2026-01-22 09:46:52 +05:30
Arvin Verain
6ae68b793c
fix: Remove unneeded checks 2026-01-22 08:47:59 +08:00
Arvin Verain
c573050909
docs: Update recommended symbol_map for Nerd Fonts 2026-01-22 08:26:13 +08:00
Arvin Verain
2199927cf1
docs: Small nits and fixes
- Fix unsetting var
- Use actual b64 value for 1
- Other small fixes for clarity
2026-01-22 08:19:41 +08:00
Kovid Goyal
8f9d454dd0
Merge branch 'remove-note' of https://github.com/rivenirvana/kitty 2026-01-21 21:54:02 +05:30
Arvin Verain
f68bb678f4
docs: Remove outdated note
cd72f2d9cf
2026-01-22 00:13:41 +08:00
Kovid Goyal
0901f9a9af
Merge branch 'fix_typo' of https://github.com/abeldekat/kittyfork 2026-01-21 15:25:46 +05:30
abeldekat
019cc1cafb Fix typo 2026-01-21 10:48:17 +01:00
Kovid Goyal
f6aedde7c2
Fix desktop-ui kitten configuration docs not shown 2026-01-21 10:24:23 +05:30
Kovid Goyal
6942fca736
Merge branch 'master' of https://github.com/maxdexh/kitty 2026-01-20 21:46:02 +05:30