Kovid Goyal
|
b7a28afe7e
|
missed a couple of options
|
2021-11-21 22:41:30 +05:30 |
|
Kovid Goyal
|
f3376601f2
|
Mark various options in text correctly
|
2021-11-21 22:37:11 +05:30 |
|
Kovid Goyal
|
889f2fce6d
|
Avoid deprecation warning from Apple
Apparently Apple invent half-assed language extensions like @available
and then dont implement them properly
|
2021-11-20 06:08:30 +05:30 |
|
Kovid Goyal
|
ae6318cb5a
|
Forgot to add definitions of the notification constants for old SDKs
|
2021-11-20 04:58:53 +05:30 |
|
Kovid Goyal
|
19e653ef1b
|
Fix building on older macOS SDKs
|
2021-11-20 04:42:01 +05:30 |
|
Kovid Goyal
|
c1cb196365
|
Set the media role when playing the bell sound to "event"
Fixes #4256
|
2021-11-19 14:14:50 +05:30 |
|
pagedown
|
fccba24f0b
|
Allow macOS notification to play sound
|
2021-11-19 14:41:18 +08:00 |
|
Kovid Goyal
|
f0e8ab8f31
|
Drop support for python 3.6
It is being EOLed next month (https://www.python.org/dev/peps/pep-0494/)
which is when I expect the next kitty release as well
|
2021-11-18 22:44:41 +05:30 |
|
Kovid Goyal
|
ddb1fcf430
|
Forgot to end receive sessions
|
2021-11-18 22:31:05 +05:30 |
|
Kovid Goyal
|
d47a80c8e8
|
Document the escape code format for the file transmission protocol
|
2021-11-18 21:19:56 +05:30 |
|
Kovid Goyal
|
18e747babf
|
Merge branch 'ibus_move_overlay_linefeed' of https://github.com/martinetd/kitty
|
2021-11-18 12:29:28 +05:30 |
|
Kovid Goyal
|
a3ec988d07
|
Old python compat
|
2021-11-18 12:28:03 +05:30 |
|
Dominique Martinet
|
b992a448b1
|
screen_linefeed: add missing MOVE_OVERLAY_LINE_WITH_CURSOR
fixes ibus positioning problem when shell outputs text with pre-edit
overlay open as per suggestion in this comment:
https://github.com/kovidgoyal/kitty/issues/1000#issuecomment-972550266
|
2021-11-18 14:31:57 +09:00 |
|
Kovid Goyal
|
c29f50b0d6
|
Use shorter field names when serializing file transmission commands to reduce overhead
|
2021-11-18 10:55:57 +05:30 |
|
Kovid Goyal
|
d30ba9654f
|
Nicer formatting of mappings in the comment conf file
|
2021-11-18 09:21:24 +05:30 |
|
Kovid Goyal
|
3e3dc26e3f
|
Dont duplicate help text
|
2021-11-18 08:50:43 +05:30 |
|
pagedown
|
fe075ea795
|
Unset the last visited command output position
|
2021-11-17 23:00:27 +08:00 |
|
pagedown
|
37b6677608
|
...
|
2021-11-17 22:34:45 +08:00 |
|
pagedown
|
b91809eaa4
|
Allows to open the command output in pager by mouse click
|
2021-11-17 22:25:49 +08:00 |
|
Kovid Goyal
|
77d7a6180f
|
unicode input kitten: Also allow using ctrl+number to switch tabs and pressing any modifier with the function keys
|
2021-11-17 12:17:46 +05:30 |
|
Kovid Goyal
|
e68debc94e
|
Handle blocking io errors when writing all to an fd
|
2021-11-17 11:45:15 +05:30 |
|
Kovid Goyal
|
31bf212a60
|
Merge branch 'feat-cmd-output-mouse-sel' of https://github.com/page-down/kitty
|
2021-11-16 21:21:26 +05:30 |
|
Kovid Goyal
|
624ef272fd
|
Merge branch 'nvim_move_overlay_line' of https://github.com/pjm0616/kitty
|
2021-11-16 21:18:28 +05:30 |
|
Park, Jeongmin
|
7c59afbca9
|
Also move overlay line for CSI ECH,DCH
Without this Neovim banner might not be properly cleared when overlay
text is active.
|
2021-11-17 00:27:13 +09:00 |
|
Kovid Goyal
|
67a92d7dc2
|
Fix iterating over nested directories of depth > 1
|
2021-11-16 20:50:09 +05:30 |
|
pagedown
|
369f4125e1
|
...
|
2021-11-16 20:56:57 +08:00 |
|
pagedown
|
aebf654e15
|
Add command output mouse selection
|
2021-11-16 18:15:53 +08:00 |
|
Kovid Goyal
|
d936ede790
|
Finish up rsync for file receives
|
2021-11-16 15:10:37 +05:30 |
|
Kovid Goyal
|
cd4ded6132
|
More type checkable code
|
2021-11-16 14:33:37 +05:30 |
|
Kovid Goyal
|
1603b4b522
|
More work on rsync based receive
|
2021-11-16 14:21:42 +05:30 |
|
Kovid Goyal
|
0eac514e52
|
More rsync integration work
|
2021-11-16 13:06:16 +05:30 |
|
Kovid Goyal
|
cb2a99bd0e
|
Merge branch 'def-conf-shortcuts' of https://github.com/page-down/kitty
|
2021-11-15 17:15:44 +05:30 |
|
Kovid Goyal
|
2cc3922108
|
Resizing the screen does not cause multiple consecutive output start anymore
|
2021-11-15 15:17:34 +05:30 |
|
Kovid Goyal
|
e771e1ea8a
|
Do not call range_line_() with unsafe parameters in find_cmd_output
|
2021-11-15 15:17:34 +05:30 |
|
Kovid Goyal
|
6afaec1d62
|
Use a single function for getting command output
|
2021-11-15 15:17:34 +05:30 |
|
Kovid Goyal
|
80b5f31256
|
Cleanup handling of types of kitten input
|
2021-11-15 15:17:34 +05:30 |
|
Kovid Goyal
|
c96e6822e1
|
Dont rely on historybuf->count being a constant
This may become dynamically resizable someday
|
2021-11-15 15:17:34 +05:30 |
|
pagedown
|
e4781b8af0
|
...
|
2021-11-15 15:17:34 +05:30 |
|
pagedown
|
f3dd2a8bfd
|
Get the first command output on screen and the last scrolled one
|
2021-11-15 15:17:33 +05:30 |
|
pagedown
|
9fe9c74021
|
Save the last jumped prompt position
|
2021-11-15 15:17:33 +05:30 |
|
pagedown
|
09c6c3e804
|
Unify modifier keys ordering ctrl+shift+alt/opt+cmd, and names
|
2021-11-15 17:38:07 +08:00 |
|
pagedown
|
f5023e3269
|
Unify option key names, abbreviations, and ordering
|
2021-11-15 17:26:37 +08:00 |
|
pagedown
|
2db7f559e3
|
Add the option key abbreviation opt
|
2021-11-15 17:22:20 +08:00 |
|
pagedown
|
b696d3f960
|
Include all default shortcuts in the commented config
|
2021-11-15 17:05:45 +08:00 |
|
Kovid Goyal
|
bc454b4417
|
Fix --long-opt= completion for bash as well
|
2021-11-14 13:35:36 +05:30 |
|
Kovid Goyal
|
aa6a800d1a
|
Fix completion for --long-opt= form on zsh
|
2021-11-14 13:28:09 +05:30 |
|
Kovid Goyal
|
536d6e00d9
|
Further simplify logic for PUA space ligatures
|
2021-11-14 12:47:54 +05:30 |
|
Kovid Goyal
|
725a04b321
|
Fix #4236
|
2021-11-14 12:42:08 +05:30 |
|
Kovid Goyal
|
3ff8cc58e1
|
Ignore invalid unicode condepoints in command lines
|
2021-11-14 11:59:02 +05:30 |
|
Kovid Goyal
|
4fc8267264
|
Fix #4235
|
2021-11-14 10:23:42 +05:30 |
|