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

kitty-0.16.0-lp152.1.1 RPM for aarch64

From OpenSuSE Ports Leap 15.2 for aarch64

Name: kitty Distribution: openSUSE Leap 15.2
Version: 0.16.0 Vendor: openSUSE
Release: lp152.1.1 Build date: Sun Feb 9 11:36:38 2020
Group: System/X11/Terminals Build host: obs-arm-3
Size: 10760118 Source RPM: kitty-0.16.0-lp152.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

* 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)
* Fri Dec 27 2019 Michael Vetter <mvetter@suse.com>
  - Update to 0.15.1:
    * Fix a crash/incorrect rendering when detaching a window in
      some circumstances (#2173)
    * hints kitten: Add an option kitty +kitten hints --ascending
      to control if the hints numbers increase or decrease from
      top to bottom
    * Fix background_opacity incorrectly applying to selected
      text and reverse video text (#2177)
    * Add a new option tab_bar_background to specify a different
      color for the tab bar (#2198)
    * Add a new option active_tab_title_template to specify a
      different template for active tab titles (#2198)
    * Fix lines at the edge of the window at certain windows sizes
      when drawing images on a transparent window (#2079)
    * Fix window not being rendered for the first time until some
      input has been received from child process (#2216)
* Wed Nov 27 2019 Michael Vetter <mvetter@suse.com>
  - Update to 0.15.0:
    * Add a new action detach_window that can be used to move the current window
      into a different tab (#1310)
    * Add a new action launch that unifies launching of processes in new kitty
      windows/tabs.
    * Add a new style powerline for tab bar rendering, see tab_bar_style (#2021)
    * Allow changing colors by mapping a keyboard shortcut to read a kitty config
      file with color definitions. See the FAQ for details (#2083)
    * hints kitten: Allow completely customizing the matching and actions
      performed by the kitten using your own script (#2124)
    * Wayland: Fix key repeat not being stopped when focus leaves window. This is
      expected behavior on Wayland, apparently (#2014)
    * When drawing unicode symbols that are followed by spaces, use multiple
      cells to avoid resized or cut-off glyphs (#1452)
    * diff kitten: Allow diffing remote files easily via ssh (#727)
    * unicode input kitten: Add an option kitty +kitten unicode_input
    - -emoji-variation to control the presentation variant of selected emojis
      (#2139)
    * Add specialised rendering for a few more box powerline and unicode symbols
      (#2074 and #2021)
    * Add a new socket only mode for allow_remote_control. This makes it possible
      for programs running on the local machine to control kitty but not programs
      running over ssh.
    * hints kitten: Allow using named groups in the regular expression. The named
      groups are passed to the invoked program for further processing.
    * Fix a regression in 0.14.5 that caused rendering of private use glyphs with
      and without spaces to be identical (#2117)
    * Wayland: Fix incorrect scale used when first creating an OS window (#2133)
* Mon Sep 30 2019 mvetter@suse.com
  - Update to 0.14.6:
    * Fix a regression in the previous release that caused kitty to
      not always respond to DPI changes (#1999)
  - Changes from 0.14.5:
    * Implement a hack to (mostly) preserve tabs when cat-ting a
      file with them and then copying the text or passing screen
      contents to another program (#1829)
    * When all visible windows have the same background color, use
      that as the color for the global padding, instead of the
      configured background color (#1957)
    * When resetting the terminal, also reset parser state, this
      allows easy recovery from incomplete escape codes (#1961)
    * Allow mapping keys commonly found on European keyboards (#1928)
    * Fix incorrect rendering of some symbols when followed by a
      space while using the PowerLine font which does not have a
      space glyph (#1225)
    * Linux: Allow using fonts with spacing=90 in addition to
      fonts with spacing=100 (#1968)
    * Use selection foreground color for underlines as well (#1982)
* Mon Sep 02 2019 mvetter@suse.com
  - Update to 0.14.4:
    * hints kitten: Add a kitty +kitten hints --alphabet option to
      control what alphabets are used for hints (#1879)
    * hints kitten: Allow specifying kitty +kitten hints --program
      multiple times to run multiple programs (#1879)
    * Add a kitten_alias option that can be used to alias kitten
      invocation for brevity and to change kitten option defaults globally (#1879)
    * When running kittens, use the colorscheme of the current window
      rather than the configured colorscheme (#1906)
    * Don't fail to start if running the shell to read the EDITOR
      env var fails (#1869)
    * Disable the liga and dlig OpenType features for broken
      fonts such as Nimbus Mono.
    * Fix a regression that broke setting background_opacity
      via remote control (#1895)
    * Fix piping PNG images into the icat kitten not working (#1920)
    * When the OS returns a fallback font that does not actually
      contain glyphs for the text, do not exhaust the list of fallback fonts (#1918)
    * Fix formatting attributes not reset across line boundaries
      when passing buffer as ANSI (#1924)
* Mon Jul 29 2019 mvetter@suse.com
  - Update to 0.14.3:
    * Remote control: Add a command kitty @ scroll-window to scroll windows
    * Allow passing a !neighbor argument to the new_window mapping to open
      a new window next to the active window (#1746)
    * Document the kitty remote control protocol (#1646)
    * Add a new option pointer_shape_when_grabbed that allows you to control
      the mouse pointer shape when the terminal programs grabs the pointer (#1808)
    * Add an option terminal_select_modifiers to control which modifiers are
      used to override mouse selection even when a terminal application has
      grabbed the mouse (#1774)
    * When piping data to a child in the pipe command do it in a thread so as
      not to block the UI (#1708)
    * unicode_input kitten: Fix a regression that broke using indices to select
      recently used symbols.
    * Fix a regression that caused closing an overlay window to focus the previously
      focused window rather than the underlying window (#1720)
    * Linux: Fix incorrect scaling for fallback fonts when the font has an underscore
      that renders out of bounds (#1713)
    * Fix an out of bounds read causing a crash when selecting text with the mouse
      in the alternate screen mode (#1578)
    * Linux: Use the system "bell" sound for the terminal bell. Adds libcanberra as a
      new dependency to play the system sound.
    * Linux: Fix a regression in 0.14.0 that caused the event loop to tick continuously,
      wasting CPU even when idle (#1782)
    * ssh kitten: Make argument parsing more like ssh (#1787)
    * When using strip_trailing_spaces do not remove empty lines (#1802)
    * Fix a crash when displaying very large number of images (#1825)
* Wed Jun 26 2019 Ondřej Súkup <mimi.vx@gmail.com>
  - enable build of doc for Leap 15.1+
* Tue Jun 11 2019 mvetter@suse.com
  - Update to 0.14.2:
    * Add an option placement_strategy to control how the cell area is aligned inside the window when the window size is not an exact multiple of the cell size (#1670)
    * hints kitten: Add a kitty +kitten hints --multiple-joiner option to control how multiple selections are serialized when copying to clipboard or inserting into the terminal. You can have them on separate lines, separated by arbitrary characters, or even serialized as JSON (#1665)
    * panel kitten: Fix the contents of the panel kitten not being positioned correctly on the vertical axis
    * icat kitten: Fix a regression that broke passing directories to icat (#1683)
    * clipboard kitten: Add a kitty +kitten clipboard --wait-for-completion option to have the kitten wait till copying to clipboard is complete (#1693)
    * Allow using the pipe command to send screen and scrollback contents directly to the clipboard (#1693)
    * Linux: Disable the Wayland backend on GNOME by default as GNOME has no support for server side decorations. Can be controlled by linux_display_server.
    * Add an option to control the default update_check_interval when building kitty packages
    * Wayland: Fix resizing the window on a compositor that does not provide server side window decorations, such a GNOME or Weston not working correctly (#1659)
    * Wayland: Fix crash when enabling disabling monitors on sway (#1696)
* Thu May 30 2019 Michael Vetter <mvetter@suse.com>
  - Update to 0.14.1:
    * Add an option command_on_bell to run an arbitrary command when a bell occurs (#1660)
    * Add a shortcut to toggle maximized window state ctrl+shift+f10
    * Add support for the underscore key found in some keyboard layouts (#1639)
    * Fix a missing newline when using the pipe command between the scrollback and screen contents (#1642)
    * Fix colors not being preserved when using the pipe command with the pager history buffer (#1657)
    * When resizing and only a single window is present in the current layout, use that window's background color to fill in the blank areas.
    * Linux: Automatically increase cell height if the font being used is broken and draws the underscore outside the bounding box (#690)
    * Wayland: Fix maximizing the window on a compositor that does not provide server side window decorations, such a GNOME or Weston not working (#1662)
  - Update kitty-no-docs.patch
* Fri May 24 2019 mvetter@suse.com
  - Update to 0.14.0:
    * Support for an arbitrary number of internal clipboard buffers to copy/paste from, see (Multiple copy/paste buffers)
    * Allow using the new private internal clipboard buffers with the copy_on_select option (#1390)
    * Add an option disable_ligatures to disable multi-character ligatures under the cursor to make editing easier or disable them completely (#461)
    * Allow creating new OS windows in session files (#1514)
    * Allow setting OS window size in session files
    * Add an option tab_switch_strategy to control which tab becomes active when the current tab is closed (#1524)
    * Allow specifying a value of none for the selection_foreground which will cause kitty to not change text color in selections (#1358)
    * Make live resizing of OS windows smoother and add an option resize_draw_strategy to control what is drawn while a resize is in progress.
    * When a window is closed, switch focus to the previously active window (if any) instead of picking the previous window in the layout (#1450)
    * icat kitten: Add support for displaying images at http(s) URLs (#1340)
    * A new option strip_trailing_spaces to optionally remove trailing spaces from lines when copying to clipboard.
    * A new option tab_bar_min_tabs to control how many tabs must be present before the tab-bar is shown (#1382)
    * Automatically check for new releases and notify when an update is available, via the system notification facilities. Can be controlled by update_check_interval (#1342)
    * Fix using remote control to set cursor text color causing errors when creating new windows (#1326)
    * Fix window title for minimized windows not being updated (#1332)
    * Fix scrollback pager history not being cleared when clearing the main scrollback buffer (#1387)
    * Wayland: Use the kitty Wayland backend by default. Can be switched back to using XWayland by setting the environment variable: KITTY_DISABLE_WAYLAND=1
    * Add a no-append setting to clipboard_control to disable the kitty copy concatenation protocol extension for OSC 52.
    * Update to using the Unicode 12 standard
    * Unicode input kitten: Allow using the arrow keys in code mode to go to next and previous unicode symbol.
    * Fix a regression in version 0.13.0 that caused background colors of space characters after private use unicode characters to not be respected (#1455)
    * Only update the selected text to clipboard when the selection is finished, not continuously as it is updated. (#1460)
    * Allow setting active_border_color to none to not draw a border around the active window (#805)
    * Use negative values for mouse_hide_wait to hide the mouse cursor immediately when pressing a key (#1534)
    * When encountering errors in kitty.conf report them to the user instead of failing to start.
    * Allow the user to control the resize debounce time via resize_debounce_time.
    * Remote control: Make the kitty @ set-font-size command more capable. It can now increment font size and reset it. It also only acts on the active top-level window, by default (#1581)
    * When launching child processes set the PWD environment variable (#1595)
    * X11: use the window manager's native full-screen implementation when making windows full-screen (#1605)
    * Mouse selection: When extending by word, fix extending selection to non-word characters not working well (#1616)
* Sat Apr 20 2019 Jan Engelhardt <jengelh@inai.de>
  - Trim metadata redundancies and bias from descriptions.
* Tue Jan 22 2019 mvetter@suse.com
  - Update to 0.13.3:
    * icat kitten: Add a --stdin option to control if image data is read from STDIN (#1308)
    * hints kitten: Start hints numbering at one instead of zero by default. Added an option --hints-offset to control it. (#1289)
    * Fix a regression in the previous release that broke using background for cursor_text_color (#1288)
    * Add a list of user-created kittens to the docs
    * Fix a regression that broke changing mouse wheel scroll direction with negative wheel_scroll_multiplier values in full-screen applications like vim (#1299)
    * Fix background_opacity not working with pure white backgrounds (#1285)
* Tue Jan 08 2019 mvetter@suse.com
  - Update to 0.13.2:
    * Add a new option tab_title_template to control how tab titles are formatted. In particular the template can be used to display the tab number next to the title (#1223)
    * Report the current foreground processes as well as the original child process, when using kitty @ ls
    * Use the current working directory of the foreground process for the *_with_cwd actions that open a new window with the current working directory.
    * Add a new copy_or_interrupt action that can be mapped to kbd:ctrl+c. It will copy if there is a selection and interrupt otherwise (#1286)
    * Fix setting background_opacity causing window margins/padding to be slightly different shade from background (#1221)
    * Handle keyboards with a "+" key (#1224)
    * Fix Private use Unicode area characters followed by spaces at the end of text not being rendered correctly (#1210)
    * Fix changing cursor_text_color via remote control not working (#1229)
    * Add an action to resize windows that can be mapped to shortcuts in kitty.conf (#1245)
    * Fix using the new_tab !neighbor action changing the order of the non-neighboring tabs (#1256)
* Sat Dec 15 2018 Michael Vetter <mvetter@suse.com>
  - Update to 0.13.1:
    * Fix passing input via the pipe action to a program without a window not working.
    * Linux: Fix a regression in the previous release that caused automatic selection of bold/italic fonts when using aliases such as "monospace" to not work (#1209)
    * Fix resizing window smaller and then restoring causing some wrapped lines to not be properly unwrapped (#1206)
    Changelog from 0.13.0:
    * Add an option scrollback_pager_history_size to tell kitty to store extended scrollback to use when viewing the scrollback buffer in a pager (#970)
    * Modify the kittens sub-system to allow creating custom kittens without any user interface. This is useful for creating more complex actions that can be bound to key presses in kitty.conf. See doc:kittens/custom. (#870)
    * Add a new nth_window action that can be used to go to the nth window and also previously active windows, using negative numbers. Similarly, goto_tab now accepts negative numbers to go to previously active tabs (#1040)
    * Allow hiding the tab bar completely, by setting tab_bar_style to hidden. (#1014)
    * Allow private use unicode characters to stretch over more than a single neighboring space (#1036)
    * Add a new touch_scroll_multiplier option to modify the amount scrolled by high precision scrolling devices such as touchpads (#1129)
    * icat kitten: Implement reading image data from STDIN, if STDIN is not connected to a terminal (#1130)
    * hints kitten: Insert trailing spaces after matches when using the --multiple option. Also add a separate --add-trailing-space option to control this behavior (#1132)
    * Fix the *_with_cwd actions using the cwd of the overlay window rather than the underlying window's cwd (#1045)
    * Fix incorrect key repeat rate on wayland (#1055)
    * Linux: Fix incorrect rendering of some fonts when hinting is disabled at small sizes (#1173)
    * Linux: Fix match rules used as aliases in Fontconfig configuration not being respected (#1085)
    * Linux: Fix a crash when using the GNU Unifont as a fallback font (#1087)
    * Wayland: Fix copying from hidden kitty windows hanging (#1051)
    * Wayland: Add support for the primary selection protocol implemented by some compositors (#1095)
    * Fix expansion of env vars not working in the env directive (#1075)
    * Fix mouse_hide_wait only taking effect after an event such as cursor blink or key press (#1073)
    * Fix the set_background_opacity action not working correctly (#1147)
    * Fix second cell of emoji created using variation selectors not having the same attributes as the first cell (#1109)
    * Fix focusing neighboring windows in the grid layout with less than 4 windows not working (#1115)
    * Fix ctrl+shift+special key not working in normal and application keyboard modes (#1114)
    * Add a terminfo entry for full keyboard mode.
    * Fix incorrect text-antialiasing when using very low background opacity (#1005)
    * When double or triple clicking ignore clicks if they are "far" from each other (#1093)
    * Follow xterm's behavior for the menu key (#597)
    * Fix hover detection of URLs not working when hovering over the first colon and slash characters in short URLs (#1201)
* Tue Nov 27 2018 mvetter@suse.com
  - Add: kitty-no-docs.patch: Fix build for Leap 15.0
    There is no python-sphincs >= 1.7 for Leap 15.0.
    After receiving many requests for a package for this version,
    I decided to ship one without docs for it.
* Tue Oct 23 2018 mvetter@suse.com
  - Add sphinx version requirements
* Tue Oct 02 2018 mvetter@suse.com
  - Update to 0.12.3:
    * Unicode input: Fix an error when searching for the string 'fir' (#1035)
* Mon Sep 24 2018 mvetter@suse.com
  - Update to 0.12.2:
    * A new last_used_layout function that can be mapped to a shortcut to switch to the previously used window layout (#870)
    * New neighboring_window and move_window functions to switch to neighboring windows in the current layout, and move them around, similar to window movement in vim (#916)
    * A new pipe function that can be used to pipe the contents of the screen and scrollback buffer to any desired program running in a new window, tab or overlay window. (#933)
    * Add a new kitty --start-as command line flag to start kitty full-screen/maximized/minimized. This replaces the --start-in-fullscreen flag introduced in the previous release (#935)
    * When mapping the new_tab action allow specifying that the tab should open next to the current tab instead of at the end of the tabs list (#979)
    * Fix a bug causing incorrect line ordering when viewing the scrollback buffer if the scrollback buffer is full (#960)
    * Fix drag-scrolling not working when the mouse leaves the window confines (#917)
    * Workaround for broken editors like nano that cannot handle newlines in pasted text (#994)
    * Linux: Ensure that the python embedded in the kitty binary build uses UTF-8 mode to process command-line arguments (#924)
    * Linux: Handle fonts that contain monochrome bitmaps (such as the Terminus TTF font) (#934)
    * Have the kitty --title flag apply to all windows created using kitty --session (#921)
    * Revert change for backspacing of wide characters in the previous release, as it breaks backspacing in some wide character aware programs (#875)
    * Fix kitty @set-colors not working for tab backgrounds when using the fade tabbar style (#937)
    * Linux: Fix window icon not set on X11 for the first OS window (#961)
    * Remote control: Fix the focus_window command not focusing the top-level OS window of the specified kitty window (#1003)
    * Fix using focus_follows_mouse causing text selection with the mouse to malfunction when using multiple kitty windows (#1002)
* Mon Sep 10 2018 mvetter@suse.com
  - Update to 0.12.1:
    * Add a new kitty --start-in-fullscreen command line flag to start kitty in full screen mode (#856)
    * Linux: Do not enable IME input via ibus unless the GLFW_IM_MODULE=ibus environment variable is set. IME causes key processing latency and even missed keystrokes for many people, so it is now off by default.
    * Fix backspacing of wide characters in wide-character unaware programs not working (#875)
    * Linux: Fix number pad arrow keys not working when Numlock is off (#857)
    * Wayland: Implement support for clipboard copy/paste (#855)
    * Allow mapping shortcuts using the raw key code from the OS (#848)
    * Allow mapping of individual key-presses without modifiers as shortcuts
    * Fix legacy invocation of icat as kitty icat not working (#850)
    * Improve rendering of wavy underline at small font sizes (#853)
    * Fix a regression in 0.12.0 that broke dynamic resizing of layouts (#860)
    * Wayland: Allow using the kitty --class command line flag to set the app id (#862)
    * Add completion of the kitty command for the fish shell (#829)
    * Linux: Fix XCompose rules with no defined symbol not working (#880)
    * Linux: Fix crash with some Nvidia drivers when creating tabs in the first top level-window after creating a second top-level window. (#873)
* Tue Sep 04 2018 mvetter@suse.com
  - Update to 0.12.0:
    * Preserve the mouse selection even when the contents of the screen are scrolled or overwritten provided the new text does not intersect the selected lines.
    * Linux: Implement support for Input Method Extensions (multilingual input using standard keyboards) via IBus (#469)
    * Implement completion for the kitty command in bash and zsh. See Completion for kitty.
    * Render the text under the cursor in a fixed color, configurable via the option cursor_text_color (#126)
    * Add an option env to set environment variables in child processes from kitty.conf
    * Implement high precision scrolling with the trackpad on platforms such as macOS and Wayland that implement it. (#819)
    * Remote control: Allow changing the current window layout with a new kitty @ goto-layout command (#845)
    * Remote control: Allow matching windows by the environment variables of their child process as well
    * Allow running kittens via the remote control system (#738)
    * Allow enabling remote control in only some kitty windows
    * Add a keyboard shortcut to reset the terminal (ctrl+shift+delete). It takes parameters so you can define your own shortcuts to clear the screen/scrollback also (#747)
    * Fix one-pixel line appearing at window edges at some window sizes when displaying images with background opacity enabled (#741)
    * diff kitten: Fix error when right hand side file is binary and left hand side file is text (#752)
    * kitty @ new-window: Add a new option kitty @ new-window --window-type to create top-level OS windows (#770)
    * Fix detection of URLs in HTML source code (URLs inside quotes) (#785)
    * Implement support for emoji skin tone modifiers (#787)
    * Round-trip the zwj unicode character. Rendering of sequences containing zwj is still not implemented, since it can cause the collapse of an unbounded number of characters into a single cell. However, kitty at least preserves the zwj by storing it as a combining character.
    * Linux: Fix slow startup on some systems caused by GLFW searching for joysticks. Since kitty does not use joysticks, disable joystick support. (#830)
* Mon Jul 16 2018 mvetter@suse.com
  - Update to 0.11.3:
    * Draw only the minimum borders needed for inactive windows. That is only the borders that separate the inactive window from a neighbor. Note that setting a non-zero window margin overrides this and causes all borders to be drawn. The old behavior of drawing all borders can be restored via the draw_minimal_borders setting in kitty.conf.
    * Fix triple-click to select line not working when the entire line is filled (#703)
    * When dragging to select with the mouse "grab" the mouse so that if it strays into neighboring windows, the selection is still updated (#624)
    * When clicking in the margin/border area of a window, map the click to the nearest cell in the window. Avoids selection with the mouse failing when starting the selection just outside the window.
    * When drag-scrolling stop the scroll when the mouse button is released.
    * Fix a regression in the previous release that caused pasting large amounts of text to be duplicated (#709)
* Mon Jul 02 2018 mvetter@suse.com
  - Update to 0.11.2:
    * Linux: Allow using XKB key names to bind shortcuts to keys not supported by GLFW (#665)
    * kitty shell: Ignore failure to read readline history file. Happens if the user migrates their kitty cache directory between systems with incompatible readline implementations.
    * hints kitten: Add a kitty +kitten hints --multiple option to select multiple items (#687)
    * Fix pasting large amounts of text very slow (#682)
    * Add an option single_window_margin_width to allow different margins when only a single window is visible in the layout (#688)
    * Add a kitty --hold command line option to stay open after the child process exits (#667)
    * diff kitten: When triggering a search scroll to the first match automatically
    * kitty --debug-font-fallback also prints out what basic fonts were matched
    * When closing a kitty window reset the mouse cursor to its default shape and ensure it is visible (#655).
    * Remote control: Speed-up reading of command responses
    * Linux installer: Fix installer failing on systems with python < 3.5
    * Support “-T” as an alias for “–title” (#659)
* Mon Jun 18 2018 mvetter@suse.com
  - Update to 0.11.1:
    * diff kitten: Implement searching for text in the diff (#574)
    * Add an option startup_session to kitty.conf to specify a default startup session (#641)
    * Add a command line option kitty --wait-for-single-instance-window-close to make kitty --single-instance wait for the closing of the newly opened window before quitting (#630)
    * diff kitten: Allow theming the selection background/foreground as well
    * diff kitten: Display CRLF line endings using the unicode return symbol instead of <d> as it is less intrusive (#638)
    * diff kitten: Fix default foreground/background colors not being restored when kitten quits (#637)
    * Fix kitty @ set-colors --all not working when more than one window present (#632)
    * Fix a regression that broke the legacy increase/decrease_font_size actions
    * Clear scrollback on reset (#631)
* Tue Jun 12 2018 mvetter@suse.com
  - Update to 0.11.0:
    * A new tab bar style "fade" in which each tab's edges fade into the background.
    * A new kitten to create dock panels on X11 desktops showing the output from arbitrary terminal programs.
    * Reduce data sent to the GPU per render by 30% (commit: 8dea5b3e)
    * Implement changing the font size for individual top level (OS) windows (#408)
    * When viewing the scrollback in less using ctrl+shift+h and kitty is currently scrolled, position the scrollback in less to match kitty's scroll position. (#148)
    * ssh kitten: Support all SSH options. It can now be aliased directly to ssh for convenience. (#591)
    * icat kitten: Add kitty +kitten icat --print-window-size to easily detect the window size in pixels from scripting languages (#581)
    * hints kitten: Allow selecting hashes from the terminal with ctrl+shift+p>h useful for git commits. (#604)
    * Allow specifying initial window size in number of cells in addition to pixels (#436)
    * Add a setting to control the margins to the left and right of the tab-bar (#584)
    * When closing a tab switch to the last active tab instead of the right-most tab (#585)
    * Wayland: Fix kitty not starting when using wl_roots based compositors (#157)
    * Wayland: Fix mouse wheel/touchpad scrolling in opposite direction to other apps (#594)
    * Add a config option (editor) to set the EDITOR kitty uses (#580)
    * Add a config option (x11_hide_window_decorations) to hide window decorations under X11/Wayland (#607)
    * Add an option to @set-window-title to make the title change non-permanent (#592)
    * Add support for the CSI t escape code to query window and cell sizes (#581)
    * Linux: Fix fonts not being correctly read from TrueType Collection (.ttc) files (#577)
    * Fix inactive_text_alpha also applying to the tab bar (#612)
    * hints kitten: Fix a regression that caused some blank lines to be not be displayed.
    * Linux: Include a man page and the HTML docs when building the linux-package
    * Remote control: Fix kitty @ sometimes failing to read the response from kitty. (#614)
    * Fix kitty @ set-colors not working with the window border colors. (#623)
  - Add BuildRequires: python3-Sphinx for docu building
  - Add documentation and man pages to files section
* Thu May 24 2018 mvetter@suse.com
  - Update to 0.10.1:
    * Add a kitten to easily ssh into servers that automatically copies the terminfo files over. kitty +kitten ssh myserver.
    * diff kitten: Make the keyboard shortcuts configurable (#563)
    * Allow controlling background_opacity via either keyboard shortcuts or remote control. Note that you must set dynamic_background_opacity yes in kitty.conf first. (#569)
    * diff kitten: Add keybindings to scroll by page
    * diff kitten: Fix incorrect syntax highlighting for a few file formats such as yaml
    * Fix Ctrl+Alt+Space not working in normal and application keyboard modes (#562)
* Tue May 22 2018 mvetter@suse.com
  - Update to 0.10.0:
    * A diff kitten to show side-by-side diffs with syntax highlighting and support for images. See diff README.
    * Make windows in the various kitty layouts manually resizable. See the Layouts section of the README for details.
    * Implement support for the SGR faint escape code to make text blend into the background (#446).
    * Make the hints kitten a little smarter, so that URLs that stretch over multiple lines are detected.
      Also improve detection of surrounding brackets/quotes.
    * Make the kitty window id available as the environment variable KITTY_WINDOW_ID (#532).
    * Add a "fat" layout that is similar to the "tall" layout but vertically oriented.
    * Expand environment variables in config file include directives
    * Allow programs running in kitty to read/write from the clipboard. By default only writing is allowed.
    * Fix moving cursor outside a defined page area incorrectly causing the cursor to be placed inside the page area.
      Caused incorrect rendering in neovim, in some situations (#542).
    * Render a couple more powerline symbols directly, bypassing the font (#550).
    * Fix ctrl+alt+<special> not working in normal and application keyboard (#548).
    * Partial fix for rendering Right-to-left languages like Arabic.
    * Fix Ctrl+backspace acting as plain backspace in normal and application keyboard modes (#538).
    * Have the paste_from_selection action paste from the clipboard on platforms
      that do not have a primary selection such as Wayland and macOS (#529)
    * Fix cursor_stop_blinking_after=0 not working (#530)
* Sun May 06 2018 mvetter@suse.com
  - Update to 0.9.1:
    * Show a bell symbol on the tab if a bell occurs in one of the windows in the
      tab and the window is not the currently focused window
    * Change the window border color if a bell occurs in an unfocused window. Can
      be disabled by setting the bell_border_color to be the same as the
      inactive_border_color.
    * Unicode input: When searching by name search for prefix matches as well as whole word matches
    * Dynamically allocate the memory used for the scrollback history buffer.
    * Reduces startup memory consumption when using very large scrollback buffer sizes.
    * Add an option to not request window attention on bell.
    * Remote control: Allow matching windows by number (visible position).
    * When triple-clicking select all wrapped lines belonging to a single logical line.
    * hints kitten: Detect bracketed URLs and dont include the closing bracket in the URL.
    * When calling pass_selection_to_program use the current directory of the child process as the cwd of the program.
    * Add a setting to clear all shortcuts defined up to that point in the config file(s)
    * Add a setting (kitty_mod) to change the modifier used by all the default kitty shortcuts, globally
    * Fix Shift+function key not working
    * Support the F13 to F25 function keys
    * Don't fail to start if the user deletes the hintstyle key from their fontconfig configuration.
    * When rendering a private use unicode codepoint and a space as a two cell
      ligature, set the foreground colors of the space cell to match the colors of
      the first cell. Works around applications like powerline that use different
      colors for the two cells.
    * Fix passing @text to other programs such as when viewing the scrollback
      buffer not working correctly if kitty is itself scrolled up.
    * Fix window focus gained/lost events not being reported to child programs
      when switching windows/tabs using the various keyboard shortcuts.
    * Fix tab title not changing to reflect the window title when switching between different windows in a tab
    * Ignore -e if it is specified on the command line. This is for compatibility
      with broken software that assumes terminals should run with an -e option to
      execute commands instead of just passing the commands as arguments.
* Sun Apr 15 2018 avindra@opensuse.org
  - Update to 0.9.0
    * A new kitty command shell to allow controlling kitty via
      commands. Press ctrl+shift+escape to run the shell.
    * The hints kitten has become much more powerful. Now in addition
      to URLs you can use it to select word, paths, filenames, lines,
      etc. from the screen. These can be inserted into the terminal,
      copied to clipboard or sent to external programs.
    * Switch to libxkbcommon for keyboard handling. It allows kitty to
      support XCompose and dead keys and also react to keyboard
      remapping/layout change without needing a restart.
    * Add support for multiple-key-sequence shortcuts
    * A new remote control command set-colors to change the current
      and/or configured colors.
    * When double-clicking to select a word, select words that continue
      onto the next/prev line as well.
    * Add an include directive for the config files to read multiple
      config files
    * Improve mouse selection for windows with padding. Moving the
      mouse into the padding area now acts as if the mouse is over
      the nearest cell.
    * Allow setting all 256 terminal colors in the config file
    * Fix using kitty --single-instance to open a new window in a
      running kitty instance, not respecting the --directory flag
    * URL hints: Exclude trailing punctuation from URLs
    * URL hints: Launch the browser from the kitty parent process
      rather than the hints kitten. Fixes launching on some systems
      where xdg-open doesn't like being run from a kitten.
    * Allow using rectangle select mode by pressing shift in addition
      to the rectangle select modifiers even when the terminal program
      has grabbed the mouse.
* Mon Apr 02 2018 glin@suse.com
  - Update to 0.8.4
  - Drop upstreamed patch: kitty-0.8.2-desktopfile-category.patch
* Tue Mar 20 2018 mvetter@suse.com
  - Initial package for openSUSE in version 0.8.2

Files

/usr/bin/kitty
/usr/lib/kitty
/usr/lib/kitty/__main__.py
/usr/lib/kitty/__pycache__
/usr/lib/kitty/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib/kitty/__pycache__/__main__.cpython-36.opt-2.pyc
/usr/lib/kitty/__pycache__/__main__.cpython-36.pyc
/usr/lib/kitty/kittens
/usr/lib/kitty/kittens/__init__.py
/usr/lib/kitty/kittens/__pycache__
/usr/lib/kitty/kittens/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/__pycache__/__init__.cpython-36.pyc
/usr/lib/kitty/kittens/__pycache__/runner.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/__pycache__/runner.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/__pycache__/runner.cpython-36.pyc
/usr/lib/kitty/kittens/ask
/usr/lib/kitty/kittens/ask/__init__.py
/usr/lib/kitty/kittens/ask/__pycache__
/usr/lib/kitty/kittens/ask/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/ask/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/ask/__pycache__/__init__.cpython-36.pyc
/usr/lib/kitty/kittens/ask/__pycache__/main.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/ask/__pycache__/main.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/ask/__pycache__/main.cpython-36.pyc
/usr/lib/kitty/kittens/ask/main.py
/usr/lib/kitty/kittens/choose
/usr/lib/kitty/kittens/choose/__init__.py
/usr/lib/kitty/kittens/choose/__pycache__
/usr/lib/kitty/kittens/choose/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/choose/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/choose/__pycache__/__init__.cpython-36.pyc
/usr/lib/kitty/kittens/choose/__pycache__/main.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/choose/__pycache__/main.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/choose/__pycache__/main.cpython-36.pyc
/usr/lib/kitty/kittens/choose/main.py
/usr/lib/kitty/kittens/choose/subseq_matcher.so
/usr/lib/kitty/kittens/clipboard
/usr/lib/kitty/kittens/clipboard/__init__.py
/usr/lib/kitty/kittens/clipboard/__pycache__
/usr/lib/kitty/kittens/clipboard/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/clipboard/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/clipboard/__pycache__/__init__.cpython-36.pyc
/usr/lib/kitty/kittens/clipboard/__pycache__/main.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/clipboard/__pycache__/main.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/clipboard/__pycache__/main.cpython-36.pyc
/usr/lib/kitty/kittens/clipboard/main.py
/usr/lib/kitty/kittens/diff
/usr/lib/kitty/kittens/diff/__init__.py
/usr/lib/kitty/kittens/diff/__pycache__
/usr/lib/kitty/kittens/diff/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/diff/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/diff/__pycache__/__init__.cpython-36.pyc
/usr/lib/kitty/kittens/diff/__pycache__/collect.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/diff/__pycache__/collect.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/diff/__pycache__/collect.cpython-36.pyc
/usr/lib/kitty/kittens/diff/__pycache__/config.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/diff/__pycache__/config.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/diff/__pycache__/config.cpython-36.pyc
/usr/lib/kitty/kittens/diff/__pycache__/config_data.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/diff/__pycache__/config_data.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/diff/__pycache__/config_data.cpython-36.pyc
/usr/lib/kitty/kittens/diff/__pycache__/highlight.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/diff/__pycache__/highlight.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/diff/__pycache__/highlight.cpython-36.pyc
/usr/lib/kitty/kittens/diff/__pycache__/main.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/diff/__pycache__/main.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/diff/__pycache__/main.cpython-36.pyc
/usr/lib/kitty/kittens/diff/__pycache__/patch.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/diff/__pycache__/patch.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/diff/__pycache__/patch.cpython-36.pyc
/usr/lib/kitty/kittens/diff/__pycache__/render.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/diff/__pycache__/render.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/diff/__pycache__/render.cpython-36.pyc
/usr/lib/kitty/kittens/diff/__pycache__/search.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/diff/__pycache__/search.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/diff/__pycache__/search.cpython-36.pyc
/usr/lib/kitty/kittens/diff/collect.py
/usr/lib/kitty/kittens/diff/config.py
/usr/lib/kitty/kittens/diff/config_data.py
/usr/lib/kitty/kittens/diff/diff_speedup.so
/usr/lib/kitty/kittens/diff/highlight.py
/usr/lib/kitty/kittens/diff/main.py
/usr/lib/kitty/kittens/diff/patch.py
/usr/lib/kitty/kittens/diff/render.py
/usr/lib/kitty/kittens/diff/search.py
/usr/lib/kitty/kittens/hints
/usr/lib/kitty/kittens/hints/__init__.py
/usr/lib/kitty/kittens/hints/__pycache__
/usr/lib/kitty/kittens/hints/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/hints/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/hints/__pycache__/__init__.cpython-36.pyc
/usr/lib/kitty/kittens/hints/__pycache__/main.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/hints/__pycache__/main.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/hints/__pycache__/main.cpython-36.pyc
/usr/lib/kitty/kittens/hints/__pycache__/url_regex.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/hints/__pycache__/url_regex.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/hints/__pycache__/url_regex.cpython-36.pyc
/usr/lib/kitty/kittens/hints/main.py
/usr/lib/kitty/kittens/hints/url_regex.py
/usr/lib/kitty/kittens/icat
/usr/lib/kitty/kittens/icat/__init__.py
/usr/lib/kitty/kittens/icat/__pycache__
/usr/lib/kitty/kittens/icat/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/icat/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/icat/__pycache__/__init__.cpython-36.pyc
/usr/lib/kitty/kittens/icat/__pycache__/main.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/icat/__pycache__/main.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/icat/__pycache__/main.cpython-36.pyc
/usr/lib/kitty/kittens/icat/main.py
/usr/lib/kitty/kittens/key_demo
/usr/lib/kitty/kittens/key_demo/__init__.py
/usr/lib/kitty/kittens/key_demo/__pycache__
/usr/lib/kitty/kittens/key_demo/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/key_demo/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/key_demo/__pycache__/__init__.cpython-36.pyc
/usr/lib/kitty/kittens/key_demo/__pycache__/main.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/key_demo/__pycache__/main.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/key_demo/__pycache__/main.cpython-36.pyc
/usr/lib/kitty/kittens/key_demo/main.py
/usr/lib/kitty/kittens/panel
/usr/lib/kitty/kittens/panel/__init__.py
/usr/lib/kitty/kittens/panel/__pycache__
/usr/lib/kitty/kittens/panel/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/panel/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/panel/__pycache__/__init__.cpython-36.pyc
/usr/lib/kitty/kittens/panel/__pycache__/main.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/panel/__pycache__/main.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/panel/__pycache__/main.cpython-36.pyc
/usr/lib/kitty/kittens/panel/main.py
/usr/lib/kitty/kittens/resize_window
/usr/lib/kitty/kittens/resize_window/__init__.py
/usr/lib/kitty/kittens/resize_window/__pycache__
/usr/lib/kitty/kittens/resize_window/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/resize_window/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/resize_window/__pycache__/__init__.cpython-36.pyc
/usr/lib/kitty/kittens/resize_window/__pycache__/main.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/resize_window/__pycache__/main.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/resize_window/__pycache__/main.cpython-36.pyc
/usr/lib/kitty/kittens/resize_window/main.py
/usr/lib/kitty/kittens/runner.py
/usr/lib/kitty/kittens/show_error
/usr/lib/kitty/kittens/show_error/__init__.py
/usr/lib/kitty/kittens/show_error/__pycache__
/usr/lib/kitty/kittens/show_error/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/show_error/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/show_error/__pycache__/__init__.cpython-36.pyc
/usr/lib/kitty/kittens/show_error/__pycache__/main.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/show_error/__pycache__/main.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/show_error/__pycache__/main.cpython-36.pyc
/usr/lib/kitty/kittens/show_error/main.py
/usr/lib/kitty/kittens/ssh
/usr/lib/kitty/kittens/ssh/__init__.py
/usr/lib/kitty/kittens/ssh/__pycache__
/usr/lib/kitty/kittens/ssh/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/ssh/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/ssh/__pycache__/__init__.cpython-36.pyc
/usr/lib/kitty/kittens/ssh/__pycache__/main.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/ssh/__pycache__/main.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/ssh/__pycache__/main.cpython-36.pyc
/usr/lib/kitty/kittens/ssh/main.py
/usr/lib/kitty/kittens/tui
/usr/lib/kitty/kittens/tui/__init__.py
/usr/lib/kitty/kittens/tui/__pycache__
/usr/lib/kitty/kittens/tui/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/tui/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/tui/__pycache__/__init__.cpython-36.pyc
/usr/lib/kitty/kittens/tui/__pycache__/handler.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/tui/__pycache__/handler.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/tui/__pycache__/handler.cpython-36.pyc
/usr/lib/kitty/kittens/tui/__pycache__/images.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/tui/__pycache__/images.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/tui/__pycache__/images.cpython-36.pyc
/usr/lib/kitty/kittens/tui/__pycache__/line_edit.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/tui/__pycache__/line_edit.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/tui/__pycache__/line_edit.cpython-36.pyc
/usr/lib/kitty/kittens/tui/__pycache__/loop.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/tui/__pycache__/loop.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/tui/__pycache__/loop.cpython-36.pyc
/usr/lib/kitty/kittens/tui/__pycache__/operations.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/tui/__pycache__/operations.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/tui/__pycache__/operations.cpython-36.pyc
/usr/lib/kitty/kittens/tui/handler.py
/usr/lib/kitty/kittens/tui/images.py
/usr/lib/kitty/kittens/tui/line_edit.py
/usr/lib/kitty/kittens/tui/loop.py
/usr/lib/kitty/kittens/tui/operations.py
/usr/lib/kitty/kittens/unicode_input
/usr/lib/kitty/kittens/unicode_input/__init__.py
/usr/lib/kitty/kittens/unicode_input/__pycache__
/usr/lib/kitty/kittens/unicode_input/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/unicode_input/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/unicode_input/__pycache__/__init__.cpython-36.pyc
/usr/lib/kitty/kittens/unicode_input/__pycache__/main.cpython-36.opt-1.pyc
/usr/lib/kitty/kittens/unicode_input/__pycache__/main.cpython-36.opt-2.pyc
/usr/lib/kitty/kittens/unicode_input/__pycache__/main.cpython-36.pyc
/usr/lib/kitty/kittens/unicode_input/main.py
/usr/lib/kitty/kittens/unicode_input/unicode_names.so
/usr/lib/kitty/kitty
/usr/lib/kitty/kitty/__init__.py
/usr/lib/kitty/kitty/__pycache__
/usr/lib/kitty/kitty/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/__init__.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/borders.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/borders.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/borders.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/boss.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/boss.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/boss.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/child.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/child.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/child.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/choose_entry.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/choose_entry.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/choose_entry.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/cli.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/cli.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/cli.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/client.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/client.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/client.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/cmds.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/cmds.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/cmds.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/complete.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/complete.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/complete.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/config.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/config.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/config.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/config_data.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/config_data.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/config_data.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/constants.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/constants.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/constants.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/key_encoding.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/key_encoding.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/key_encoding.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/key_names.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/key_names.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/key_names.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/keys.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/keys.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/keys.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/launch.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/launch.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/launch.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/layout.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/layout.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/layout.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/main.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/main.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/main.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/marks.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/marks.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/marks.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/notify.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/notify.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/notify.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/remote_control.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/remote_control.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/remote_control.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/rgb.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/rgb.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/rgb.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/session.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/session.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/session.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/shell.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/shell.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/shell.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/tab_bar.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/tab_bar.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/tab_bar.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/tabs.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/tabs.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/tabs.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/terminfo.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/terminfo.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/terminfo.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/update_check.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/update_check.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/update_check.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/utils.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/utils.cpython-36.pyc
/usr/lib/kitty/kitty/__pycache__/window.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/__pycache__/window.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/__pycache__/window.cpython-36.pyc
/usr/lib/kitty/kitty/blit_fragment.glsl
/usr/lib/kitty/kitty/blit_vertex.glsl
/usr/lib/kitty/kitty/border_fragment.glsl
/usr/lib/kitty/kitty/border_vertex.glsl
/usr/lib/kitty/kitty/borders.py
/usr/lib/kitty/kitty/boss.py
/usr/lib/kitty/kitty/cell_fragment.glsl
/usr/lib/kitty/kitty/cell_vertex.glsl
/usr/lib/kitty/kitty/child.py
/usr/lib/kitty/kitty/choose_entry.py
/usr/lib/kitty/kitty/cli.py
/usr/lib/kitty/kitty/client.py
/usr/lib/kitty/kitty/cmds.py
/usr/lib/kitty/kitty/complete.py
/usr/lib/kitty/kitty/conf
/usr/lib/kitty/kitty/conf/__init__.py
/usr/lib/kitty/kitty/conf/__pycache__
/usr/lib/kitty/kitty/conf/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/conf/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/conf/__pycache__/__init__.cpython-36.pyc
/usr/lib/kitty/kitty/conf/__pycache__/definition.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/conf/__pycache__/definition.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/conf/__pycache__/definition.cpython-36.pyc
/usr/lib/kitty/kitty/conf/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/conf/__pycache__/utils.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/conf/__pycache__/utils.cpython-36.pyc
/usr/lib/kitty/kitty/conf/definition.py
/usr/lib/kitty/kitty/conf/utils.py
/usr/lib/kitty/kitty/config.py
/usr/lib/kitty/kitty/config_data.py
/usr/lib/kitty/kitty/constants.py
/usr/lib/kitty/kitty/fast_data_types.so
/usr/lib/kitty/kitty/fonts
/usr/lib/kitty/kitty/fonts/__init__.py
/usr/lib/kitty/kitty/fonts/__pycache__
/usr/lib/kitty/kitty/fonts/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/fonts/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/fonts/__pycache__/__init__.cpython-36.pyc
/usr/lib/kitty/kitty/fonts/__pycache__/box_drawing.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/fonts/__pycache__/box_drawing.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/fonts/__pycache__/box_drawing.cpython-36.pyc
/usr/lib/kitty/kitty/fonts/__pycache__/core_text.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/fonts/__pycache__/core_text.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/fonts/__pycache__/core_text.cpython-36.pyc
/usr/lib/kitty/kitty/fonts/__pycache__/fontconfig.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/fonts/__pycache__/fontconfig.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/fonts/__pycache__/fontconfig.cpython-36.pyc
/usr/lib/kitty/kitty/fonts/__pycache__/list.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/fonts/__pycache__/list.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/fonts/__pycache__/list.cpython-36.pyc
/usr/lib/kitty/kitty/fonts/__pycache__/render.cpython-36.opt-1.pyc
/usr/lib/kitty/kitty/fonts/__pycache__/render.cpython-36.opt-2.pyc
/usr/lib/kitty/kitty/fonts/__pycache__/render.cpython-36.pyc
/usr/lib/kitty/kitty/fonts/box_drawing.py
/usr/lib/kitty/kitty/fonts/core_text.py
/usr/lib/kitty/kitty/fonts/fontconfig.py
/usr/lib/kitty/kitty/fonts/list.py
/usr/lib/kitty/kitty/fonts/render.py
/usr/lib/kitty/kitty/glfw-wayland.so
/usr/lib/kitty/kitty/glfw-x11.so
/usr/lib/kitty/kitty/graphics_fragment.glsl
/usr/lib/kitty/kitty/graphics_vertex.glsl
/usr/lib/kitty/kitty/key_encoding.py
/usr/lib/kitty/kitty/key_names.py
/usr/lib/kitty/kitty/keys.py
/usr/lib/kitty/kitty/launch.py
/usr/lib/kitty/kitty/launcher
/usr/lib/kitty/kitty/launcher/kitty
/usr/lib/kitty/kitty/layout.py
/usr/lib/kitty/kitty/main.py
/usr/lib/kitty/kitty/marks.py
/usr/lib/kitty/kitty/notify.py
/usr/lib/kitty/kitty/remote_control.py
/usr/lib/kitty/kitty/rgb.py
/usr/lib/kitty/kitty/session.py
/usr/lib/kitty/kitty/shell.py
/usr/lib/kitty/kitty/tab_bar.py
/usr/lib/kitty/kitty/tabs.py
/usr/lib/kitty/kitty/terminfo.py
/usr/lib/kitty/kitty/update_check.py
/usr/lib/kitty/kitty/utils.py
/usr/lib/kitty/kitty/window.py
/usr/lib/kitty/logo
/usr/lib/kitty/logo/beam-cursor.png
/usr/lib/kitty/logo/beam-cursor@2x.png
/usr/lib/kitty/logo/kitty.png
/usr/lib/kitty/logo/kitty.rgba
/usr/lib/kitty/terminfo
/usr/lib/kitty/terminfo/x
/usr/lib/kitty/terminfo/x/xterm-kitty
/usr/share/applications/kitty.desktop
/usr/share/doc/kitty
/usr/share/doc/kitty/html
/usr/share/doc/kitty/html/.buildinfo
/usr/share/doc/kitty/html/.nojekyll
/usr/share/doc/kitty/html/_downloads
/usr/share/doc/kitty/html/_downloads/diff.conf
/usr/share/doc/kitty/html/_downloads/kitty.conf
/usr/share/doc/kitty/html/_images
/usr/share/doc/kitty/html/_images/diff.png
/usr/share/doc/kitty/html/_images/hints_mode.png
/usr/share/doc/kitty/html/_images/panel.png
/usr/share/doc/kitty/html/_images/screenshot.png
/usr/share/doc/kitty/html/_images/unicode.png
/usr/share/doc/kitty/html/_sources
/usr/share/doc/kitty/html/_sources/binary.rst.txt
/usr/share/doc/kitty/html/_sources/build.rst.txt
/usr/share/doc/kitty/html/_sources/changelog.rst.txt
/usr/share/doc/kitty/html/_sources/conf.rst.txt
/usr/share/doc/kitty/html/_sources/faq.rst.txt
/usr/share/doc/kitty/html/_sources/generated
/usr/share/doc/kitty/html/_sources/generated/launch.rst.txt
/usr/share/doc/kitty/html/_sources/generated/rc.rst.txt
/usr/share/doc/kitty/html/_sources/graphics-protocol.rst.txt
/usr/share/doc/kitty/html/_sources/index.rst.txt
/usr/share/doc/kitty/html/_sources/invocation.rst.txt
/usr/share/doc/kitty/html/_sources/key-encoding.rst.txt
/usr/share/doc/kitty/html/_sources/kittens
/usr/share/doc/kitty/html/_sources/kittens/clipboard.rst.txt
/usr/share/doc/kitty/html/_sources/kittens/custom.rst.txt
/usr/share/doc/kitty/html/_sources/kittens/diff.rst.txt
/usr/share/doc/kitty/html/_sources/kittens/hints.rst.txt
/usr/share/doc/kitty/html/_sources/kittens/icat.rst.txt
/usr/share/doc/kitty/html/_sources/kittens/panel.rst.txt
/usr/share/doc/kitty/html/_sources/kittens/unicode-input.rst.txt
/usr/share/doc/kitty/html/_sources/launch.rst.txt
/usr/share/doc/kitty/html/_sources/marks.rst.txt
/usr/share/doc/kitty/html/_sources/performance.rst.txt
/usr/share/doc/kitty/html/_sources/pipe.rst.txt
/usr/share/doc/kitty/html/_sources/protocol-extensions.rst.txt
/usr/share/doc/kitty/html/_sources/rc_protocol.rst.txt
/usr/share/doc/kitty/html/_sources/remote-control.rst.txt
/usr/share/doc/kitty/html/_sources/support.rst.txt
/usr/share/doc/kitty/html/_static
/usr/share/doc/kitty/html/_static/ajax-loader.gif
/usr/share/doc/kitty/html/_static/alabaster.css
/usr/share/doc/kitty/html/_static/basic.css
/usr/share/doc/kitty/html/_static/comment-bright.png
/usr/share/doc/kitty/html/_static/comment-close.png
/usr/share/doc/kitty/html/_static/comment.png
/usr/share/doc/kitty/html/_static/custom.css
/usr/share/doc/kitty/html/_static/doctools.js
/usr/share/doc/kitty/html/_static/documentation_options.js
/usr/share/doc/kitty/html/_static/down-pressed.png
/usr/share/doc/kitty/html/_static/down.png
/usr/share/doc/kitty/html/_static/file.png
/usr/share/doc/kitty/html/_static/jquery-3.2.1.js
/usr/share/doc/kitty/html/_static/jquery.js
/usr/share/doc/kitty/html/_static/kitty.png
/usr/share/doc/kitty/html/_static/minus.png
/usr/share/doc/kitty/html/_static/plus.png
/usr/share/doc/kitty/html/_static/pygments.css
/usr/share/doc/kitty/html/_static/searchtools.js
/usr/share/doc/kitty/html/_static/underscore-1.3.1.js
/usr/share/doc/kitty/html/_static/underscore.js
/usr/share/doc/kitty/html/_static/up-pressed.png
/usr/share/doc/kitty/html/_static/up.png
/usr/share/doc/kitty/html/_static/websupport.js
/usr/share/doc/kitty/html/binary.html
/usr/share/doc/kitty/html/build.html
/usr/share/doc/kitty/html/changelog.html
/usr/share/doc/kitty/html/conf.html
/usr/share/doc/kitty/html/faq.html
/usr/share/doc/kitty/html/generated
/usr/share/doc/kitty/html/generated/launch.html
/usr/share/doc/kitty/html/generated/rc.html
/usr/share/doc/kitty/html/genindex.html
/usr/share/doc/kitty/html/graphics-protocol.html
/usr/share/doc/kitty/html/index.html
/usr/share/doc/kitty/html/invocation.html
/usr/share/doc/kitty/html/key-encoding.html
/usr/share/doc/kitty/html/kittens
/usr/share/doc/kitty/html/kittens/clipboard.html
/usr/share/doc/kitty/html/kittens/custom.html
/usr/share/doc/kitty/html/kittens/diff.html
/usr/share/doc/kitty/html/kittens/hints.html
/usr/share/doc/kitty/html/kittens/icat.html
/usr/share/doc/kitty/html/kittens/panel.html
/usr/share/doc/kitty/html/kittens/unicode-input.html
/usr/share/doc/kitty/html/launch.html
/usr/share/doc/kitty/html/marks.html
/usr/share/doc/kitty/html/objects.inv
/usr/share/doc/kitty/html/performance.html
/usr/share/doc/kitty/html/pipe.html
/usr/share/doc/kitty/html/protocol-extensions.html
/usr/share/doc/kitty/html/rc_protocol.html
/usr/share/doc/kitty/html/remote-control.html
/usr/share/doc/kitty/html/search.html
/usr/share/doc/kitty/html/searchindex.js
/usr/share/doc/kitty/html/support.html
/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/licenses/kitty
/usr/share/licenses/kitty/LICENSE
/usr/share/man/man1/kitty.1.gz
/usr/share/terminfo/x/xterm-kitty


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:09:08 2024