Kovid Goyal
59534d620e
Use cursor blink interval as TIMEOUT_FOR_SESSION
2022-04-27 20:31:16 +05:30
Kovid Goyal
068b7e8d63
remove unused adjust_line_height() function
2022-04-27 20:21:36 +05:30
Kovid Goyal
2c1edb9611
Merge branch 'docs' of https://github.com/page-down/kitty
2022-04-27 20:18:39 +05:30
pagedown
510022c3c1
Docs: Improve the documentation for kittens
...
Add more text roles and links.
Add an example that broadcasts only to other windows in the current tab.
Initial capitalization of the key names in the kbd text role.
Add Python type hints for custom kittens.
Note about hyperlink support for ls on macOS.
Add description text for show_key.
2022-04-27 16:14:54 +08:00
Kovid Goyal
627c79ffbb
Show detailed traceback when using show_error()
2022-04-26 13:58:57 +05:30
Kovid Goyal
e80cd36237
Show traceback on stderr for action failures
2022-04-26 11:58:17 +05:30
Kovid Goyal
92ebada9a6
...
2022-04-26 11:15:45 +05:30
Kovid Goyal
462ae3bb58
...
2022-04-26 11:15:33 +05:30
Kovid Goyal
6d6d9cc26b
macOS: Add the macos_colorspace option to control what color space colors are rendered in
...
Fixed #4686
2022-04-26 11:14:01 +05:30
Kovid Goyal
a36d5dcde1
GLFW API for changing colorspace of windows on cocoa
2022-04-26 10:56:34 +05:30
Kovid Goyal
f9f6f98527
Note that neovim is also getting support for the kitty keyboard protocol
2022-04-26 08:39:44 +05:30
Kovid Goyal
ee94114eb2
Fix #5016
2022-04-26 08:20:24 +05:30
Kovid Goyal
8e98fcf2f6
Merge branch 'docs' of https://github.com/page-down/kitty
2022-04-25 14:16:16 +05:30
pagedown
c4710bf9cb
Docs: Add text to the ref text role and minor tweaks
...
The text will be used when generating the commented configuration file.
Use inline literal to quote codes with spaces, as the `code` text role
will be removed when the commented configuration is generated, making it
indistinguishable from normal text.
2022-04-25 15:36:57 +08:00
pagedown
97a568a405
Docs: Improve the FAQ
...
Add more text roles and links.
Document `PATH` in the glossary.
2022-04-25 15:36:51 +08:00
pagedown
7bace19aed
clone-in-kitty: Skip more SSH env vars to use the correct values
2022-04-25 15:36:43 +08:00
pagedown
7282f1f684
Docs: Improve ssh kitten documentation
...
Add more text roles.
Put the env example at the end.
The alias syntax of fish and bash requires quotation marks.
Document `SSH_ASKPASS` in the glossary.
2022-04-25 15:36:37 +08:00
Kovid Goyal
9edb772a81
Merge branch 'fix-launch-cwd-oldest' of https://github.com/rafikdraoui/kitty
2022-04-24 22:04:05 +05:30
Rafik Draoui
d123b6c377
Fix launch --cwd=oldest
2022-04-24 13:19:22 -03:00
Kovid Goyal
c9ba3695d3
...
2022-04-24 15:50:02 +05:30
Kovid Goyal
0ee970b418
--hold is not suitable for replay commands as it outputs to the terminal
2022-04-24 15:37:20 +05:30
Kovid Goyal
8239cb1b5a
Merge branch 'docs' of https://github.com/page-down/kitty
2022-04-24 15:36:35 +05:30
pagedown
97caa073b0
Docs: Improvements to the configuration documentation
...
Slightly adjust and simplify the config option descriptions.
Add more text roles.
Initial capitalized key names.
Change some examples to better demonstrate configurations.
Fix listen_on description.
Also document cmd+c and cmd+v.
Fix doc text role links in commented out configuration file.
2022-04-24 17:32:49 +08:00
pagedown
45bbe17559
Docs: Minor improvements to the kitty cli help documentation
...
Add some text roles.
Use `kitty --hold`.
Use `appname` and `conf_name`.
`appname` is also applied to the system-wide configuration path.
2022-04-24 17:18:55 +08:00
pagedown
288d16f7be
Docs: Minor tweaks to the help documentation of hints kitten
2022-04-24 17:18:45 +08:00
pagedown
ecb60b313e
Docs: Improve clone-in-kitty documentation and fix LANG descriptions
...
Reduce duplicate `launch`.
Add links to python venv and conda.
Adjust the order of env vars, `.._CODE` takes precedence over `.._PATH`.
Add clone-in-kitty env vars to glossary.
Correct the description of the LANG env var.
2022-04-24 17:18:31 +08:00
Kovid Goyal
cf2a20e4ea
Merge branch 'fix-f-string' of https://github.com/page-down/kitty
2022-04-24 08:03:51 +05:30
pagedown
bc4f40fea7
...
2022-04-24 09:34:22 +08:00
Kovid Goyal
102097da5a
DRYer
2022-04-23 12:51:02 +05:30
Kovid Goyal
0e3528df14
Merge branch 'feat-macos-open-website' of https://github.com/page-down/kitty
2022-04-23 12:49:21 +05:30
Kovid Goyal
214631c2dd
Sort frozenset literals in generated options class definition
2022-04-23 11:23:21 +05:30
pagedown
e919857dfc
macOS: Make the global menu shortcut to open kitty website configurable
...
This allows remapping the key combination shift+cmd+/
2022-04-23 13:22:27 +08:00
pagedown
a5bd1dcb08
Add a new mappable action open_url
2022-04-23 13:17:28 +08:00
Kovid Goyal
37cdaea9ed
Also save command history before cloning in bash
2022-04-22 23:40:59 +05:30
Kovid Goyal
6bbaf5f1cf
zsh cloning: save history so that it is up-to-date in cloned shell
2022-04-22 23:34:34 +05:30
Kovid Goyal
8808a252ae
Merge branch 'docs' of https://github.com/page-down/kitty
2022-04-22 13:29:24 +05:30
pagedown
5f1376b9a0
...
2022-04-22 15:02:23 +08:00
Kovid Goyal
efa873bf50
DRYer
2022-04-22 10:53:25 +05:30
Kovid Goyal
714461de76
Also ensure oldest cwd request type is honored by modify_argv
2022-04-22 08:40:18 +05:30
Kovid Goyal
b753cf6879
Forgot to implement at_prompt use of reported cwd in modify_argv
2022-04-22 08:25:46 +05:30
Kovid Goyal
27010d0446
Merge branch 'docs' of https://github.com/page-down/kitty
2022-04-21 15:24:18 +05:30
Kovid Goyal
bdc039fbf5
Fix docstring
2022-04-21 14:51:23 +05:30
pagedown
72f92f3174
Docs: Mention again that kitty.conf will be created if not present
2022-04-21 16:45:12 +08:00
Kovid Goyal
8fcd5e40d4
Proper fix for reporting button in drag events to children
2022-04-21 11:41:57 +05:30
Kovid Goyal
b76319b7e8
Update changelog
2022-04-21 11:34:18 +05:30
Kovid Goyal
feeb8f28c4
Fix #4993
2022-04-21 11:00:34 +05:30
Kovid Goyal
55b21b741e
Fix a regression in the previous release that caused mouse move events to be incorrectly reported as drag events even when a button is not pressed
...
Fixes #4992
Will need to investigate a different fix for #4925 . xterm does report
the button press that caused the drag to start with move events, so we
will have to track that to match its behavior as glfw does not track it
for us.
2022-04-21 07:53:37 +05:30
Kovid Goyal
6941884221
...
2022-04-20 13:36:26 +05:30
Kovid Goyal
6174c2008f
...
2022-04-20 10:10:05 +05:30
Kovid Goyal
1a32e79470
...
2022-04-19 21:14:34 +05:30