Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

kitty-0.31.0-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: kitty Distribution: openSUSE:Factory:zSystems
Version: 0.31.0 Vendor: openSUSE
Release: 1.1 Build date: Thu Nov 9 15:46:36 2023
Group: System/X11/Terminals Build host: s390zl23
Size: 24739439 Source RPM: kitty-0.31.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/kovidgoyal/kitty
Summary: A GPU-based terminal emulator
A terminal emulator that uses OpenGL for rendering.
Supports terminal features like: graphics, Unicode,
true-color, OpenType ligatures, mouse protocol, focus tracking,
bracketed paste and so on, and which can be controlled by scripts.

Provides

Requires

License

GPL-3.0-only

Changelog

* Wed Nov 08 2023 Scott Bradnick <scott.bradnick@suse.com>
  - Update to 0.31.0:
    * Allow easily running arbitrarily complex remote control scripts without
      needing to turn on remote control (#6712)
    * A new option menu_map that allows adding entries to the global menubar on
      macOS (#6680)
    * A new escape code that can be used by programs running in the terminal to
      change the shape of the mouse pointer (#6711)
    * Graphics protocol: Support for positioning images relative to other
      images (#6400)
    * A new option single_window_padding_width to use a different padding when
      only a single window is visible (#6734)
    * A new mouse action mouse_selection word_and_line_from_point to select the
      current word under the mouse cursor and extend to end of line (#6663)
    * A new option underline_hyperlinks to control when hyperlinks are
      underlined (#6766)
    * Allow using the full range of standard mouse cursor shapes when customizing
      the mouse cursor
    * macOS: When running the default shell with the login program fix
      ~/.hushlogin not being respected when opening windows not in the home
      directory (#6689)
    * macOS: Fix poor performance when using ligatures with some fonts,
      caused by slow harfbuzz shaping (#6743)
    * kitten @ set-background-opacity --toggle - a new flag to easily switch
      opacity between the specified value and the default (#6691)
    * Fix a regression caused by rewrite of kittens to Go that made various
      kittens reset colors in a terminal when the colors were changed by
      escape code (#6708)
    * Fix trailing bracket not ignored when detecting a multi-line URL with the
      trailing bracket as the first character on the last line (#6710)
    * Fix the kitten @ launch --copy-env option not copying current environment
      variables (#6724)
    * Fix a regression that broke kitten update-self (#6729)
    * Two new event types for watchers, on_title_change and on_set_user_var
    * When pasting, if the text contains terminal control codes ask the user for
      permission. See paste_actions for details. Thanks to David Leadbeater for
      discovering this.
    * Render Private Use Unicode symbols using two cells if the second cell
      contains an en-space as well as a normal space
    * macOS: Fix a regression in the previous release that caused kitten @ ls to
      not report the environment variables for the default shell (#6749)
    * Desktop notification protocol: Allow applications sending notifications to
      specify that the notification should only be displayed if the window is
      currently unfocused (#6755)
    * unicode_input kitten: Fix a regression that broke the "Emoticons"
      tab (#6760)
    * Shell integration: Fix sudo --edit not working and also fix completions for
      sudo not working in zsh (#6754, #6771)
    * A new action set_window_title to interactively change the title of the
      active window
    * ssh kitten: Fix a regression that broken ctrl+space mapping in zsh (#6780)
    * Wayland: Fix primary selections not working with the river
      compositor (#6785)
* Thu Oct 05 2023 Scott Bradnick <scott.bradnick@suse.com>
  - Update to 0.30.1:
    * Shell integration: Automatically alias sudo to make the kitty terminfo
      files available in the sudo environment. Can be turned off via shell_integration
    * ssh kitten: Fix a regression in 0.28.0 that caused using --kitten to
      override ssh.conf not inheriting settings from ssh.conf (#6639)
    * themes kitten: Allow absolute paths for --config-file-name (#6638)
    * Expand environment variables in the shell option (#6511)
    * macOS: When running the default shell, run it via the login program so that
      calls to getlogin() work (#6511)
    * X11: Fix a crash on startup when the ibus service returns errors and the
      GLFW_IM_MODULE env var is set to ibus (#6650)
* Thu Sep 21 2023 Scott Bradnick <scott.bradnick@suse.com>
  - Removing fix-librsync-leap.diff (no longer needed)
  - Updating optional-disable-docs.diff for changes to setup.py
  - Updating go vendor tarball
  - Update to 0.30.0:
    * A new transfer kitten that can be used to transfer files efficiently over
      the TTY device
    * ssh kitten: A new configuration directive to automatically forward the
      kitty remote control socket
    * Allow easily building kitty from source needing the installation of only
      C and Go compilers. All other dependencies are automatically vendored
    * kitten @ set-user-vars: New remote control command to set user variables
      on a window (#6502)
    * kitten @ ls: Add user variables set on windows to the output (#6502)
    * kitten @ ls: Allow limiting output to matched windows/tabs (#6520)
    * kitten icat: Fix image being displayed one cell to the right when using
      both --place and --unicode-placeholder (#6556)
    * kitten run-shell: Make kitty terminfo database available if needed before
      starting the shell
    * macOS: Fix keyboard shortcuts in the Apple global menubar not being
      changed when reloading the config
    * Fix a crash when resizing an OS Window that is displaying more than one
      image and the new size is smaller than the image needs (#6555)
    * Remote control: Allow using a random TCP port as the remote control
      socket and also allow using TCP sockets in listen_on
    * unicode_input kitten: Add an option to specify the startup tab (#6552)
    * X11: Print an error to STDERR instead of refusing to start when the user
      sets a custom window icon larger than 128x128 (#6507)
    * Remote control: Allow matching by neighbor of active window. Useful for
      navigation plugins like vim-kitty-navigator
    * Fix a regression that caused changing text_fg_override_threshold or
      text_composition_strategy via config reload causing incorrect rendering (#6559)
    * When running a shell for --hold set the env variable KITTY_HOLD=1 to allow
      users to customize what happens (#6587)
    * When multiple confirmable close requests are made focus the existing close
      confirmation window instead of opening a new one for each request (#6601)
    * Config file format: allow splitting lines by starting subsequent lines
      with a backslash (#6603)
    * ssh kitten: Fix a regression causing hostname directives in ssh.conf not
      matching when username is specified (#6609)
    * diff kitten: Add support for files that are identical apart from mode
      changes (#6611)
    * Wayland: Do not request idle inhibition for full screen windows (#6613)
    * Adjust the workaround for non-linear blending of transparent pixels in
      compositors to hopefully further reduce fringing around text with certain
      color issues (#6534)
* Thu Jul 27 2023 Michael Vetter <mvetter@suse.com>
  - Update to 0.29.2:
    * Detect .tex and Makefiles as plain text files (#6492)
    * unicode_input kitten: Fix scrolling over multiple screens not working (#6497)
* Mon Jul 17 2023 Scott Bradnick <scott.bradnick@suse.com>
  - Update to 0.29.1
    * A new value for background_image_layout to scale the background image while
      preserving its aspect ratio. Also have centered images work even for images
      larger than the window size (#6458)
    * Fix a regression that caused using unicode placeholders to display images to
      break and also partially offscreen images to sometimes be slightly
      distorted (#6467)
    * macOS: Fix a regression that caused rendering to hang when transitioning to
      full screen with macos_colorspace set to default (#6435)
    * macOS: Fix a regression causing burn-in of text when resizing semi-transparent
      OS windows (#6439)
    * macOS: Add a new value titlebar-and-corners for hide_window_decorations that
      emulates the behavior of hide_window_decorations yes in older versions of kitty
    * macOS: Fix a regression in the previous release that caused
      hide_window_decorations = yes to prevent window from being resizable (#6436)
    * macOS: Fix a regression that caused the titlebar to be translucent even for
      non-translucent windows (#6450)
    * GNOME: Fix wayland_titlebar_color not being applied until the color is changed
      at least once (#6447)
    * Remote control launch: Fix --env not implemented when using --cwd=current with
      the SSH kitten (#6438)
    * Allow using a custom OS window icon on X11 as well as macOS (#6475)
* Mon Jul 10 2023 Scott Bradnick <scott.bradnick@suse.com>
  - Adding kitty-rpmlintrc as a source file
* Mon Jul 10 2023 Scott Bradnick <scott.bradnick@suse.com>
  - Update to 0.29.0
    * Removing wayland-protocols-1.32.diff as it's no longer required
    * A new escape code <ESC>[22J that moves the current contents of the screen
      into the scrollback before clearing it
    * A new kitten run-shell to allow creating sub-shells with shell integration
      enabled
    * A new option background_blur to blur the background for transparent
      windows (#6135)
    * The --hold flag now holds the window open at a shell prompt instead of
      asking the user to press a key
    * A new option text_fg_override_threshold to force text colors to have high
      contrast regardless of color scheme (#6283)
    * When resizing OS Windows make the animation less jerky. Also show the
      window size in cells during the resize (#6341)
    * unicode_input kitten: Fix a regression in 0.28.0 that caused the order of
      recent and favorites entries to not be respected (#6214)
    * unicode_input kitten: Fix a regression in 0.28.0 that caused editing of
      favorites to sometimes hang
    * clipboard kitten: Fix a bug causing the last MIME type available on the
      clipboard not being recognized when pasting
    * clipboard kitten: Dont set clipboard when getting clipboard in filter
      mode (#6302)
    * Fix regression in 0.28.0 causing color fringing when rendering in
      transparent windows on light backgrounds (#6209)
    * show_key kitten: In kitty mode show the actual bytes sent by the terminal
      rather than a re-encoding of the parsed key event
    * hints kitten: Fix a regression in 0.28.0 that broke using sub-groups in
      regexp captures (#6228)
    * hints kitten: Fix a regression in 0.28.0 that broke using
      lookahead/lookbehind in regexp captures (#6265)
    * diff kitten: Fix a regression in 0.28.0 that broke using relative paths
      as arguments to the kitten (#6325)
    * Fix re-using the image id of an animated image for a still image causing
      a crash (#6244)
    * kitty +open: Ask for permission before executing script files that are not
      marked as executable. This prevents accidental execution of script files
      via MIME type association from programs that unconditionally “open”
      attachments/downloaded files
    * edit-in-kitty: Fix running edit-in-kitty with elevated privileges to edit a
      restricted file not working (#6245)
    * ssh kitten: Fix a regression in 0.28.0 that caused interrupt during setup
      to not be handled gracefully (#6254)
    * ssh kitten: Allow configuring the ssh kitten to skip some hosts via a new
      delegate config directive
    * Graphics: Move images up along with text when the window is shrunk
      vertically (#6278)
    * Fix a regression in 0.28.0 that caused a buffer overflow when clearing the
      screen (#6306, #6308)
    * Fix a regression in 0.27.0 that broke setting of specific edge
      padding/margin via remote control (#6333)
    * macOS: Fix window shadows not being drawn for transparent
      windows (#2827, #6416)
    * Do not echo invalid DECRQSS queries back, behavior inherited from xterm
      (CVE-2008-2383). Similarly, fix an echo bug in the file transfer protocol
      due to insufficient sanitization of safe strings.
* Fri Jul 07 2023 Scott Bradnick <scott.bradnick@suse.com>
  - patch file fix-librsync-leap.patch is being deleted as part of a rename
  - patch file fix-librsync-leap.diff is being added as part of a rename
  - patch optional-disable-docs.patch is being deleted as part of a rename
  - patch optional-disable-docs.diff is being added as part of a rename
  - patch go-buildmode-pie.diff is being added so that 'go build' includes '-buildmode=pie'
* Thu Jul 06 2023 Scott Bradnick <scott.bradnick@suse.com>
  - Adding wayland-protocols-1.32.diff patch to account for 'compiler crashes'
    from wayland-protocols-devel update (#6422)
    * This is patched upstream via 95d1564 and 7d2dc25
  - Removing -Wno-error=switch flag as this was a workaround to deal with
    scenario from above
* Tue Jul 04 2023 Scott Bradnick <scott.bradnick@suse.com>
  - Renaming the following files:
    * fix-librsync-leap{.patch -> .diff}
    * optional-disable-docs{.patch -> diff}
* Tue Jul 04 2023 Simon Vogl <simon.vogl@gmx.net>
  - Set -Wno-error=switch flag to prevent compiler crashes for RISCV
    and ARM
* Thu Jun 29 2023 Scott Bradnick <scott.bradnick@suse.com>
  - Cleaning up "wayland-devel obsoletes libwayland-egl-devel"
  - Adding 'Recommends: python3-importlib_resources'
* Tue May 09 2023 Max Lin <mlin@suse.com>
  - Use python3.11 on Leap 15.5
    * python3.11 is the only python3 > 3.6 version would be shipped
      in Leap 15.5
* Fri Apr 21 2023 Simon Vogl <simon.vogl@gmx.net>
  - Update to 0.28.1:
    * Fix a regression in the previous release that broke the remote file kitten (#6186)
    * Fix a regression in the previous release that broke handling of some keyboard shortcuts in some kittens on some keyboard layouts (#6189)
    * Fix a regression in the previous release that broke usage of custom themes (#6191)
* Sat Apr 15 2023 Simon Vogl <simon.vogl@gmx.net>
  - Update to 0.28.0:
    * Text rendering change: Use sRGB correct linear gamma blending
      for nicer font rendering and better color accuracy with
      transparent windows. See the option text_composition_strategy for details.
      The obsolete macos_thicken_font will make the font too thick
      and needs to be removed manually if it is configured. (#5969)
    * icat kitten: Support display of images inside tmux >= 3.3 (#5664)
    * Graphics protocol: Add support for displaying images inside programs
      that do not support the protocol such as vim and tmux (#5664)
    * diff kitten: Add support for selecting multi-line text with the mouse
    * Fix a regression in 0.27.0 that broke kitty @ set-font-size 0 (#5992)
    * launch: When using --cwd=current for a remote system support
      running non shell commands as well (#5987)
    * When changing the cursor color via escape codes or remote control
      to a fixed color, do not reset cursor_text_color (#5994)
    * Input Method Extensions: Fix incorrect rendering of IME in-progress
      and committed text in some situations (#6049, #6087)
    * Linux: Reduce minimum required OpenGL version from 3.3
      to 3.1 + extensions (#2790)
    * Fix a regression that broke drawing of images below cell backgrounds (#6061)
    * When reloading configuration, also reload custom MIME types
      from mime.types config file (#6012)
    * launch: Allow specifying the state (full screen/maximized/minimized)
      for newly created OS Windows (#6026)
    * Sessions: Allow specifying the OS window state via
      the os_window_state directive (#5863)
    * Linux: A new option linux_bell_theme to control which sound theme
      is used for the bell sound (#4858)
    * ssh kitten: Change the syntax of glob patterns slightly to match common
      usage elsewhere. Now the syntax is the same as “extendedglob” in most shells.
    * hints kitten: Allow copying matches to named buffers (#6073)
    * Fix overlay windows not inheriting the per-window padding
      and margin settings of their parents (#6063)
    * Wayland KDE: Fix selecting in un-focused OS window not working correctly (#6095)
    * Linux X11: Fix a crash if the X server requests clipboard data
      after we have relinquished the clipboard (#5650)
    * Allow stopping of URL detection at newlines via url_excluded_characters (#6122)
    * Linux Wayland: Fix animated images not being animated continuously (#6126)
    * Keyboard input: Fix text not being reported as unicode codepoints
      for multi-byte characters in the kitty keyboard protocol (#6167)
* Mon Mar 13 2023 Simon Vogl <simon.vogl@gmx.net>
  - Adjust optional-disable-docs.patch for new version
  - Add _service and vendor.tar.gz to to download, verify, and vendor Go module dependency sources
  - Drop support for openSUSE Leap 15.4 as it cannot provide go1.20
  - Update to 0.27.0 & 0.27.1:
    * Fix modify_font not working for strikethrough position (#5946)
    * Fix a regression causing the edit-in-kitty command not working
      if kitten is not added to PATH (#5956)
    * icat kitten: Fix a regression that broke display of animated
      GIFs over SSH (#5958)
    * Wayland GNOME: Fix for ibus not working when using XWayland (#5967)
    * Fix regression in previous release that caused incorrect entries
      in terminfo for modifier+F3 key combinations (#5970)
    * Bring back the deprecated and removed kitty +complete and delegate
      it to kitten for backward compatibility (#5977)
    * Bump the version of Go needed to build kitty to 1.20 so we can
      use the Go stdlib ecdh package for crypto.
    * A new statically compiled, standalone executable, kitten (written in Go)
      that can be used on all UNIX-like servers for remote control (kitten @),
      viewing images (kitten icat), manipulating the
      clipboard (kitten clipboard), etc.
    * clipboard kitten: Allow copying arbitrary data types to/from
      the clipboard, not just plain text
    * Speed up the kitty @ executable by ~10x reducing the time for
      typical remote control commands from ~50ms to ~5ms
    * icat kitten: Speed up by using POSIX shared memory when possible
      to transfer image data to the terminal. Also support common image
      formats GIF/PNG/JPEG/WEBP/TIFF/BMP out of the box without needing ImageMagick.
    * Option show_hyperlink_targets to show the target of terminal
      hyperlinks when hovering over them with the mouse (#5830)
    * Keyboard protocol: Remove CSI R from the allowed encodings of
      the F3 key as it conflicts with the Cursor Position Report escape code (#5813)
    * Allow using the cwd of the original process for launch --cwd (#5672)
    * Session files: Expand environment variables (#5917)
    * Pass key events mapped to scroll actions to the program running in
      the terminal when the terminal is in alternate screen mode (#5839)
    * Implement edit-in-kitty using the new kitten static executable (#5546, #5630)
    * Add an option background_tint_gaps to control background image
      tinting for window gaps (#5596)
    * A new option undercurl_style to control the rendering of undercurls (#5883)
    * Bash integration: Fix clone-in-kitty not working on bash >= 5.2 if environment
      variable values contain newlines or other special characters (#5629)
    * A new sleep action useful in combine based mappings to make
      kitty sleep before executing the next action
    * Wayland GNOME: Workaround for latest mutter release breaking full
      screen for semi-transparent kitty windows (#5677)
    * A new option tab_title_max_length to limit the length of tab (#5718)
    * When drawing the tab bar have the default left and right margins
      drawn in a color matching the neighboring tab (#5719)
    * When using the include directive in kitty.conf make the environment
      variable KITTY_OS available for OS specific config
    * Wayland: Fix signal handling not working with some GPU drivers (#4636)
    * Remote control: When matching windows allow using negative id numbers
      to match recently created windows (#5753)
    * ZSH Integration: Bind alt+left and alt+right to move by word if not already bound.
      This mimics the default bindings in Terminal.app (#5793)
    * When a multi-key sequence does not match any action,
      send all key events to the child program (#5841)
    * broadcast kitten: Allow pressing a key to stop echoing of
      input into the broadcast window itself (#5868)
    * When reporting unused activity in a window, ignore activity
      that occurs soon after a window resize (#5881)
    * Fix using cursor = none not working on text that has reverse video (#5897)
* Mon Nov 07 2022 Michael Vetter <mvetter@suse.com>
  - Update to 0.26.5:
    * Splits layout: Add a new mappable action to move the active
      window to the screen edge (#5643)
    * ssh kitten: Allow using absolute paths for the location of
      transferred data (#5607)
    * Fix a regression in the previous release that caused a
      resize_draw_strategy of static to not work (#5601)
    * Wayland KDE: Fix abort when pasting into Firefox (#5603)
    * Wayland GNOME: Fix ghosting when using background_tint (#5605)
    * Fix cursor position at x=0 changing to x=1 on resize (#5635)
    * Wayland GNOME: Fix incorrect window size in some circumstances
      when switching between windows with window decorations disabled (#4802)
    * Wayland: Fix high CPU usage when using some input methods (#5369)
    * Remote control: When matching window by state:focused and no window
      currently has keyboard focus, match the window belonging to the OS
      window that was last focused (#5602)
* Tue Oct 18 2022 Michael Vetter <mvetter@suse.com>
  - Update to 0.26.4:
    * Allow centering the background_image (#5525)
    * X11: Fix a regression in the previous release that caused pasting
      from GTK based applications to have extra newlines (#5528)
    * Tab bar: Improve empty space management when some tabs have
      short titles, allocate the saved space to the active tab (#5548)
    * Fix background_tint not applying to window margins and padding (#3933)
    * Wayland: Fix background image scaling using tiled mode on
      high DPI screens
    * Wayland: Fix an abort when changing background colors with
      wayland_titlebar_color set to background (#5562)
    * Update to Unicode 15.0 (#5542)
    * GNOME Wayland: Fix a memory leak in gnome-shell when using client
      side decorations
* Mon Sep 26 2022 Michael Vetter <mvetter@suse.com>
  - Update to 0.26.3:
    * Wayland: Mark windows in which a bell occurs as urgent on compositors
      that support the xdg-activation protocol
    * Allow passing null bytes through the system clipboard (#5483)
    * ssh kitten: Fix KITTY_PUBLIC_KEY not being encoded properly
      when transmitting (#5496)
    * Sessions: Allow controlling which OS Window is active via
      the focus_os_window directive
    * Wayland: Fix for bug in NVIDIA drivers that prevents
      transparency working (#5479)
    * Wayland: Fix for a bug that could cause kitty to become
      non-responsive when using multiple OS windows in a single
      instance on some compositors (#5495)
    * Wayland: Fix for a bug preventing kitty from starting on
      Hyprland when using a non-unit scale (#5467)
    * Wayland: Generate a XDG_ACTIVATION_TOKEN when opening URLs
      or running programs in the background via the launch action
    * Fix a regression that caused kitty not to restore SIGPIPE
      after python nukes it when launching children. Affects bash
      which does not sanitize its signal mask. (#5500)
    * Fix a use-after-free when handling fake mouse clicks and the
      action causes windows to be removed/re-allocated (#5506)
* Mon Sep 05 2022 Michael Vetter <mvetter@suse.com>
  - Update to 0.26.2:
    * Allow creating overlay-main windows, which are treated as the
      active window unlike normal overlays (#5392)
    * hints kitten: Allow using The launch command as the program to run, to open the
      result in a new kitty tab/window/etc. (#5462)
    * hyperlinked_grep kitten: Allow control over which parts of rg output are
      hyperlinked (#5428)
    * Fix regression in 0.26.0 that caused launching kitty without working STDIO
      handles to result in high CPU usage and prewarming failing (#5444)
    * The launch command: Allow setting the margin and padding for newly created
      windows (#5463)
    * hints kitten: hyperlink matching: Fix hints occasionally matching text on
      subsequent line as part of hyperlink (#5450)
    * Fix a regression in 0.26.0 that broke mapping of native keys whose key codes
      did not fit in 21 bits (#5452)
    * Wayland: Fix remembering window size not accurate when client side decorations
      are present
    * Fix an issue where notification identifiers were not sanitized leading to code
      execution if the user clicked on a notification popup from a malicious source.
* Thu Sep 01 2022 Michael Vetter <mvetter@suse.com>
  - Update to 0.26.1:
    * ssh kitten: Fix executable permission missing from kitty bootstrap script (#5438)
    * Allow specifying a title when using the set_tab_title action (#5441)
* Mon Aug 29 2022 Michael Vetter <mvetter@suse.com>
  - Update to 0.26.0:
    * A new option remote_control_password to use fine grained permissions
      for what can be remote controlled (#5320)
    * Reduce startup latency by ~30 milliseconds when running kittens
      via key bindings inside kitty (#5159)
    * A new option modify_font to adjust various font metrics like
      underlines, cell sizes etc. (#5265)
    * A new shortcut ctrl+shift+f1 to display the kitty docs in a browser
    * Graphics protocol: Only delete temp files if they have the
      string tty-graphics-protocol in their file paths. This prevents
      deletion of arbitrary files in /tmp.
    * Deprecate the adjust_baseline, adjust_line_height and
      adjust_column_width options in favor of modify_font
    * Wayland: Fix a regression in the previous release that caused
      mouse cursor animation and keyboard repeat to stop working when switching seats (#5188)
    * Allow resizing windows created in session files (#5196)
    * Fix horizontal wheel events not being reported to client programs
      when they grab the mouse (#2819)
    * kitty @ set-colors: Fix changing inactive_tab_foreground not working (#5214)
    * Add a mappable action to toggle the mirrored setting for the tall and fat layouts (#5344)
    * Add a mappable action to switch between predefined bias values
      for the tall and fat layouts (#5352)
    * Wayland: Reduce flicker at startup by not using render frames
      immediately after a resize (#5235)
    * Linux: Update cursor position after all key presses not just
      pre-edit text changes (#5241)
    * ssh kitten: Allow ssh kitten to work from inside tmux, provided
      the tmux session inherits the correct KITTY env vars (#5227)
    * ssh kitten: A new option --symlink-strategy to control how
      symlinks are copied to the remote machine (#5249)
    * ssh kitten: Allow pressing Ctrl+C to abort ssh before the connection
      is completed (#5271)
    * Bash integration: Fix declare not creating global variables in .bashrc (#5254)
    * Bash integration: Fix the inherit_errexit option being set by shell integration (#5349)
    * kitty @ scroll-window allow scrolling by fractions of a screen (#5294)
    * remote files kitten: Fix working with files whose names have characters that
      need to be quoted in shell scripts (#5313)
    * Expand ~ in paths configured in editor and exe_search_path (#5298)
    * Allow showing the working directory of the active window in tab titles (#5314)
    * ssh kitten: Allow completion of ssh options between the destination and command (#5322)
    * Allow ignoring failure to close windows/tabs via rc commands (#5406)
    * Fix hyperlinks not present when fetching text from the history buffer (#5427)
* Tue Jun 07 2022 Michael Vetter <mvetter@suse.com>
  - Update to 0.25.2:
    * A new command edit-in-kitty to Edit files in new kitty windows
      even over SSH
    * Allow getting the last non-empty command output easily via an
      action or remote control (#4973)
    * Fix a bug that caused macos_colorspace to always be default
      regardless of its actual value (#5129)
    * diff kitten: A new option kitten-diff.ignore_name to exclude
      files and directories from being scanned (#5171)
    * ssh kitten: Fix bash not being executed as a login shell since
      kitty 0.25.0 (#5130)
    * Themes kitten: Add a tab to show user defined custom color themes
      separately (#5150)
    * Iosevka: Fix incorrect rendering when there is a combining char
      that does not group with its neighbors (#5153)
    * Weston: Fix client side decorations flickering on slow computers
      during window resize (#5162)
    * Remote control: Fix commands with large or asynchronous payloads
      like kitty @ set-backround-image, kitty @ set-window-logo and
      kitty @ select-window not working correctly when using a
      socket (#5165)
    * hints kitten: Fix surrounding quotes/brackets and embedded
      carriage returns not being removed when using line number
      processing (#5170)
* Fri May 27 2022 Michael Vetter <mvetter@suse.com>
  - Update to 0.25.1:
    * Shell integration: Add a command to Clone the current shell into
      a new window
    * Remote control: Allow using Boolean operators when constructing
      queries to match windows or tabs
    * Sessions: Fix os_window_size and os_window_class not applying
      to the first OS Window (#4957)
    * Allow using the cwd of the oldest as well as the newest foreground
      process for launch --cwd (#4869)
    * Bash integration: Fix the value of shell_integration not taking
      effect if the integration script is sourced in bashrc (#4964)
    * 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 (#4992)
    * remote file kitten: Integrate with the ssh kitten for improved
      performance and robustness. Re-uses the control master connection
      of the ssh kitten to avoid round-trip latency.
    * Fix tab selection when closing a new tab not correct in some scenarios (#4987)
    * A new action open_url to open the specified URL (#5004)
    * A new option select_by_word_characters_forward that allows changing
      which characters are considered part of a word to the right when
      double clicking to select words (#5103)
    * Fix reloading of config not working when kitty.conf does not exist
      when kitty is launched (#5071)
    * Fix deleting images by row not calculating image bounds correctly (#5081)
    * Increase the max number of combining chars per cell from two to three,
      without increasing memory usage.
    * Linux: Load libfontconfig at runtime to allow the binaries to work for
      running kittens on servers without FontConfig
    * GNOME: Fix for high CPU usage caused by GNOME’s text input subsystem
      going into an infinite loop when IME cursor position is updated
      after a done event (#5105)
* Mon Apr 18 2022 Ferdinand Thiessen <rpm@fthiessen.de>
  - Fixed SPEC to build with Leap
  - Replaced kitty-no-docs.patch with optional-disable-docs.patch
    * Some Sphinx extensions needed by kitty are not available
      in Factory
  - Added fix-librsync-leap.patch
    * Workaround for "error: unknown type name ‘FILE’" in old librsync
      header still used by Leap 15.3 and 15.4.
* Tue Apr 12 2022 Michael Vetter <mvetter@suse.com>
  - Update to 0.25.0:
    * Truly convenient SSH: automatic shell integration when using SSH.
      Easily clone local shell and editor configuration on remote machines,
      and automatic re-use of existing connections to avoid connection setup latency.
    * When pasting URLs at shell prompts automatically quote them. Also allow
      filtering pasted text and confirm pastes. See paste_actions for details. (#4873)
    * diff kitten: Fix incorrect rendering in rare circumstances when scrolling
      after changing the context size (#4831)
    * icat kitten: Fix a regression that broke kitty +kitten icat --print-window-size (#4818)
    * Wayland: Fix hide_window_decorations causing docked windows to be resized on blur (#4797)
    * Bash integration: Prevent shell integration code from running twice if user
      enables both automatic and manual integration
    * Bash integration: Handle existing PROMPT_COMMAND ending with a literal newline
    * Fix continued lines not having their continued status reset on line feed (#4837)
    * Wayland: Fix a regression that broke IME when changing windows/tabs (#4853)
    * Avoid flicker when starting kittens such as the hints kitten (#4674)
    * A new action scroll_prompt_to_top to move the current prompt to the top (#4891)
    * select_tab: Use stable numbers when selecting the tab (#4792)
    * Only check for updates in the official binary builds. Distro packages or source
      builds will no longer check for updates, regardless of the value of update_check_interval.
    * Fix inactive_text_alpha still being applied to the cursor hidden window after focus (#4928)
    * Fix resizing window that is extra tall/wide because of left-over cells not working reliably (#4913)
    * A new action close_other_tabs_in_os_window to close other tabs in the active OS window (#4944)
* Mon Mar 07 2022 Michael Vetter <mvetter@suse.com>
  - Update to 0.24.4:
    * Shell integration: Fix the default Bash $HISTFILE changing
      to ~/.sh_history instead of ~/.bash_history (#4765)
    * Linux binaries: Fix binaries not working on systems with older
      Wayland client libraries (#4760)
    * Fix a regression in the previous release that broke kittens
      launched with STDIN not connected to a terminal (#4763)
    * Wayland: Fix surface configure events not being acknowledged
      before commit the resized buffer (#4768)
* Mon Feb 28 2022 Michael Vetter <mvetter@suse.com>
  - Update to 0.24.3:
    * Bash integration: No longer modify ~/.bashrc to load shell
      integration. It is recommended to remove the lines used to load
      the shell integration from ~/.bashrc as they are no-ops.
    * Splits layout: A new value for launch --location to auto-select
      the split axis when splitting existing windows. Wide windows
      are split side-by-side and tall windows are split one-above-the-other
    * hints kitten: Fix a regression that broke recognition of
      path:linenumber:colnumber (#4675)
    * Fix a regression in the previous release that broke
      active_tab_foreground (#4620)
    * Fix show_last_command_output not working when the output is
      stored partially in the scrollback pager history buffer (#4435)
    * When dropping URLs/files onto kitty at a shell prompt insert
      them appropriately quoted and space separated (#4734)
    * Improve CWD detection when there are multiple foreground processes
      in the TTY process group
    * A new option narrow_symbols to turn off opportunistic wide rendering
      of private use codepoints
    * ssh kitten: Fix location of generated terminfo files on NetBSD (#4622)
    * A new action to clear the screen up to the line containing the
      cursor, see clear_terminal
    * A new action copy_ansi_to_clipboard to copy the current selection
      with ANSI formatting codes (#4665)
    * Linux: Do not rescale fallback fonts to match the main font cell
      height, instead just set the font size and let FreeType take care
      of it. This matches rendering on macOS (#4707)
    * Fix a regression in the previous release that broke strikethrough (#4632)
    * A new action scroll_prompt_to_bottom to move the current prompt to
      the bottom, filling in the window from the scrollback (#4634)
    * Add two special arguments @first-line-on-screen and @last-line-on-screen
      for the launch command to be used for pager positioning. (#4462)
    * Linux: Fix rendering of emoji when using scalable fonts such as Segoe UI Emoji
    * Shell integration: bash: Dont fail if an existing PROMPT_COMMAND
      ends with a semi-colon (#4645)
    * Shell integration: bash: Fix rendering of multiline prompts with
      more than two lines (#4681)
    * Shell integration: fish: Check fish version 3.3.0+ and exit on
      outdated versions (#4745)
    * Shell integration: fish: Fix pipestatus being overwritten (#4756)
    * Linux: Fix fontconfig alias not being used if the aliased font is
      dual spaced instead of monospaced (#4649)
    * Fix touch_scroll_multiplier also taking effect in terminal programs
      such as vim that handle mouse events themselves (#4680)
    * Fix symbol/PUA glyphs loaded via symbol_map instead of as fallbacks
      not using following spaces to render larger versions (#4670)
    * Fix a fast click, move mouse, click sequence causing the first click
      event to be discarded (#4603)
    * Wayland: Fix wheel mice with line based scrolling being incorrectly
      handled as high precision devices (#4694)
    * Wayland: Fix touchpads and high resolution wheels not scrolling at the
      same speed on monitors with different scales (#4703)
    * Add an option wheel_scroll_min_lines to set the minimum number of lines
      for mouse wheel scrolling when using a mouse with a wheel that generates
      very small offsets when slow scrolling (#4710)
    * Fix copying of selection after selection has been scrolled off history
      bufferraising an error (#4713)
* Thu Feb 03 2022 Michael Vetter <mvetter@suse.com>
  - Update to 0.24.2:
    * Allow including config files matching glob patterns in
      kitty.conf (#4533)
    * Shell integration: Fix bash integration not working when
      PROMPT_COMMAND is used to change the prompt variables (#4476)
    * Shell integration: Fix cursor shape not being restored to
      default when running commands in the shell
    * Improve the UI of the ask kitten (#4545)
    * Allow customizing the placement and formatting of the
      tab_activity_symbol and bell_on_tab symbols by adding
      them to the tab_title_template (#4581, #4507)
    * hints kitten: Fix common single letter extension files
      not being detected (#4491)
    * Support dotted and dashed underline styles (#4529)
    * For the vertical and horizontal layouts have the windows
      arranged on a ring rather than a plane. This means the
      first and last window are considered neighbors (#4494)
    * A new action to clear the current selection (#4600)
    * Shell integration: fish: Fix cursor shape not working
      with fish’s vi mode (#4508)
    * Shell integration: fish: Dont override fish’s native
      title setting functionality. See discussion.
    * Draw the dots for braille characters more evenly spaced
      at all font sizes (#4499)
    * icat kitten: Add options to mirror images and remove
      their transparency before displaying them (#4513)
    * Fix getting last command output not working correctly
      when the screen is scrolled (#4522)
    * Show number of windows per tab in the select_tab action (#4523)
    * Fix clicking in a window to focus it and typingimmediately
      sometimes having unexpected effects if at a shell prompt (#4128)
    * themes kitten: Allow writing to a different file than kitty.conf.
* Fri Jan 07 2022 Michael Vetter <mvetter@suse.com>
  - Update to 0.24.1:
    * Shell integration: Work around conflicts with some zsh plugins (#4428)
    * Have the zero width space and various other characters from the Other,
      formatting Unicode category be treated as combining characters (#4439)
    * Fix using --shell-integration with setup.py broken (#4434)
    * Fix showing debug information not working if kitty’s STDIN is
      not a tty (#4424)
    * Linux: Fix a regression that broke rendering of emoji with
      variation selectors (#4444)
* Fri Jan 07 2022 Michael Vetter <mvetter@suse.com>
  - Update to 0.24.0:
    * Integrate kitty closely with common shells such as zsh, fish
      and bash. This allows lots of niceties such as jumping to
      previous prompts, opening the output of the last command in
      a new window, etc. See Shell integration for details.
      Packagers please read Notes for Linux/macOS packagers.
    * A new shortcut ctrl+shift+f7 to visually focus a window using
      the keyboard. Pressing it causes numbers to appear over each
      visible window and you can press the number to focus the
      corresponding window (#4110)
    * A new facility window_logo_path to draw an arbitrary PNG image
      as logo in the corner of a kitty window (#4167)
    * Allow rendering the cursor with a reverse video effect. See
      cursor for details (#126)
    * Allow rendering the mouse selection with a reverse video effect.
      See selection_foreground (#646)
    * A new option tab_bar_align to draw the tab bar centered or
      right aligned (#3946)
    * Allow the user to supply a custom Python function to draw tab bar.
      See tab_bar_style
    * A new remote control command to change the tab color
      <kitty @ set-tab-color> (#1287)
    * A new remote control command to visually select a window
      <kitty @ select-window> (#4165)
    * Add support for reporting mouse events with pixel co-ordinates
      using the SGR_PIXEL_PROTOCOL introduced in xterm 359
    * When programs ask to read from the clipboard prompt, ask the user
      to allow the request by default instead of denying it by
      default. See clipboard_control for details (#4022)
    * A new mappable action swap_with_window to swap the current
      window with another window in the tab, visually
    * A new remote control command <kitty @ set-enabled-layouts> to
      change the enabled layouts in a tab (#4129)
    * A new option bell_path to specify the path to a sound file to
      use as the bell sound
    * A new option exe_search_path to modify the locations kitty
      searches for executables to run (#4324)
    * broadcast kitten: Show a “fake” cursor in all windows being
      broadcast too (#4225)
    * Allow defining aliases for more general actions, not just
      kittens (#4260)
    * Fix a regression that caused kitty --title to not work when
      opening new OS windows using kitty --single-instance (#3893)
    * icat kitten: Fix display of JPEG images that are rotated via
      EXIF data and larger than available screen size (#3949)
    * Launch command: Allow specifying the OS window title
    * broadcast kitten: Allow broadcasting ctrl+c (#3956)
    * Fix space ligatures not working with Iosevka for some characters
      in the Enclosed Alphanumeric Supplement (#3954)
    * hints kitten: Fix a regression that caused using the default
      open program to trigger open actions instead of running the
      program (#3968)
    * Allow deleting environment variables in env by specifying just
      the variable name, without a value
    * Fix active_tab_foreground not being honored when tab_bar_style
      is slant (#4053)
    * When a tab_bar_background is specified it should extend to the
      edges of the OS window (#4054)
    * Linux: Fix IME with fcitx5 not working after fcitx5 is
      restarted (#4059)
    * Various improvements to IME integration (#4219)
    * Remote file transfer: Fix transfer not working if custom ssh
      port or identity is specified on the command line (#4067)
    * Unicode input kitten: Implement scrolling when more results
      are found than the available display space (#4068)
    * Allow middle clicking on a tab to close it (#4151)
    * The command line option --watcher has been deprecated in favor
      of the watcher option in kitty.conf. It has the advantage of
      applying to all windows, not just the initially created ones.
      Note that --watcher now also applies to all windows, not just
      initially created ones.
    * Backward incompatibility: No longer turn on the kitty extended
      keyboard protocol’s disambiguate mode when the client sends the
      XTMODKEYS escape code. Applications must use the dedicated
      escape code to turn on the protocol. (#4075)
    * Fix soft hyphens not being preserved when round tripping
      text through the terminal
    * Fix the resize OS Windows <kitty @ resize-os-window> setting
      a slightly incorrect size on high DPI screens (#4114)
    * kitty @ launch - when creating tabs with the --match option
      create the tab in the OS Window containing the result of the
      match rather than the active OS Window (#4126)
    * Linux X11: Add support for 10bit colors (#4150)
    * Fix various issues with changing tab_bar_background by remote
      control (#4152)
    * A new option tab_bar_margin_color to control the color of the
      tab bar margins
    * A new option visual_bell_color to customize the color of the
      visual bell (#4181)
    * Add support for OSC 777 based desktop notifications
    * Wayland: Fix pasting from applications that use a MIME type
      of “text/plain” rather than “text/plain;charset=utf-8”
      not working (#4183)
    * A new mappable action to close windows with a confirmation (#4195)
    * When remembering OS window sizes for full screen windows
      use the size before the window became fullscreen (#4221)
    * A new mappable action nth_os_window to to focus the specified
      nth OS window. (#4316)
* Wed Dec 08 2021 Franck Bui <fbui@suse.com>
  - Fix the condition expressions that are used to build the
    doc. Currently we want the doc on TW only and disabled on Leap since
    sphinx has not been update yet (including in Leap 15.4).
  - Fix build on TW
    * Dependency on python3-sphinx-inline-tabs was missing. It was
      needed to build the doc
  - Fix build on Leap
    * python3-importlib-resources is named python3-importlib_resources
      on Leap :-/
  - Rebased kitty-no-docs.patch
* Tue Aug 17 2021 Michael Vetter <mvetter@suse.com>
  - Update to 0.23.1:
    * A new option clipboard_max_size to control the maximum size of
      data that kitty will transmit to the system clipboard on behalf
      of programs running inside it (#3937)
    * When matching windows/tabs in kittens or using remote control,
      allow matching by recency. recent:0 matches the active window/tab,
      recent:1 matches the previous window/tab and so on
    * themes kitten: Fix only the first custom theme file being
      loaded correctly (#3938)
* Mon Aug 16 2021 Michael Vetter <mvetter@suse.com>
  - Update to 0.23.0:
    * A new themes kitten to easily change kitty themes. Choose
      from almost two hundred themes in the kitty themes repository
    * A new style for the tab bar that makes tabs looks like the tabs
      in a physical tabbed file, see tab_bar_style
    * Make the visual bell flash more gentle, especially on dark
      themes (#2937)
    * Fix kitty --title not overriding the OS Window title when
      multiple tabs are present. Also this option is no longer used
      as the default title for windows, allowing individual tabs/windows
      to have their own titles, even when the OS Window has a fixed
      overall title (#3893)
    * Linux: Fix some very long ligatures being rendered incorrectly
      at some font sizes (#3896)
    * Fix shift+middle click to paste sending a mouse press event
      but no release event which breaks some applications that grab
      the mouse but cant handle mouse events (#3902)
    * terminfo: Fix “cnorm” the property for setting the cursor to
      normal using a solid block rather than a blinking block
      cursor (#3906)
    * Add clear_all_mouse_actions to clear all mouse actions defined
      to that point (#3907)
    * Fix the remote file kitten not working when using – with ssh.
      The ssh kitten was recently changed to do this (#3929)
    * When dragging word or line selections, ensure the initially
      selected item is never deselected. This matches behavior in
      most other programs (#3930)
    * hints kitten: Make copy/paste with the kitty +kitten hints
    - -program option work when using the self kitty +kitten hints
    - -linenum-action (#3931)
* Mon Aug 16 2021 Michael Vetter <mvetter@suse.com>
  - Update to 0.22.2:
    * Wayland: A better fix for compositors like sway that can toggle
      client side decorations on and off (#3888)
* Mon Aug 16 2021 Michael Vetter <mvetter@suse.com>
  - Update to 0.22.1:
    * Fix a regression in the previous release that broke kitty
    - -help (#3869)
    * Graphics protocol: Fix composing onto currently displayed
      frame not updating the frame on the GPU (#3874)
    * Fix switching to previously active tab after detaching a
      tab not working (#3871)
    * detach_window: Allow specifying the previously active tab
      or the tab to the left/right of the active tab (#3877)
    * broadcast kitten: Fix a regression in 0.20.0 that broke
      sending of some keys, such as backspace
    * Linux binary: Remove any RPATH build artifacts from
      bundled libraries
    * Wayland: If the compositor turns off server side decorations
      after turning them on do not draw client side decorations (#3888)
* Mon Jul 26 2021 Michael Vetter <mvetter@suse.com>
  - Update to 0.22.0:
    * Add a new toggle_layout action to easily zoom/unzoom a window
    * When right clicking to extend a selection, move the nearest
      selection boundary rather than the end of the selection. To restore
      previous behavior use mouse_map right press ungrabbed
      mouse_selection move-end.
    * When opening hyperlinks, allow defining open actions for directories (#3836)
    * When using the OSC 52 escape code to copy to clipboard allow large
      copies (up to 8MB) without needing a kitty specific chunking protocol.
      Note that if you used the chunking protocol in the past, it will no
      longer work and you should switch to using the unmodified protocol
      which has the advantage of working with all terminal emulators.
    * Fix a bug in the implementation of the synchronized updates escape code
      that could cause incorrect parsing if either the pending buffer
      capacity or the pending timeout were exceeded (#3779)
    * A new remote control command to resize the OS Window <kitty @ resize-os-window>
    * Graphics protocol: Add support for composing rectangles from one
      animation frame onto another (#3809)
    * diff kitten: Remove limit on max line length of 4096 characters (#3806)
    * Fix turning off cursor blink via escape codes not working (#3808)
    * Allow using neighboring window operations in the stack layout. The previous
      window is considered the left and top neighbor and the next window is
      considered the bottom and right neighbor (#3778)
    * Add a new variable {num_window_groups} for the tab_title_template (#3837)
    * Wayland: Fix initial_window_width/height specified in cells not working on
      High DPI screens (#3834)
    * A new theme for the kitty website with support for dark mode.
    * Render ┄ ┅ ┆ ┇ ┈ ┉ ┊ ┋ with spaces at the edges. Matches rendering in
      most other programs and allows long chains of them to look better (#3844)
    * hints kitten: Detect paths and hashes that appear over multiple lines. Note
      that this means that all line breaks in the text are no longer n soft breaks
      are instead r. If you use a custom regular expression that is meant to match
      over line breaks, you will need to match over both. (#3845)
    * Allow leading or trailing spaces in tab_activity_symbol
    * Fix mouse actions not working when caps lock or num lock are engaged (#3859)
    * clipboard kitten: fix copies to clipboard not working without the kitty +kitten
      clipboard --wait-for-completion option
* Mon Jun 28 2021 Michael Vetter <mvetter@suse.com>
  - Update to 0.21.2:
    * A new adjust_baseline option to adjust the vertical alignment
      of text inside a line (#3734)
    * A new url_excluded_characters option to exclude additional
      characters when detecting URLs under the mouse (#3738)
    * Fix a regression in 0.21.0 that broke rendering of private use
      Unicode symbols followed by spaces, when they also exist not
      followed by spaces (#3729)
    * ssh kitten: Support systems where the login shell is a
      non-POSIX shell (#3405)
    * ssh kitten: Add completion (#3760)
    * ssh kitten: Fix "Connection closed" message being printed by
      ssh when running remote commands
    * Add support for the XTVERSION escape code
    * When displaying scrollback ensure that the window does not quit
      if the amount of scrollback is less than a screen and the user
      has the --quit-if-one-screen option enabled for less (#3740)
    * Linux: Fix Emoji/bitmapped fonts not use able in symbol_map
    * query terminal kitten: Allow querying font face and size
      information (#3756)
    * hyperlinked grep kitten: Fix context options not generating
      contextual output (#3759)
    * Allow using superscripts in tab titles (#3763)
    * Unicode input kitten: Fix searching when a word has more than
      1024 matches (#3773)
* Mon Jun 28 2021 Michael Vetter <mvetter@suse.com>
  - Update to 0.21.2:
    * A new adjust_baseline option to adjust the vertical alignment
      of text inside a line (#3734)
    * A new url_excluded_characters option to exclude additional
      characters when detecting URLs under the mouse (#3738)
    * Fix a regression in 0.21.0 that broke rendering of private use
      Unicode symbols followed by spaces, when they also exist not
      followed by spaces (#3729)
    * ssh kitten: Support systems where the login shell is a
      non-POSIX shell (#3405)
    * ssh kitten: Add completion (#3760)
    * ssh kitten: Fix "Connection closed" message being printed by
      ssh when running remote commands
    * Add support for the XTVERSION escape code
    * When displaying scrollback ensure that the window does not quit
      if the amount of scrollback is less than a screen and the user
      has the --quit-if-one-screen option enabled for less (#3740)
    * Linux: Fix Emoji/bitmapped fonts not use able in symbol_map
    * query terminal kitten: Allow querying font face and size
      information (#3756)
    * hyperlinked grep kitten: Fix context options not generating
      contextual output (#3759)
    * Allow using superscripts in tab titles (#3763)
    * Unicode input kitten: Fix searching when a word has more than
      1024 matches (#3773)
* Mon Jun 14 2021 Michael Vetter <mvetter@suse.com>
  - Update to 0.21.1:
    * Fix a regression in the previous release that could cause a
      crash when changing layouts and mousing (#3713)
* Mon Jun 14 2021 Michael Vetter <mvetter@suse.com>
  - Update to 0.21.0:
    * Allow reloading the kitty.conf config file by pressing
      ctrl+shift+f5. (#1292)
    * Allow clicking URLs to open them without needing to also hold
      ctrl+shift
    * Allow remapping all mouse button press/release events to
      perform arbitrary actions. See details.
    * Support infinite length ligatures (#3504)
    * Backward incompatibility: The options to control which
      modifiers keys to press for various mouse actions have been
      removed, if you used these options, you will need to replace
      them with configuration using the new mouse actions framework
      as they will be ignored. The options were: terminal_select_modifiers,
      rectangle_select_modifiers and open_url_modifiers.
    * Add a configurable mouse action (ctrl+alt+triplepress to select
      from the clicked point to the end of the line. (#3585)
    * Add the ability to un-scroll the screen to the kitty @
      scroll-window remote control command (#3604)
    * A new option, tab_bar_margin_height to add margins around
      the top and bottom edges of the tab bar (#3247)
    * Unicode input kitten: Fix a regression in 0.20.0 that broke
      keyboard handling when the NumLock or CapsLock modifiers were engaged. (#3587)
    * Fix a regression in 0.20.0 that sent incorrect bytes for the
      F1-F4 keys in rmkx mode (#3586)
    * Add a few more special commandline arguments for the launch command.
      Now all KITTY_PIPE_DATA is also available via command line argument
      substitution (#3593)
    * Fix dynamically changing the background color in a window causing
      rendering artifacts in the tab bar (#3595)
    * Fix passing STDIN to launched background processes causing them to
      not inherit environment variables (#3603)
    * Fix deleting windows that are not the last window via remote control
      leaving no window focused (#3619)
    * Add an option kitty @ get-text --add-cursor to also get the current
      cursor position and state as ANSI escape codes (#3625)
    * Add an option kitty @ get-text --add-wrap-markers to add line wrap
      markers to the output (#3633)
    * Improve rendering of curly underlines on HiDPI screens (#3637)
    * ssh kitten: Mimic behavior of ssh command line client more closely
      by executing any command specified on the command line via the users'
      shell just as ssh does (#3638)
    * Fix trailing parentheses in URLs not being detected (#3688)
    * Tab bar: Use a lower contrast color for tab separators (#3666)
    * Fix a regression that caused using the title command in session
      files to stop working (#3676)
    * Fix ligatures not working with the Iosevka font
      (requires Iosevka >= 7.0.4) (#297)
    * Remote control: Allow matching tabs by index number in currently
      active OS Window (#3708)
    * ssh kitten: Fix non-standard properties in terminfo such as the
      ones used for true color not being copied (#312)
  - Add BR python-sphinxcontrib-copybutton
* Thu May 06 2021 Michael Vetter <mvetter@suse.com>
  - Update to 0.20.3:
    * A new show_key kitten to easily see the bytes generated by the
      terminal for key presses in the various keyboard modes (#3556)
    * Linux: Fix keyboard layout change keys defined via compose
      rules not being ignored
    * Fix tab activity symbol not appearing if no other changes happen
      in tab bar even when there is activity in a tab (#3571)
    * Fix focus changes not being sent to windows when focused window
      changes because of the previously focused window being
      closed (#3571)
* Wed Apr 28 2021 Michael Vetter <mvetter@suse.com>
  - Update to 0.20.2:
    * A new protocol extension to unscroll text from the scrollback
      buffer onto the screen. Useful, for example, to restore the
      screen after showing completions below the shell prompt.
    * A new remote control command kitty @ env to change the default
      environment passed to newly created windows (#3529)
    * Linux: Fix binary kitty builds not able to load fonts in WOFF2
      format (#3506)
    * Fix kitty @ close-tab not working with pipe based remote
      control (#3510)
    * Fix removal of inactive tab that is before the currently
      active tab causing the highlighted tab to be incorrect (#3516)
    * icat kitten: Respect EXIF orientation when displaying
      JPEG images (#3518)
    * GNOME: Fix maximize state not being remembered when focus
      changes and window decorations are hidden (#3507)
    * GNOME: Add a new wayland_titlebar_color option to control
      the color of the kitty window title bar
    * Fix reading kitty --session from STDIN not working when the
      kitty --detach option is used (#3523)
    * Special case rendering of the few remaining Powerline box
      drawing chars (#3535)
    * Fix kitty @ set-colors not working for the active_tab_foreground.
* Mon Apr 19 2021 Michael Vetter <mvetter@suse.com>
  - Update to 0.20.1:
    * icat: Fix some broken GIF images with no frame delays not
      being animated (#3498)
    * hints kitten: Fix sending hyperlinks to their default
      handler not working (#3500)
    * Wayland: Fix regression in previous release causing window
      decorations to be drawn even when compositor supports server
    side decorations (#3501)
* Mon Apr 19 2021 Michael Vetter <mvetter@suse.com>
  - Update to 0.20.0:
    * Support display of animated images kitty +kitten icat animation.gif.
      See Animation for details on animation support in the kitty graphics protocol.
    * A new keyboard reporting protocol with various advanced features
      that can be used by full screen terminal programs and even games,
      see A protocol for comprehensive keyboard handling in terminals (#3248)
    * Backward incompatibility: Session files now use the full launch command
      with all its capabilities. However, the syntax of the command is slightly
      different from before. In particular watchers are now specified directly
      on launch and environment variables are set using --env.
    * Allow setting colors when creating windows using the launch command.
    * A new option tab_powerline_style to control the appearance of the tab
      bar when using the powerline tab bar style.
    * A new option scrollback_fill_enlarged_window to fill extra lines in the
      window when the window is expanded with lines from the scrollback (#3371)
    * diff kitten: Implement recursive diff over SSH (#3268)
    * ssh kitten: Allow using python instead of the shell on the server,
      useful if the shell used is a non-POSIX compliant one, such as fish (#3277)
    * Add support for the color settings stack that XTerm copied from us
      without acknowledgement and decided to use incompatible escape codes for.
    * Add entries to the terminfo file for some user capabilities that are
      shared with XTerm (#3193)
    * The launch command now does more sophisticated resolving of executables to run.
      The system-wide PATH is used first, then system specific default paths,
      and finally the PATH inside the shell.
    * Double clicking on empty tab bar area now opens a new tab (#3201)
    * kitty @ ls: Show only environment variables that are different for each window, by default.
    * When passing a directory or a non-executable file as the program to run to kitty
      opens it with the shell or by parsing the shebang, instead of just failing.
    * Linux: Fix rendering of emoji followed by the graphics variation selector
      not being colored with some fonts (#3211)
    * Unicode input: Fix using index in select by name mode not working for indices
      larger than 16. Also using an index does not filter the list of matches. (#3219)
    * Wayland: Add support for the text input protocol (#3410)
    * Wayland: Fix mouse handling when using client side decorations
    * Wayland: Fix un-maximizing a window not restoring its size to what it was
      beforebeing maximized
    * GNOME/Wayland: Improve window decorations the titlebar now shows the window title.
      Allow running under Wayland on GNOME by default. (#3284)
    * Panel kitten: Allow setting WM_CLASS (#3233)
    * Also detect gemini:// URLs when hovering with the mouse (#3370)
    * When using a non-US keyboard layout and pressing ctrl+key when the key
      matches an English key, send that to the program running in the terminal
      automatically (#2000)
    * When matching shortcuts, also match on shifted keys, so a shortcut defined as
      ctrl+plus will match a keyboard where you have to press shift+equal to get
      the plus key (#2000)
    * Fix extra space at bottom of OS window when using the fat layout with the tab
      bar at the top (#3258)
    * Fix window icon not working on X11 with 64bits (#3260)
    * Fix OS window sizes under 100px resulting in scaled display (#3307)
    * Fix rendering of ligatures in the latest release of Cascadia code, which for
      some reason puts empty glyphs after the ligature glyph rather than before it (#3313)
    * Improve handling of infinite length ligatures in newer versions of FiraCode
      and CascadiaCode. Now such ligatures are detected based on glyph naming convention.
      This removes the gap in the ligatures at cell boundaries (#2695)
    * hints kitten: When using the linenumber action with a background action,
      preserve the working directory (#3352)
    * Graphics protocol: Fix suppression of responses not working for chunked transmission (#3375)
    * Fix inactive tab closing causing active tab to change (#3398)
    * Fix a crash on systems using musl as libc (#3395)
    * Improve rendering of rounded corners by using a rectircle equation rather than a cubic bezier (#3409)
    * Graphics protocol: Add a control to allow clients to specify that the cursor should
      not move when displaying an image (#3411)
    * Fix marking of text not working on lines that contain zero cells (#3403)
    * Fix the selection getting changed if the screen contents scroll while the selection is in progress (#3431)
    * X11: Fix resize_in_steps being applied even when window is maximized (#3473)
* Fri Apr 16 2021 Michael Vetter <mvetter@suse.com>
  - Fix build on Factory:
    kitty does not properly separate build and install. We used to
    do both in the %build section. Since rpm 4.16 cleans the buildroot
    is cleaned before %install. So now we run build/install in the
    %install section
* Mon Dec 28 2020 Michael Vetter <mvetter@suse.com>
  - Update to 0.19.3:
    * A new broadcast kitten to type in all kitty windows
      simultaneously (#1569)
    * Add a new mappable select_tab action to choose a tab to switch
      to even when the tab bar is hidden (#3115)
    * Allow specifying text formatting in tab_title_template (#3146)
    * Linux: Read font_features from the FontConfig database as well,
      so that they can be configured in a single, central location (#3174)
    * Graphics protocol: Add support for giving individual image
      placements their own ids and for asking the terminal emulator to
      assign ids for images. Also allow suppressing responses from the
      terminal to commands. These are backwards compatible protocol
      extensions. (#3133, #3163)
    * Distribute extra pixels among all eight-blocks rather than adding
      them all to the last block (#3097)
    * Fix drawing of a few sextant characters incorrect (#3105)
    * Preserve lines in the scrollback if a scrolling region is defined
      that is contiguous with the top of the screen (#3113)
    * Wayland: Fix key repeat being stopped by the release of an
      unrelated key (#2191)
    * Add an option, detect_urls to control whether kitty will detect
      URLs when the mouse moves over them (#3118)
    * Graphics protocol: Dont return filename in the error message when
      opening file fails, since filenames can contain control characters (#3128)
    * Fix one ANSI formatting escape code not being removed from the
      pager history buffer when piping it as plain text (#3132)
    * Match the save/restore cursor behavior of other terminals, for the
      sake of interoperability. This means that doing a DECRC without a
      prior DECSC is now undefined (#1264)
    * Fix mapping remote_control send-text not working (#3147)
    * Add a right option for tab_switch_strategy (#3155)
    * Fix a regression in 0.19.0 that caused a rare crash when using the
      optional scrollback_pager_history_size (#3049)
    * Full screen kittens: Fix incorrect cursor position after
      kitten quits (#3176)
  - Fix bsc#1180298 CVE-2020-35605
* Mon Nov 16 2020 Avindra Goolcharan <avindra@opensuse.org>
  - Update to 0.19.2:
    * A new Query terminal kitten to easily query the running kitty
      via escape codes to detect its version, and the values of
      configuration options that enable or disable terminal features.
    * Options to control mouse pointer shape, default_pointer_shape,
      and pointer_shape_when_dragging
    * Font independent rendering for braille characters, which
      ensures they are properly aligned at all font sizes.
    * Fix a regression in 0.19.0 that caused borders not to be drawn
      when setting window_margin_width and keeping
      draw_minimal_borders on
    * Fix a regression in 0.19.0 that broke rendering of one-eight
      bar unicode characters at very small font sizes
    * Wayland: Fix a crash under GNOME when using multiple OS windows
    * Fix selections created by dragging upwards not being
      auto-cleared when screen contents change
    * Allow adding MIME definitions to kitty by placing a mime.types
      file in the kitty config directory
    * Dont ignore --title when using a session file that defines
      no windows
    * Fix the send_text action not working in URL handlers
    * Fix last character of URL not being detected if it is the only
      character on a new line
    * Don't restrict the ICH,DCH,REP control codes to only the
      current scroll region
  - use generic name in rpm files section
* Tue Oct 06 2020 Michael Vetter <mvetter@suse.com>
  - Update to 0.19.1:
    * hints kitten: Add an ip type for easy selection of IP addresses (#3009)
    * Fix a regression that caused a segfault when using
      scrollback_pager_history_size and it needs to be expanded (#3011)
    * Fix update available notifications repeating (#3006)
* Mon Oct 05 2020 Michael Vetter <mvetter@suse.com>
  - Update to 0.19.0:
    * Add support for hyperlinks from terminal programs. Controlled
      via allow_hyperlinks (#68)
    * Add support for easily editing or downloading files over SSH
      sessions without the need for any special software
    * A new Hyperlinked grep kitten to easily search files and open
      the results at the matched line by clicking on them.
    * Allow customizing the actions kitty takes when clicking on URLs
    * Improve rendering of borders when using minimal borders.
      Use less space and do not display a box around active windows
    * Add a new extensible escape code to allow terminal programs to
      trigger desktop notifications. See Desktop notifications (#1474)
    * Implement special rendering for various characters from the set
      of "Symbols for Legacy Computing" from the Unicode 13 standard
    * Unicode input kitten: Allow choosing symbols from the NERD font
      as well. These are mostly Private Use symbols not in any standard,
      however are common. (#2972)
    * Allow specifying border sizes in either pts or pixels. Change the
      default to 0.5pt borders as this works best with the new minimal border style
    * Add support for displaying correct colors with non-sRGB PNG
      files (Adds a dependency on liblcms2)
    * hints kitten: Add a new kitty +kitten hints --type of hyperlink useful
      for activating hyperlinks using just the keyboard
    * Allow tracking focus change events in watchers (#2918)
    * Allow specifying watchers in session files and via a
      command line argument (#2933)
    * Add a setting tab_activity_symbol to show a symbol in the tab title if
      one of the windows has some activity after it was last focused (#2515)
    * When in the main screen and a program grabs the mouse, do not use the
      scroll wheel events to scroll the scrollback buffer, instead send
      them to the program (#2939)
    * Fix unfocused windows in which a bell occurs not changing their border color
      to red until a relayout
    * Linux: Fix automatic detection of bold/italic faces for fonts such as IBM
      Plex Mono that have the regular face with a full name that is the same as
      the family name (#2951)
    * Fix a regression that broke kitten_alias (#2952)
    * Fix a regression that broke the move_window_to_top action (#2953)
    * Fix a memory leak when changing font sizes
    * Fix some lines in the scrollback buffer not being properly rendered after a
      window resize/font size change (#2619)
* Wed Sep 23 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - kitty doesn't use libexecdir
* Wed Aug 12 2020 Michael Vetter <mvetter@suse.com>
  - Update to 0.18.3:
    * hints kitten: Allow customizing hint colors (#2894)
    * Wayland: Fix a typo in the previous release that broke reading
      mouse cursor size (#2895)
    * Fix a regression in the previous release that could cause an
      exception during startup in rare circumstances (#2896)
    * Fix image leaving behind a black rectangle when switch away and
      back to alternate screen (#2901)
    * Fix one pixel mis-alignment of rounded corners when either the
      cell dimensions or the thickness of the line is an odd number
      of pixels (#2907)
    * Fix a regression that broke specifying OS window size in the
      session file (#2908)
* Wed Jul 29 2020 Michael Vetter <mvetter@suse.com>
  - Update to 0.18.2:
    * X11: Improve handling of multiple keyboards. Now pressing a
      modifier key in one keyboard and a normal key in another works (#2362).
      Don't rebuild keymaps on new keyboard events that only change
      geometry (#2787). Better handling of multiple keyboards with
      incompatible layouts (#2726)
    * Improve anti-aliasing of triangular box drawing characters,
      noticeable on low-resolution screens (#2844)
    * Fix kitty @ send-text not working reliably when using a socket
      for remote control (#2852)
    * Implement support for box drawing rounded-corners characters (#2240)
    * Allow setting the class for new OS windows in a session file
    * When a character from the Unicode Dingbat block is followed by a
      space, use the extra space to render a larger version of the character (#2850)
    * Make neighboring window selection in grid and splits layouts
      more intelligent (#2840)
    * Allow passing the current selection to kittens (#2796)
    * Fix pre-edit text not always being cleared with ibus input (#2862)
    * Allow setting the background_opacity of new OS windows created via
      kitty --single-instance using the kitty --override command line argument (#2806)
    * Fix the CSI J (Erase in display ED) escape code not removing line
      continued markers (#2809)
    * hints kitten: In linenumber mode expand paths that starts with ~ (#2822)
    * Fix launch --location=last not working (#2841)
    * Fix incorrect centering when a PUA or symbol glyph is followed by
      more than one space
    * Have the confirm_os_window_close option also apply when closing tabs
      with multiple windows (#2857)
    * Add support for legacy DECSET codes 47, 1047 and 1048 (#2871)
    * Wayland: Fix a regression in 0.18.0 that could cause crashes related
      to mouse cursors in some rare circumstances (#2810)
    * Fix change in window size that does not change number of cells not being
      reported to the kernel (#2880)
* Fri Jun 26 2020 Philipp Seiler <p.seiler@linuxmail.org>
  - ported no-docs patch to 0.18.1
  - improved the sed line and added another one for python2
* Wed Jun 24 2020 Michael Vetter <mvetter@suse.com>
  - Update to 0.18.1:
    * macOS: Fix for diff kitten not working with python 3.8 (#2780)
* Mon Jun 22 2020 Michael Vetter <mvetter@suse.com>
  - Update to 0.18.0:
    * Allow multiple overlay windows per normal window
    * Add an option confirm_os_window_close to ask for confirmation when
      closing an OS window with multiple kitty windows.
    * Tall and Fat layouts: Add a mirrored option to put the full size
      window on the opposite edge of the screen (#2654)
    * Tall and Fat layouts: Add mappable actions to increase or
      decrease the number of full size windows (#2688)
    * Allow sending arbitrary signals to the current foreground process
      in a window using either a mapping in kitty.conf or via remote
      control (#2778)
    * Allow sending the back and forward mouse buttons to terminal
      applications (#2742)
    * Backwards incompatibility: The numbers used to encode mouse
      buttons for the send_mouse_event function that can be used in
      kittens have been changed (see Sending mouse events).
    * Add a new mappable quit action to quit kitty completely.
    * Fix marks using different colors with regexes using only
      a single color (#2663)
    * Linux: Workaround for broken Nvidia drivers for old cards (#456)
    * Wayland: Fix kitty being killed on some Wayland compositors
      if a hidden window has a lot of output (#2329)
    * Add support for the CSI REP escape code (#2702)
    * Wayland: Fix mouse cursor rendering on HiDPI screens (#2709)
    * X11: Recompile keymaps on XkbNewKeyboardNotify events (#2726)
    * X11: Reduce startup time by ~25% by only querying GLX for
      framebuffer configurations once (#2754)
    * Fix the kitty shell launched via a mapping needlessly requiring
      allow_remote_control to be turned on.
* Mon May 11 2020 Michael Vetter <mvetter@suse.com>
  - Update to 0.17.4:
    * Allow showing the name of the current layout and the number of
      windows in tab titles (#2634)
    * By default, double clicking no longer considers the : as part
      of words, see select_by_word_characters (#2602)
    * Fix a regression that caused clicking in the padding/margins
      of windows in the stack layout to switch the window to the
      first window (#2604)
    * Report modifier key state when sending wheel events to the
      terminal program
    * Fix kitty @ send-text not working with text larger than 1024
      bytes when using kitty --listen-on (#2607)
    * Wayland: Fix OS window title not updating for hidden
      windows (#2629)
    * Fix background_tint making the window semi-transparent (#2618)
* Thu Apr 23 2020 Michael Vetter <mvetter@suse.com>
  - Update to 0.17.3:
    * Allow individually setting margins and padding for each edge
      (left, right, top, bottom). Margins can also be controlled per
      window via remote control (#2546)
    * Fix reverse video not being rendered correctly when using
      transparency or a background image (#2419)
    * Allow mapping arbitrary remote control commands to key
      presses in kitty.conf
    * X11: Fix crash when doing drag and drop from some
      applications (#2505)
    * Fix launch --stdin-add-formatting not working (#2512)
    * Update to Unicode 13.0 (#2513)
    * Render country flags designated by a pair of unicode
      codepoints in two cells instead of four.
    * diff kitten: New option to control the background color for
      filler lines in the margin (#2518)
    * Fix specifying options for layouts in the startup session
      file not working (#2520)
    * Linux: Ignore keys if they are designated as
      layout/group/mode switch keys (#2519)
    * Marks: Fix marks not handling wide characters and tab
      characters correctly (#2534)
    * Add a new listen_on option in kitty.conf to set kitty
    - -listen-on globally. Also allow using environment
      variables in this option (#2569).
    * Allow sending mouse events in kittens (#2538)
    * icat kitten: Fix display of 16-bit depth images (#2542)
    * Add ncurses specific terminfo definitions for
      strikethrough (#2567)
    * Fix a regression in 0.17 that broke displaying graphics
      over SSH (#2568)
    * Fix --title not being applied at window creation time (#2570)
* Sun Mar 29 2020 Michael Vetter <mvetter@suse.com>
  - Update to 0.17.2:
    * Add a launch --watcher option that allows defining callbacks
      that are called for various events in the window's life-cycle
      (#2440)
    * Fix a regression in 0.17 that broke drawing of borders with
      non-minimal borders (#2474)
    * Hints kitten: Allow copying to primary selection as well
      as clipboard (#2487)
    * Add a new mappable action close_other_windows_in_tab to close
      all but the active window (#2484)
    * Hints kitten: Adjust the default regex used to detect line
      numbers to handle line+column numbers (#2268)
    * Fix blank space at the start of tab bar in the powerline
      style when first tab is inactive (#2478)
    * Fix regression causing incorrect rendering of separators in
      tab bar when defining a tab bar background color (#2480)
    * Fix a regression in 0.17 that broke the kitty @ launch remote
      command and also broke the --tab-title option when
      creating a new tab. (#2488)
    * Linux: Fix selection of fonts with multiple width variants
      not preferring the normal width faces (#2491)
* Thu Mar 26 2020 Michael Vetter <mvetter@suse.com>
  - Update to 0.17.1:
    * Fix cursor_underline_thickness not working (#2465)
    * Fix a regression in 0.17 that caused tab bar background to be
      rendered after the last tab as well (#2464)
    * Fix a regression in 0.17 that caused kitty @ set-colors to
      require setting cursor_text_color (#2470)
* Tue Mar 24 2020 Michael Vetter <mvetter@suse.com>
  - Update to 0.17.0:
    * A new The Splits Layout to arrange windows in arbitrary splits (#2308)
    * Add support for specifying a background image, see background_image
      (#163 and #2326; thanks to Fredrick Brennan.)
    * A new background_tint option to darken the background under the
      text area when using background images and/or transparent windows.
    * Allow selection of single cells with the mouse. Also improve mouse
      selection to follow semantics common to most programs (#945)
    * New options cursor_beam_thickness and cursor_underline_thickness
      to control the thickness of the beam and underline cursors (#2337 and #2342)
    * When the application running in the terminal grabs the mouse, pass
      middle clicks to the application unless terminal_select_modifiers
      are pressed (#2368)
    * A new copy_and_clear_or_interrupt function (#2403)
    * X11: Fix arrow mouse cursor using right pointing instead of the
      default left pointing arrow (#2341)
    * Allow passing the currently active kitty window id in the launch command (#2391)
    * unicode input kitten: Allow pressing ctrl+tab to change the input mode (#2343)
    * Fix a bug that prevented using custom functions with the new marks feature (#2344)
    * Make the set of URL prefixes that are recognized while hovering with the
      mouse configurable (#2416)
    * Fix border/margin/padding sizes not being recalculated on DPI change (#2346)
    * diff kitten: Fix directory diffing with removed binary files failing (#2378)
    * Fix rendering of combining characters with fonts that have glyphs for
      precomposed characters but not decomposed versions (#2365)
    * Fix incorrect rendering of selection when using rectangular select and
      scrolling (#2351)
    * Allow setting WM_CLASS and WM_NAME when creating new OS windows
      with the launch command (launch --os-window-class)
    * Fix a regression in the previous release that broke switching to
      neighboring windows in the Grid layout when there are less
      than four windows (#2377)
    * Fix colors in scrollback pager off if the window has redefined
      terminal colors using escape codes (#2381)
    * Fix selection not updating properly while scrolling (#2442)
    * Allow extending selections by dragging with right button pressed (#2445)
    * Workaround for bug in less that causes colors to reset at wrapped lines (#2381)
    * X11/Wayland: Allow drag and drop of text/plain in addition to text/uri-list (#2441)
    * Dont strip & and - from the end of URLs (#2436)
    * Fix @selection placeholder not working with launch command (#2417)
    * Drop support for python 3.5
    * Wayland: Fix a crash when drag and dropping into kitty (#2432)
    * diff kitten: Fix images lingering as blank rectangles after the kitten quits (#2449)
    * diff kitten: Fix images losing position when scrolling using mouse wheel/touchpad
* Tue Jan 28 2020 Martin Rey <mrey@suse.com>
  - Update to 0.16.0:
    * A new Marks feature that allows highlighting and scrolling to
      arbitrary text in the terminal window.
    * hints kitten: Allow pressing ctrl+shift+p>n to quickly open the
      selected file at the selected line in vim or a configurable
      editor (#2268)
    * Allow having more than one full height window in the tall
      layout (#2276)
    * Allow choosing OpenType features for individual fonts via the
      font_features option. (#2248)
    * Wayland: Fix a freeze in rare circumstances when having
      multiple OS Windows (#2307 and #1722)
    * Wayland: Fix window titles being set to very long strings on
      the order of 8KB causing a crash (#1526)
    * Add an option force_ltr to turn off the display of text in RTL
      scripts in right-to-left order (#2293)
    * Allow opening new tabs/windows before the current tab/window as
      well as after it with the launch --location option.
    * Add a resize_in_steps option that can be used to resize the OS
      window in steps as large as character cells (#2131)
    * When triple-click+dragging to select multiple lines, extend the
      selection of the first line to match the rest on the left
      (#2284)
    * Fix a segfault when using kitty --debug-config with maps
      (#2270)
    * goto_tab now maps numbers larger than the last tab to the last
      tab (#2291)
    * Fix URL detection not working for urls of the form
      scheme:///url (#2292)
    * When windows are semi-transparent and all contain graphics,
      correctly render them. (#2310)

Files

/usr/bin/kitten
/usr/bin/kitty
/usr/lib64/kitty
/usr/lib64/kitty/__main__.py
/usr/lib64/kitty/__pycache__
/usr/lib64/kitty/__pycache__/__main__.cpython-311.opt-1.pyc
/usr/lib64/kitty/__pycache__/__main__.cpython-311.opt-2.pyc
/usr/lib64/kitty/__pycache__/__main__.cpython-311.pyc
/usr/lib64/kitty/kittens
/usr/lib64/kitty/kittens/__init__.py
/usr/lib64/kitty/kittens/__pycache__
/usr/lib64/kitty/kittens/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/__pycache__/runner.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/__pycache__/runner.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/__pycache__/runner.cpython-311.pyc
/usr/lib64/kitty/kittens/ask
/usr/lib64/kitty/kittens/ask/__init__.py
/usr/lib64/kitty/kittens/ask/__pycache__
/usr/lib64/kitty/kittens/ask/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/ask/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/ask/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/ask/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/ask/__pycache__/main.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/ask/__pycache__/main.cpython-311.pyc
/usr/lib64/kitty/kittens/ask/main.py
/usr/lib64/kitty/kittens/broadcast
/usr/lib64/kitty/kittens/broadcast/__init__.py
/usr/lib64/kitty/kittens/broadcast/__pycache__
/usr/lib64/kitty/kittens/broadcast/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/broadcast/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/broadcast/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/broadcast/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/broadcast/__pycache__/main.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/broadcast/__pycache__/main.cpython-311.pyc
/usr/lib64/kitty/kittens/broadcast/main.py
/usr/lib64/kitty/kittens/clipboard
/usr/lib64/kitty/kittens/clipboard/__init__.py
/usr/lib64/kitty/kittens/clipboard/__pycache__
/usr/lib64/kitty/kittens/clipboard/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/clipboard/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/clipboard/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/clipboard/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/clipboard/__pycache__/main.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/clipboard/__pycache__/main.cpython-311.pyc
/usr/lib64/kitty/kittens/clipboard/main.py
/usr/lib64/kitty/kittens/diff
/usr/lib64/kitty/kittens/diff/__init__.py
/usr/lib64/kitty/kittens/diff/__pycache__
/usr/lib64/kitty/kittens/diff/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/diff/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/diff/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/diff/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/diff/__pycache__/main.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/diff/__pycache__/main.cpython-311.pyc
/usr/lib64/kitty/kittens/diff/main.py
/usr/lib64/kitty/kittens/hints
/usr/lib64/kitty/kittens/hints/__init__.py
/usr/lib64/kitty/kittens/hints/__pycache__
/usr/lib64/kitty/kittens/hints/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/hints/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/hints/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/hints/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/hints/__pycache__/main.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/hints/__pycache__/main.cpython-311.pyc
/usr/lib64/kitty/kittens/hints/main.py
/usr/lib64/kitty/kittens/hyperlinked_grep
/usr/lib64/kitty/kittens/hyperlinked_grep/__init__.py
/usr/lib64/kitty/kittens/hyperlinked_grep/__pycache__
/usr/lib64/kitty/kittens/hyperlinked_grep/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/hyperlinked_grep/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/hyperlinked_grep/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/hyperlinked_grep/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/hyperlinked_grep/__pycache__/main.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/hyperlinked_grep/__pycache__/main.cpython-311.pyc
/usr/lib64/kitty/kittens/hyperlinked_grep/main.py
/usr/lib64/kitty/kittens/icat
/usr/lib64/kitty/kittens/icat/__init__.py
/usr/lib64/kitty/kittens/icat/__pycache__
/usr/lib64/kitty/kittens/icat/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/icat/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/icat/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/icat/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/icat/__pycache__/main.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/icat/__pycache__/main.cpython-311.pyc
/usr/lib64/kitty/kittens/icat/main.py
/usr/lib64/kitty/kittens/panel
/usr/lib64/kitty/kittens/panel/__init__.py
/usr/lib64/kitty/kittens/panel/__pycache__
/usr/lib64/kitty/kittens/panel/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/panel/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/panel/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/panel/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/panel/__pycache__/main.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/panel/__pycache__/main.cpython-311.pyc
/usr/lib64/kitty/kittens/panel/main.py
/usr/lib64/kitty/kittens/query_terminal
/usr/lib64/kitty/kittens/query_terminal/__init__.py
/usr/lib64/kitty/kittens/query_terminal/__pycache__
/usr/lib64/kitty/kittens/query_terminal/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/query_terminal/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/query_terminal/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/query_terminal/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/query_terminal/__pycache__/main.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/query_terminal/__pycache__/main.cpython-311.pyc
/usr/lib64/kitty/kittens/query_terminal/main.py
/usr/lib64/kitty/kittens/remote_file
/usr/lib64/kitty/kittens/remote_file/__init__.py
/usr/lib64/kitty/kittens/remote_file/__pycache__
/usr/lib64/kitty/kittens/remote_file/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/remote_file/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/remote_file/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/remote_file/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/remote_file/__pycache__/main.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/remote_file/__pycache__/main.cpython-311.pyc
/usr/lib64/kitty/kittens/remote_file/main.py
/usr/lib64/kitty/kittens/resize_window
/usr/lib64/kitty/kittens/resize_window/__init__.py
/usr/lib64/kitty/kittens/resize_window/__pycache__
/usr/lib64/kitty/kittens/resize_window/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/resize_window/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/resize_window/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/resize_window/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/resize_window/__pycache__/main.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/resize_window/__pycache__/main.cpython-311.pyc
/usr/lib64/kitty/kittens/resize_window/main.py
/usr/lib64/kitty/kittens/runner.py
/usr/lib64/kitty/kittens/show_key
/usr/lib64/kitty/kittens/show_key/__init__.py
/usr/lib64/kitty/kittens/show_key/__pycache__
/usr/lib64/kitty/kittens/show_key/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/show_key/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/show_key/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/show_key/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/show_key/__pycache__/main.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/show_key/__pycache__/main.cpython-311.pyc
/usr/lib64/kitty/kittens/show_key/main.py
/usr/lib64/kitty/kittens/ssh
/usr/lib64/kitty/kittens/ssh/__init__.py
/usr/lib64/kitty/kittens/ssh/__pycache__
/usr/lib64/kitty/kittens/ssh/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/ssh/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/ssh/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/ssh/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/ssh/__pycache__/main.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/ssh/__pycache__/main.cpython-311.pyc
/usr/lib64/kitty/kittens/ssh/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/ssh/__pycache__/utils.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/ssh/__pycache__/utils.cpython-311.pyc
/usr/lib64/kitty/kittens/ssh/main.py
/usr/lib64/kitty/kittens/ssh/utils.py
/usr/lib64/kitty/kittens/themes
/usr/lib64/kitty/kittens/themes/__init__.py
/usr/lib64/kitty/kittens/themes/__pycache__
/usr/lib64/kitty/kittens/themes/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/themes/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/themes/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/themes/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/themes/__pycache__/main.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/themes/__pycache__/main.cpython-311.pyc
/usr/lib64/kitty/kittens/themes/main.py
/usr/lib64/kitty/kittens/transfer
/usr/lib64/kitty/kittens/transfer/__init__.py
/usr/lib64/kitty/kittens/transfer/__pycache__
/usr/lib64/kitty/kittens/transfer/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/transfer/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/transfer/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/transfer/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/transfer/__pycache__/main.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/transfer/__pycache__/main.cpython-311.pyc
/usr/lib64/kitty/kittens/transfer/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/transfer/__pycache__/utils.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/transfer/__pycache__/utils.cpython-311.pyc
/usr/lib64/kitty/kittens/transfer/main.py
/usr/lib64/kitty/kittens/transfer/rsync.so
/usr/lib64/kitty/kittens/transfer/utils.py
/usr/lib64/kitty/kittens/tui
/usr/lib64/kitty/kittens/tui/__init__.py
/usr/lib64/kitty/kittens/tui/__pycache__
/usr/lib64/kitty/kittens/tui/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/dircolors.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/dircolors.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/dircolors.cpython-311.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/handler.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/handler.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/handler.cpython-311.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/images.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/images.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/images.cpython-311.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/line_edit.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/line_edit.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/line_edit.cpython-311.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/loop.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/loop.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/loop.cpython-311.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/operations.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/operations.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/operations.cpython-311.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/operations_stub.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/operations_stub.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/operations_stub.cpython-311.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/path_completer.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/path_completer.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/path_completer.cpython-311.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/progress.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/progress.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/progress.cpython-311.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/spinners.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/spinners.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/spinners.cpython-311.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/utils.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/tui/__pycache__/utils.cpython-311.pyc
/usr/lib64/kitty/kittens/tui/dircolors.py
/usr/lib64/kitty/kittens/tui/handler.py
/usr/lib64/kitty/kittens/tui/images.py
/usr/lib64/kitty/kittens/tui/line_edit.py
/usr/lib64/kitty/kittens/tui/loop.py
/usr/lib64/kitty/kittens/tui/operations.py
/usr/lib64/kitty/kittens/tui/operations_stub.py
/usr/lib64/kitty/kittens/tui/path_completer.py
/usr/lib64/kitty/kittens/tui/progress.py
/usr/lib64/kitty/kittens/tui/spinners.py
/usr/lib64/kitty/kittens/tui/utils.py
/usr/lib64/kitty/kittens/unicode_input
/usr/lib64/kitty/kittens/unicode_input/__init__.py
/usr/lib64/kitty/kittens/unicode_input/__pycache__
/usr/lib64/kitty/kittens/unicode_input/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/unicode_input/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/unicode_input/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kittens/unicode_input/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib64/kitty/kittens/unicode_input/__pycache__/main.cpython-311.opt-2.pyc
/usr/lib64/kitty/kittens/unicode_input/__pycache__/main.cpython-311.pyc
/usr/lib64/kitty/kittens/unicode_input/main.py
/usr/lib64/kitty/kitty
/usr/lib64/kitty/kitty/__init__.py
/usr/lib64/kitty/kitty/__pycache__
/usr/lib64/kitty/kitty/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/actions.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/actions.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/actions.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/bash.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/bash.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/bash.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/borders.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/borders.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/borders.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/boss.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/boss.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/boss.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/child.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/child.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/child.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/choose_entry.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/choose_entry.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/choose_entry.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/cli.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/cli.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/cli.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/cli_stub.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/cli_stub.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/cli_stub.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/client.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/client.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/client.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/clipboard.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/clipboard.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/clipboard.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/config.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/config.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/config.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/constants.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/constants.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/constants.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/debug_config.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/debug_config.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/debug_config.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/entry_points.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/entry_points.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/entry_points.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/file_transmission.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/file_transmission.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/file_transmission.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/guess_mime_type.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/guess_mime_type.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/guess_mime_type.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/key_encoding.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/key_encoding.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/key_encoding.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/key_names.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/key_names.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/key_names.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/keys.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/keys.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/keys.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/launch.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/launch.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/launch.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/main.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/main.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/marks.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/marks.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/marks.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/multiprocessing.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/multiprocessing.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/multiprocessing.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/notify.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/notify.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/notify.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/open_actions.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/open_actions.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/open_actions.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/os_window_size.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/os_window_size.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/os_window_size.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/remote_control.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/remote_control.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/remote_control.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/rgb.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/rgb.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/rgb.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/search_query_parser.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/search_query_parser.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/search_query_parser.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/session.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/session.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/session.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/shaders.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/shaders.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/shaders.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/shell_integration.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/shell_integration.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/shell_integration.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/shm.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/shm.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/shm.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/short_uuid.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/short_uuid.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/short_uuid.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/tab_bar.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/tab_bar.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/tab_bar.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/tabs.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/tabs.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/tabs.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/terminfo.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/terminfo.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/terminfo.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/types.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/types.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/types.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/typing.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/typing.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/typing.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/update_check.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/update_check.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/update_check.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/utils.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/utils.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/window.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/window.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/window.cpython-311.pyc
/usr/lib64/kitty/kitty/__pycache__/window_list.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/__pycache__/window_list.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/__pycache__/window_list.cpython-311.pyc
/usr/lib64/kitty/kitty/actions.py
/usr/lib64/kitty/kitty/alpha_blend.glsl
/usr/lib64/kitty/kitty/bash.py
/usr/lib64/kitty/kitty/bgimage_fragment.glsl
/usr/lib64/kitty/kitty/bgimage_vertex.glsl
/usr/lib64/kitty/kitty/border_fragment.glsl
/usr/lib64/kitty/kitty/border_vertex.glsl
/usr/lib64/kitty/kitty/borders.py
/usr/lib64/kitty/kitty/boss.py
/usr/lib64/kitty/kitty/cell_defines.glsl
/usr/lib64/kitty/kitty/cell_fragment.glsl
/usr/lib64/kitty/kitty/cell_vertex.glsl
/usr/lib64/kitty/kitty/child.py
/usr/lib64/kitty/kitty/choose_entry.py
/usr/lib64/kitty/kitty/cli.py
/usr/lib64/kitty/kitty/cli_stub.py
/usr/lib64/kitty/kitty/client.py
/usr/lib64/kitty/kitty/clipboard.py
/usr/lib64/kitty/kitty/conf
/usr/lib64/kitty/kitty/conf/__init__.py
/usr/lib64/kitty/kitty/conf/__pycache__
/usr/lib64/kitty/kitty/conf/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/conf/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/conf/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kitty/conf/__pycache__/generate.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/conf/__pycache__/generate.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/conf/__pycache__/generate.cpython-311.pyc
/usr/lib64/kitty/kitty/conf/__pycache__/types.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/conf/__pycache__/types.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/conf/__pycache__/types.cpython-311.pyc
/usr/lib64/kitty/kitty/conf/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/conf/__pycache__/utils.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/conf/__pycache__/utils.cpython-311.pyc
/usr/lib64/kitty/kitty/conf/generate.py
/usr/lib64/kitty/kitty/conf/types.py
/usr/lib64/kitty/kitty/conf/utils.py
/usr/lib64/kitty/kitty/config.py
/usr/lib64/kitty/kitty/constants.py
/usr/lib64/kitty/kitty/debug_config.py
/usr/lib64/kitty/kitty/entry_points.py
/usr/lib64/kitty/kitty/fast_data_types.so
/usr/lib64/kitty/kitty/file_transmission.py
/usr/lib64/kitty/kitty/fonts
/usr/lib64/kitty/kitty/fonts/__init__.py
/usr/lib64/kitty/kitty/fonts/__pycache__
/usr/lib64/kitty/kitty/fonts/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/fonts/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/fonts/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kitty/fonts/__pycache__/box_drawing.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/fonts/__pycache__/box_drawing.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/fonts/__pycache__/box_drawing.cpython-311.pyc
/usr/lib64/kitty/kitty/fonts/__pycache__/core_text.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/fonts/__pycache__/core_text.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/fonts/__pycache__/core_text.cpython-311.pyc
/usr/lib64/kitty/kitty/fonts/__pycache__/fontconfig.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/fonts/__pycache__/fontconfig.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/fonts/__pycache__/fontconfig.cpython-311.pyc
/usr/lib64/kitty/kitty/fonts/__pycache__/list.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/fonts/__pycache__/list.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/fonts/__pycache__/list.cpython-311.pyc
/usr/lib64/kitty/kitty/fonts/__pycache__/render.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/fonts/__pycache__/render.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/fonts/__pycache__/render.cpython-311.pyc
/usr/lib64/kitty/kitty/fonts/box_drawing.py
/usr/lib64/kitty/kitty/fonts/core_text.py
/usr/lib64/kitty/kitty/fonts/fontconfig.py
/usr/lib64/kitty/kitty/fonts/list.py
/usr/lib64/kitty/kitty/fonts/render.py
/usr/lib64/kitty/kitty/glfw-wayland.so
/usr/lib64/kitty/kitty/glfw-x11.so
/usr/lib64/kitty/kitty/graphics_fragment.glsl
/usr/lib64/kitty/kitty/graphics_vertex.glsl
/usr/lib64/kitty/kitty/guess_mime_type.py
/usr/lib64/kitty/kitty/key_encoding.py
/usr/lib64/kitty/kitty/key_names.py
/usr/lib64/kitty/kitty/keys.py
/usr/lib64/kitty/kitty/launch.py
/usr/lib64/kitty/kitty/launcher
/usr/lib64/kitty/kitty/launcher/kitty
/usr/lib64/kitty/kitty/layout
/usr/lib64/kitty/kitty/layout/__init__.py
/usr/lib64/kitty/kitty/layout/__pycache__
/usr/lib64/kitty/kitty/layout/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/base.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/base.cpython-311.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/grid.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/grid.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/grid.cpython-311.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/interface.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/interface.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/interface.cpython-311.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/splits.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/splits.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/splits.cpython-311.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/stack.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/stack.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/stack.cpython-311.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/tall.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/tall.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/tall.cpython-311.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/vertical.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/vertical.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/layout/__pycache__/vertical.cpython-311.pyc
/usr/lib64/kitty/kitty/layout/base.py
/usr/lib64/kitty/kitty/layout/grid.py
/usr/lib64/kitty/kitty/layout/interface.py
/usr/lib64/kitty/kitty/layout/splits.py
/usr/lib64/kitty/kitty/layout/stack.py
/usr/lib64/kitty/kitty/layout/tall.py
/usr/lib64/kitty/kitty/layout/vertical.py
/usr/lib64/kitty/kitty/linear2srgb.glsl
/usr/lib64/kitty/kitty/main.py
/usr/lib64/kitty/kitty/marks.py
/usr/lib64/kitty/kitty/multiprocessing.py
/usr/lib64/kitty/kitty/notify.py
/usr/lib64/kitty/kitty/open_actions.py
/usr/lib64/kitty/kitty/options
/usr/lib64/kitty/kitty/options/__init__.py
/usr/lib64/kitty/kitty/options/__pycache__
/usr/lib64/kitty/kitty/options/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/options/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/options/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kitty/options/__pycache__/definition.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/options/__pycache__/definition.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/options/__pycache__/definition.cpython-311.pyc
/usr/lib64/kitty/kitty/options/__pycache__/parse.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/options/__pycache__/parse.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/options/__pycache__/parse.cpython-311.pyc
/usr/lib64/kitty/kitty/options/__pycache__/types.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/options/__pycache__/types.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/options/__pycache__/types.cpython-311.pyc
/usr/lib64/kitty/kitty/options/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/options/__pycache__/utils.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/options/__pycache__/utils.cpython-311.pyc
/usr/lib64/kitty/kitty/options/definition.py
/usr/lib64/kitty/kitty/options/parse.py
/usr/lib64/kitty/kitty/options/types.py
/usr/lib64/kitty/kitty/options/utils.py
/usr/lib64/kitty/kitty/os_window_size.py
/usr/lib64/kitty/kitty/rc
/usr/lib64/kitty/kitty/rc/__init__.py
/usr/lib64/kitty/kitty/rc/__pycache__
/usr/lib64/kitty/kitty/rc/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/__init__.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/base.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/base.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/close_tab.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/close_tab.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/close_tab.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/close_window.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/close_window.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/close_window.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/create_marker.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/create_marker.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/create_marker.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/detach_tab.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/detach_tab.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/detach_tab.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/detach_window.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/detach_window.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/detach_window.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/disable_ligatures.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/disable_ligatures.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/disable_ligatures.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/env.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/env.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/env.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/focus_tab.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/focus_tab.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/focus_tab.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/focus_window.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/focus_window.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/focus_window.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/get_colors.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/get_colors.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/get_colors.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/get_text.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/get_text.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/get_text.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/goto_layout.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/goto_layout.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/goto_layout.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/kitten.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/kitten.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/kitten.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/last_used_layout.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/last_used_layout.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/last_used_layout.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/launch.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/launch.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/launch.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/ls.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/ls.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/ls.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/new_window.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/new_window.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/new_window.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/remove_marker.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/remove_marker.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/remove_marker.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/resize_os_window.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/resize_os_window.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/resize_os_window.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/resize_window.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/resize_window.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/resize_window.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/scroll_window.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/scroll_window.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/scroll_window.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/select_window.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/select_window.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/select_window.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/send_text.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/send_text.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/send_text.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_background_image.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_background_image.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_background_image.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_background_opacity.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_background_opacity.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_background_opacity.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_colors.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_colors.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_colors.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_enabled_layouts.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_enabled_layouts.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_enabled_layouts.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_font_size.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_font_size.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_font_size.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_spacing.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_spacing.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_spacing.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_tab_color.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_tab_color.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_tab_color.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_tab_title.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_tab_title.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_tab_title.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_user_vars.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_user_vars.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_user_vars.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_window_logo.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_window_logo.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_window_logo.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_window_title.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_window_title.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/set_window_title.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/signal_child.cpython-311.opt-1.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/signal_child.cpython-311.opt-2.pyc
/usr/lib64/kitty/kitty/rc/__pycache__/signal_child.cpython-311.pyc
/usr/lib64/kitty/kitty/rc/base.py
/usr/lib64/kitty/kitty/rc/close_tab.py
/usr/lib64/kitty/kitty/rc/close_window.py
/usr/lib64/kitty/kitty/rc/create_marker.py
/usr/lib64/kitty/kitty/rc/detach_tab.py
/usr/lib64/kitty/kitty/rc/detach_window.py
/usr/lib64/kitty/kitty/rc/disable_ligatures.py
/usr/lib64/kitty/kitty/rc/env.py
/usr/lib64/kitty/kitty/rc/focus_tab.py
/usr/lib64/kitty/kitty/rc/focus_window.py
/usr/lib64/kitty/kitty/rc/get_colors.py
/usr/lib64/kitty/kitty/rc/get_text.py
/usr/lib64/kitty/kitty/rc/goto_layout.py
/usr/lib64/kitty/kitty/rc/kitten.py
/usr/lib64/kitty/kitty/rc/last_used_layout.py
/usr/lib64/kitty/kitty/rc/launch.py
/usr/lib64/kitty/kitty/rc/ls.py
/usr/lib64/kitty/kitty/rc/new_window.py
/usr/lib64/kitty/kitty/rc/remove_marker.py
/usr/lib64/kitty/kitty/rc/resize_os_window.py
/usr/lib64/kitty/kitty/rc/resize_window.py
/usr/lib64/kitty/kitty/rc/scroll_window.py
/usr/lib64/kitty/kitty/rc/select_window.py
/usr/lib64/kitty/kitty/rc/send_text.py
/usr/lib64/kitty/kitty/rc/set_background_image.py
/usr/lib64/kitty/kitty/rc/set_background_opacity.py
/usr/lib64/kitty/kitty/rc/set_colors.py
/usr/lib64/kitty/kitty/rc/set_enabled_layouts.py
/usr/lib64/kitty/kitty/rc/set_font_size.py
/usr/lib64/kitty/kitty/rc/set_spacing.py
/usr/lib64/kitty/kitty/rc/set_tab_color.py
/usr/lib64/kitty/kitty/rc/set_tab_title.py
/usr/lib64/kitty/kitty/rc/set_user_vars.py
/usr/lib64/kitty/kitty/rc/set_window_logo.py
/usr/lib64/kitty/kitty/rc/set_window_title.py
/usr/lib64/kitty/kitty/rc/signal_child.py
/usr/lib64/kitty/kitty/remote_control.py
/usr/lib64/kitty/kitty/rgb.py
/usr/lib64/kitty/kitty/search_query_parser.py
/usr/lib64/kitty/kitty/session.py
/usr/lib64/kitty/kitty/shaders.py
/usr/lib64/kitty/kitty/shell_integration.py
/usr/lib64/kitty/kitty/shm.py
/usr/lib64/kitty/kitty/short_uuid.py
/usr/lib64/kitty/kitty/tab_bar.py
/usr/lib64/kitty/kitty/tabs.py
/usr/lib64/kitty/kitty/terminfo.py
/usr/lib64/kitty/kitty/tint_fragment.glsl
/usr/lib64/kitty/kitty/tint_vertex.glsl
/usr/lib64/kitty/kitty/types.py
/usr/lib64/kitty/kitty/typing.py
/usr/lib64/kitty/kitty/update_check.py
/usr/lib64/kitty/kitty/utils.py
/usr/lib64/kitty/kitty/window.py
/usr/lib64/kitty/kitty/window_list.py
/usr/lib64/kitty/logo
/usr/lib64/kitty/logo/beam-cursor.png
/usr/lib64/kitty/logo/beam-cursor@2x.png
/usr/lib64/kitty/logo/kitty-128.png
/usr/lib64/kitty/logo/kitty.png
/usr/lib64/kitty/terminfo
/usr/lib64/kitty/terminfo/kitty.termcap
/usr/lib64/kitty/terminfo/kitty.terminfo
/usr/lib64/kitty/terminfo/x
/usr/lib64/kitty/terminfo/x/xterm-kitty
/usr/share/applications/kitty-open.desktop
/usr/share/applications/kitty.desktop
/usr/share/doc/packages/kitty
/usr/share/doc/packages/kitty/CHANGELOG.rst
/usr/share/doc/packages/kitty/README.asciidoc
/usr/share/icons/hicolor
/usr/share/icons/hicolor/256x256
/usr/share/icons/hicolor/256x256/apps
/usr/share/icons/hicolor/256x256/apps/kitty.png
/usr/share/icons/hicolor/scalable
/usr/share/icons/hicolor/scalable/apps
/usr/share/icons/hicolor/scalable/apps/kitty.svg
/usr/share/licenses/kitty
/usr/share/licenses/kitty/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024