Kovid Goyal
|
eefb865e6e
|
kitten @ ls: Return environ of foreground process
This is needed on macOS where we now run the shell via login and we
aren't allowed to read the environ of login because its setuid.
Fixes #6749
|
2023-10-25 09:54:12 +05:30 |
|
Kovid Goyal
|
b1ec1c2678
|
...
|
2023-10-24 18:39:28 +05:30 |
|
Kovid Goyal
|
ce583ea460
|
Render Private Use Unicode symbols using two cells if the second cell contains a non-breaking space as well as a normal space
There is some software out there that uses nbsp as a separator,
presumably as some kind of hack.
https://github.com/ibhagwan/fzf-lua/issues/916
|
2023-10-24 17:38:49 +05:30 |
|
Kovid Goyal
|
539a8706dc
|
Update bundled harfbuzz version
The old version shows very poor perfromance shaping some fonts with
ligatures on macOS.
Fixes #6743
|
2023-10-24 16:39:29 +05:30 |
|
Kovid Goyal
|
467e7e5041
|
function to convert monotonic_t to microsecs
|
2023-10-24 16:38:17 +05:30 |
|
Kovid Goyal
|
d94a5bd386
|
Fix #6746
|
2023-10-24 07:21:30 +05:30 |
|
Kovid Goyal
|
480737a355
|
Merge branch 'dependabot/go_modules/all-go-deps-abad278ef8' of https://github.com/kovidgoyal/kitty
|
2023-10-23 08:50:15 +05:30 |
|
dependabot[bot]
|
d63739a598
|
Bump the all-go-deps group with 1 update
Bumps the all-go-deps group with 1 update: [github.com/bmatcuk/doublestar/v4](https://github.com/bmatcuk/doublestar).
- [Release notes](https://github.com/bmatcuk/doublestar/releases)
- [Commits](https://github.com/bmatcuk/doublestar/compare/v4.6.0...v4.6.1)
---
updated-dependencies:
- dependency-name: github.com/bmatcuk/doublestar/v4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-go-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-23 03:19:21 +00:00 |
|
Kovid Goyal
|
3526e59d3b
|
Fix stripping of escape codes not stripping \r when bracketed paste is not active
|
2023-10-21 08:15:15 +05:30 |
|
Kovid Goyal
|
7292d1c9df
|
Clean up mouse-demo kitten
Fixes #6738
|
2023-10-21 07:55:23 +05:30 |
|
Kovid Goyal
|
c9a95cacd9
|
...
|
2023-10-20 18:24:21 +05:30 |
|
Kovid Goyal
|
8853f6bae2
|
Consider \r dangerous without bracketed paste
|
2023-10-20 13:38:35 +05:30 |
|
Kovid Goyal
|
beb18cc250
|
Add window titles to various ask kitten invocations
|
2023-10-20 13:36:02 +05:30 |
|
Kovid Goyal
|
321f1a6650
|
Nicer formatting for paste sanitization confirmation message
|
2023-10-20 13:22:58 +05:30 |
|
Kovid Goyal
|
8d8d89573c
|
...
|
2023-10-20 13:14:25 +05:30 |
|
Kovid Goyal
|
89ee128a92
|
...
|
2023-10-20 13:05:21 +05:30 |
|
Kovid Goyal
|
defa2e29ac
|
Always ask for confirmation when pasting text with control codes in it
|
2023-10-20 13:02:28 +05:30 |
|
Kovid Goyal
|
56963c693e
|
When pasting in bracketed paste mode and the cursor is at a shell prompt, strip out C0 control codes
Some shells incorrectly interpret these allowing escape from bracketed paste mode. Thanks to David Leadbetter for discovering.
|
2023-10-20 12:17:13 +05:30 |
|
Kovid Goyal
|
f098240ace
|
...
|
2023-10-20 08:43:45 +05:30 |
|
Kovid Goyal
|
4b997a961c
|
A new option single_window_padding_width to use a different padding when only a single window is visible
Fixes #6734
|
2023-10-20 08:37:45 +05:30 |
|
Kovid Goyal
|
512a672398
|
...
|
2023-10-19 08:12:04 +05:30 |
|
Kovid Goyal
|
6cfb451ec8
|
Two new event types for watchers
on_title_change and on_set_user_var
|
2023-10-19 07:54:33 +05:30 |
|
Kovid Goyal
|
4a463f7712
|
More kitty @ -> kitten @
|
2023-10-18 21:16:12 +05:30 |
|
Kovid Goyal
|
5ea9700c82
|
More kitty @ -> kitten @
|
2023-10-18 20:40:39 +05:30 |
|
Kovid Goyal
|
1332cf8ac7
|
Create an easy to use alias for running remote control scripts
|
2023-10-18 20:29:50 +05:30 |
|
Kovid Goyal
|
f8ab5f3f67
|
...
|
2023-10-18 20:15:05 +05:30 |
|
Kovid Goyal
|
822311d523
|
Change kitty @ to kitten @ in the docs
|
2023-10-18 20:13:49 +05:30 |
|
Kovid Goyal
|
713569fcfa
|
Advertise the ability to run remote control scripts without turning on remote control
|
2023-10-18 20:10:17 +05:30 |
|
Kovid Goyal
|
7d32a77fe4
|
...
|
2023-10-18 20:00:41 +05:30 |
|
Kovid Goyal
|
314fe4fe4a
|
Allow launched background process to work with --allow-remote-control
Use a dedicated socketpair for such processes. Fixes #6712
|
2023-10-18 19:56:58 +05:30 |
|
Kovid Goyal
|
a9b412baba
|
Fix a regression that broke kitten update-self
Fixes #6729
|
2023-10-18 19:19:35 +05:30 |
|
Kovid Goyal
|
0300a355d0
|
update docs for remote_kitty
|
2023-10-18 17:31:44 +05:30 |
|
Kovid Goyal
|
fa53ac7896
|
Fix deprecation warning for compositing operation
|
2023-10-18 06:12:31 +05:30 |
|
Kovid Goyal
|
cb15b98afd
|
Add presenterm to the list of integrations
|
2023-10-17 21:52:18 +05:30 |
|
Kovid Goyal
|
6a50af12d3
|
Make set_pointer_shapes private
|
2023-10-17 21:47:03 +05:30 |
|
Kovid Goyal
|
45a98b19c5
|
Mention that pointer shapes can be demo-ed with the mouse_demo kitten
|
2023-10-17 21:17:45 +05:30 |
|
Kovid Goyal
|
e9e1a7a7c3
|
Fix the diagonal resize shapes on Linux
|
2023-10-17 21:15:20 +05:30 |
|
Kovid Goyal
|
6804d16519
|
Show pointer shapes in mouse_demo kitten
|
2023-10-17 21:07:57 +05:30 |
|
Kovid Goyal
|
ee8399ba56
|
Port the mouse_demo kitten to Go
|
2023-10-17 20:21:22 +05:30 |
|
Kovid Goyal
|
c03dff2322
|
Fix help text and short desc for the two wrapper kittens
|
2023-10-17 19:50:47 +05:30 |
|
Kovid Goyal
|
dc6edf9191
|
Improve the docs for how to match multi-line hints
See #6692
|
2023-10-17 15:23:58 +05:30 |
|
Kovid Goyal
|
70a588cb36
|
...
|
2023-10-17 15:23:43 +05:30 |
|
Kovid Goyal
|
81b032a161
|
Dont expand cwd=current in rc launch
This is easily done at the command line. And its semantics are
are to refer to cwd of active window.
|
2023-10-17 05:01:28 +05:30 |
|
Kovid Goyal
|
ddb121b418
|
Remote control launch: Fix the --copy-env option not copying current environment variables
Fixes #6724
|
2023-10-16 22:32:51 +05:30 |
|
Kovid Goyal
|
d2026574b8
|
Add a sentence emphasizing the pointer shapes are independent of mouse reporting
|
2023-10-16 20:36:09 +05:30 |
|
Kovid Goyal
|
187fa996f8
|
Add the cell pointer shape
|
2023-10-16 20:33:12 +05:30 |
|
Kovid Goyal
|
870522a792
|
Merge branch 'dependabot/go_modules/all-go-deps-6213d6d4c1' of https://github.com/kovidgoyal/kitty
|
2023-10-16 08:53:53 +05:30 |
|
dependabot[bot]
|
5478f6665a
|
Bump the all-go-deps group with 1 update
Bumps the all-go-deps group with 1 update: [github.com/google/go-cmp](https://github.com/google/go-cmp).
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.5.9...v0.6.0)
---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-go-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-16 03:20:56 +00:00 |
|
Kovid Goyal
|
5d5bbe9b96
|
Add a paragraph on legacy xterm compat for pointer shapes
|
2023-10-15 21:59:04 +05:30 |
|
Kovid Goyal
|
3a6c7e78df
|
Note when support for pointer shapes was added
|
2023-10-15 21:51:10 +05:30 |
|