Commit Graph

  • 306f9e5735 Prettify URLs before displaying them to the user Kovid Goyal 2022-12-29 17:04:02 +05:30
  • f4ac03b791 Show the target of terminal hyperlinks when hovering over them with the mouse Kovid Goyal 2022-12-29 16:43:45 +05:30
  • b8abdd2b50 Retry failed deletes from github Kovid Goyal 2022-12-29 12:50:16 +05:30
  • e673747ef4 readline: add alt+arrow to move by word default binding. Common on macOS Kovid Goyal 2022-12-27 10:59:13 +05:30
  • 6e4376e44e A few more wrapping serialization tests Kovid Goyal 2022-12-27 09:11:15 +05:30
  • f6801d48d1 Add a test to ensure \n does not change wrapping status Kovid Goyal 2022-12-27 08:48:26 +05:30
  • ca57198927 Merge branch 'patch-1' of https://github.com/eltociear/kitty Kovid Goyal 2022-12-26 21:00:33 +05:30
  • e78000c879 Fix typo in iqsort.h Ikko Ashimine 2022-12-27 00:27:16 +09:00
  • 68cf9f7514 Switch to tracking linewrap on the last cell in a line Kovid Goyal 2022-12-26 20:26:21 +05:30
  • 4556f5b8f1 Merge branch 'pr-fix-image-scrolling' of https://github.com/sergei-grechanik/kitty Kovid Goyal 2022-12-26 09:51:22 +05:30
  • 32d8aac808 Fix scrolling images within margins Sergei Grechanik 2022-12-25 14:35:21 -08:00
  • 2e81d00c92 make go fmt happy Kovid Goyal 2022-12-24 10:47:16 +05:30
  • cd92d50a0d Keyboard protocol: Remove CSI R from the allowed encodings of the F3 key as it conflicts with the *Cursor Position Report* escape code Kovid Goyal 2022-12-24 10:25:15 +05:30
  • 155dd426c5 Merge branch 'ssh-kitten' of https://github.com/page-down/kitty Kovid Goyal 2022-12-24 10:04:58 +05:30
  • a8f2816ac2 ssh kitten: Compile terminfo with tic coming from pkgsrc under NetBSD pagedown 2022-12-24 11:53:52 +08:00
  • 0ddc5d030c ssh kitten: Fall back to using openssl when base64 does not exist pagedown 2022-12-24 11:53:45 +08:00
  • a2c2d81373 Cleanup readline prompt rendering Kovid Goyal 2022-12-23 15:23:42 +05:30
  • 307ce1cf87 Remove not needed wrapper function since now we use a struct to set attrs Kovid Goyal 2022-12-23 13:50:55 +05:30
  • 61ceb12e07 Merge branch 'singlekey-endian' of https://github.com/jamessan/kitty Kovid Goyal 2022-12-23 08:12:23 +05:30
  • b45dc20693 Define SingleKey bitfields according to endianness James McCoy 2022-12-22 15:07:54 -05:00
  • bcedbe5ec1 Revert "Change the terminfo entry for cud1 to not alter text to comply with the terminfo man page" Kovid Goyal 2022-12-22 21:49:32 +05:30
  • 038639e2d3 Bump bundled zlib Kovid Goyal 2022-12-22 19:26:34 +05:30
  • c857492f37 Merge pull request #5803 from jamessan/runtime-dir Kovid Goyal 2022-12-22 11:07:44 +05:30
  • 42923ab673 ... Kovid Goyal 2022-12-22 10:19:34 +05:30
  • 9afd0309fc tests: Use tempdir for XDG_RUNTIME_DIR James McCoy 2022-12-21 22:21:48 -05:00
  • b9d098de2d Update mpv support link to point to the actual merged commit Kovid Goyal 2022-12-22 07:16:53 +05:30
  • 09e6f740de Merge branch 'macos-shortcuts' of https://github.com/page-down/kitty Kovid Goyal 2022-12-21 16:41:43 +05:30
  • 1023084eb9 macOS: Allow to customize Hide, Minimize, and Quit global menu shortcuts pagedown 2022-12-20 21:08:26 +08:00
  • aa9679e56b Fix typo in key definition Kovid Goyal 2022-12-20 15:01:40 +05:30
  • 84aebae6a8 Downgrade OpenGL version requirement to 3.1 Hector Martin 2022-12-20 16:22:05 +09:00
  • d8284befd3 Change the terminfo entry for cud1 to not alter text to comply with the terminfo man page Kovid Goyal 2022-12-20 07:23:52 +05:30
  • e4ee2cf995 Move the alt+left/right binding into zsh integration Kovid Goyal 2022-12-19 11:23:31 +05:30
  • e3f6f47f10 ... Kovid Goyal 2022-12-19 05:35:18 +05:30
  • e5941b1b44 Add a link for the vim t_ut issue Kovid Goyal 2022-12-18 22:32:20 +05:30
  • 65c64d8745 macOS: Bind :kbd:option+left and :kbd:option+right to :kbd:alt+b and :kbd:alt+f. This mimics the default bindings in Terminal.app Kovid Goyal 2022-12-18 20:34:42 +05:30
  • 40093a4702 Add tests for GraphicsCommand serialization Kovid Goyal 2022-12-18 11:56:30 +05:30
  • 3815cba8f3 Add stringer interface to GraphicsCommand Kovid Goyal 2022-12-17 15:34:43 +05:30
  • 7410cd62f9 remove unused code Kovid Goyal 2022-12-17 09:00:44 +05:30
  • ae0a8e73d2 ... Kovid Goyal 2022-12-17 08:59:56 +05:30
  • 8f3a8c828f Add an APC to GraphicsCommand parser Kovid Goyal 2022-12-16 20:57:04 +05:30
  • 6efb5dc2c2 Auto-create an OS Window if none exists on new_tab Kovid Goyal 2022-12-16 19:34:37 +05:30
  • bb33f6c0ac Start work on graphics support in kitty-tool Kovid Goyal 2022-12-16 18:06:52 +05:30
  • d34284ee1c Merge branch 'docs' of https://github.com/page-down/kitty Kovid Goyal 2022-12-16 13:06:20 +05:30
  • 74cae7b787 ... pagedown 2022-12-16 14:27:02 +08:00
  • c6360537e5 Try to fix tests failing on Python 3.11 Kovid Goyal 2022-12-16 10:05:05 +05:30
  • 7d28d7413f Merge branch 'patch-1' of https://github.com/lodisy/kitty Kovid Goyal 2022-12-16 09:41:10 +05:30
  • d3f3e9ec38 docs: fix overview.rst Michael 2022-12-16 12:06:25 +08:00
  • 928becece4 Fix #5773 Kovid Goyal 2022-12-14 15:45:43 +05:30
  • 80db167abb Add mpv to the list of things that speak the graphics protocol Kovid Goyal 2022-12-14 10:31:56 +05:30
  • a5a6880a19 Respect enable_audio_bell when a layout action fails Kovid Goyal 2022-12-14 06:53:14 +05:30
  • da13d03b98 Merge branch 'rc-launch' of https://github.com/page-down/kitty Kovid Goyal 2022-12-13 20:32:20 +05:30
  • 0a5c409a12 Remote control: Add the missing option value overlay-main pagedown 2022-12-13 22:48:46 +08:00
  • eeb772ad07 @launch: When an overlay window is specified in a particular tab via --match use the active window of that tab as the base, not the current tab. Fixes #5768 Kovid Goyal 2022-12-13 20:15:21 +05:30
  • 2b66775f45 explicitly ignore a few errors Kovid Goyal 2022-12-13 16:19:46 +05:30
  • 3f65ce0e71 Make sizes explicit in a few reallocs Kovid Goyal 2022-12-13 12:11:37 +05:30
  • d235b673d1 also test \ is escaped Kovid Goyal 2022-12-13 10:21:19 +05:30
  • 0ab618c2dc Fix #5767 Kovid Goyal 2022-12-13 10:20:02 +05:30
  • fefafda9a0 Fix #5764 Kovid Goyal 2022-12-12 21:26:54 +05:30
  • 902373ed20 Also make lists and dicts of strings escape code safe Kovid Goyal 2022-12-12 19:24:44 +05:30
  • aac57550c9 rc protocol: Encode strings values in an escape code safe way Kovid Goyal 2022-12-12 18:48:54 +05:30
  • 95e05ce9ec Fix #5761 Kovid Goyal 2022-12-12 16:49:18 +05:30
  • b6c6316b7b Merge branch 'rc-ls' of https://github.com/page-down/kitty Kovid Goyal 2022-12-12 10:32:51 +05:30
  • 91576cc42f Remote control: Keep the same naming style for ls command output pagedown 2022-12-12 12:53:58 +08:00
  • 032e01ebf7 ... Kovid Goyal 2022-12-11 20:55:06 +05:30
  • bd70100e09 Fix typo in FAQ Kovid Goyal 2022-12-10 13:00:09 +05:30
  • ff6d2e3c10 Merge branch 'kitten-hyperlink-grep' of https://github.com/page-down/kitty Kovid Goyal 2022-12-10 12:58:57 +05:30
  • 2f292bb5d2 DRYer pagedown 2022-12-10 15:13:19 +08:00
  • 52cf443daf Docs: rg --no-heading has been handled pagedown 2022-12-10 15:12:32 +08:00
  • f03a665e09 Remote control: When matching windows allow using negative id numbers to match recently created windows Kovid Goyal 2022-12-10 11:17:55 +05:30
  • 66e7919171 Add a FAQ entry about not being able to use a keybinding in a terminal program Kovid Goyal 2022-12-08 14:16:01 +05:30
  • 1289dd2ff0 Cleanup previous PR Kovid Goyal 2022-12-08 13:30:54 +05:30
  • fa50e0d6cc Merge branch 'kitten-hyperlinked-grep' of https://github.com/page-down/kitty Kovid Goyal 2022-12-08 13:26:28 +05:30
  • 8c7a5288ae hyperlinked_grep kitten: Handle more rg command line options pagedown 2022-12-08 14:51:13 +08:00
  • 7fe5c79d53 Also mask signals when SIGNALFD is not available Kovid Goyal 2022-12-07 12:25:14 +05:30
  • ea5ffa4304 ... Kovid Goyal 2022-12-07 10:18:15 +05:30
  • 89b32e4545 Update changelog with clipboard kitten new features Kovid Goyal 2022-12-07 10:04:02 +05:30
  • 879b27a045 ... Kovid Goyal 2022-12-07 06:48:19 +05:30
  • 9cb0e4d09d Block handled signals early in startup before glfw is initialized to ensure that if the graphics libraries start a thread behind our backs, that threads defaults to haveing the signals blocked unless the library explicitly unblocks them. See #4636 Kovid Goyal 2022-12-07 06:35:18 +05:30
  • 94410f2866 Handle EBUSY as well Kovid Goyal 2022-12-06 12:20:20 +05:30
  • a3ba8647ba Document the new OSC 5522 protocol Kovid Goyal 2022-12-06 12:18:55 +05:30
  • f35ee1bb40 Fix using primary selection with the extended protocol Kovid Goyal 2022-12-06 08:41:15 +05:30
  • 23b3b171fa Merge branch 'conf' of https://github.com/page-down/kitty Kovid Goyal 2022-12-05 17:54:10 +05:30
  • 30b25709d2 Fix the base path for envinclude pagedown 2022-12-05 14:27:50 +08:00
  • 9c488bb877 Docs: Remove extra backslashes from commented config pagedown 2022-12-05 14:27:40 +08:00
  • 14a33dbd94 Put the non-boilerplate functions in their proper place Kovid Goyal 2022-12-05 08:07:50 +05:30
  • e37ee422b6 ... Kovid Goyal 2022-12-04 21:06:04 +05:30
  • d7d96c2e7b When using the include directive in kitty.conf make the environment variable KITTY_OS available for OS specific config Kovid Goyal 2022-12-04 21:03:24 +05:30
  • fda4aa21a1 When drawing the tab bar have the default left and right margins drawn in a color matching the neighboring tab Kovid Goyal 2022-12-04 20:51:41 +05:30
  • 3cbca4955e ... Kovid Goyal 2022-12-04 20:48:15 +05:30
  • 8e0e70e2d6 Simplify passing colors to the borders shader Kovid Goyal 2022-12-04 16:08:32 +05:30
  • 7a348d6ef1 Store updated tab bar edge colors on every tab bar redraw Kovid Goyal 2022-12-04 14:38:56 +05:30
  • cf8f904720 Function to guess the effective color at the edge of the current screen line Kovid Goyal 2022-12-04 14:04:43 +05:30
  • fe53555dba Document the additions to the clipboard kitten Kovid Goyal 2022-12-04 11:37:02 +05:30
  • b644a42a48 Allow using wildcard mime types when copying from clipboard Kovid Goyal 2022-12-03 14:06:16 +05:30
  • 5c9c9a67bc Fix make asan Kovid Goyal 2022-12-03 12:34:32 +05:30
  • 76f6288e69 ... Kovid Goyal 2022-12-03 12:25:23 +05:30
  • 6422b323c6 Implement MIME aliases for clipboard Kovid Goyal 2022-12-03 12:20:03 +05:30
  • a622a149f6 Allow arbitrary bytes in the mime metadata key Kovid Goyal 2022-12-03 09:21:36 +05:30
  • fa6527cdf3 add note about how MIME types are detected Kovid Goyal 2022-12-03 08:35:58 +05:30
  • 0b293428c4 X11: Fix reading list of available mime types Kovid Goyal 2022-12-03 08:16:59 +05:30