~/f/kitty/RPMS.2017 ~/f/kitty ~/f/kitty RPMS.2017/kitty-0.17.4-0.0.x86_64.rpm RPMS/kitty-0.17.4-0.0.x86_64.rpm differ: byte 225, line 1 Comparing kitty-0.17.4-0.0.x86_64.rpm to kitty-0.17.4-0.0.x86_64.rpm comparing the rpm tags of kitty --- /tmp/tmp.vBY159fTGx/tmp.ZzSobeBkgw 2020-05-19 22:39:14.277684460 +0000 +++ /tmp/tmp.vBY159fTGx/tmp.0B75pw7UQ4 2020-05-19 22:39:14.285684517 +0000 @@ -894,7 +894,7 @@ /usr/share/doc/kitty/html/pipe.html 977f7b8df90d88ab4cc6fd52fd1f0c5c9b1174cba721549e6f51c0203bbd9dc3 2 /usr/share/doc/kitty/html/protocol-extensions.html 926b9148223c067cbcb7f7dc22ba797b2ec307417e535f56f5eb8a2909d6f979 2 /usr/share/doc/kitty/html/rc_protocol.html 258d73a5969074f6655a8252dbfec140a52db2e3483a9f1e537bd4ecaef6675c 2 -/usr/share/doc/kitty/html/remote-control.html 5449f7dde67cf5baf0d2544aa01dc5a87da87c20a3aa14d99a250c64bbef5aa1 2 +/usr/share/doc/kitty/html/remote-control.html 772c7bca0980e1e3e7f4079c865b032ae520062b0459bb76392a47fd02c0d792 2 /usr/share/doc/kitty/html/search.html 282d5a8ea898e614afe9c1ca87bf880ec01010d6f0fd2c168817df2b0f853e1d 2 /usr/share/doc/kitty/html/searchindex.js 7098482a3fc38f941602c11e69e1987c58774bd0895af75b82b0dc29a2efca2c 2 /usr/share/doc/kitty/html/support.html d438721e4c0ddc2af481a757ea4288a23e592ad6d20af2c7708edaa87bc46149 2 comparing rpmtags comparing RELEASE comparing PROVIDES comparing scripts comparing filelist comparing file checksum creating rename script RPM file checksum differs. Extracting packages /usr/share/doc/kitty/html/remote-control.html differs (HTML document, UTF-8 Unicode text, with very long lines) --- old//usr/share/doc/kitty/html/remote-control.html 2020-05-19 22:39:15.017689588 +0000 +++ new//usr/share/doc/kitty/html/remote-control.html 2020-05-19 22:39:15.017689588 +0000 @@ -96,10 +96,10 @@
  • kitty @ launch
  • kitty @ set-tab-title
  • kitty @ get-text
  • -
  • kitty @ resize-window
  • +
  • kitty @ close-tab
  • kitty @ set-background-image
  • kitty @ focus-window
  • -
  • kitty @ close-tab
  • +
  • kitty @ resize-window
  • @@ -972,39 +972,24 @@
    -
    -

    kitty @ resize-window

    -
    kitty @ resize-window [options]
    +
    +

    kitty @ close-tab

    +
    kitty @ close-tab [options]
     
    -

    Resize the specified window in the current layout. Note that not all layouts can resize all windows in all directions.

    +

    Close the specified tab(s)

    Options

    -
    +
    --match <MATCH>, -m <MATCH>
    -

    The window to match. Match specifications are of the form: field:regexp. Where field can be one of: id, title, pid, cwd, cmdline, num, env. You can use the ls command to get a list of windows. Note that for numeric fields such as id, pid and num the expression is interpreted as a number, not a regular expression. The field num refers to the window position in the current tab, starting from zero and counting clockwise (this is the same as the order in which the windows are reported by the ls command). The window id of the current window is available as the KITTY_WINDOW_ID environment variable. When using the env field to match on environment variables you can specify only the environment variable name or a name and value, for example, env:MY_ENV_VAR=2

    -
    - -
    -
    ---increment <INCREMENT>, -i <INCREMENT>
    -

    The number of cells to change the size by, can be negative to decrease the size. -Default: 2

    -
    - -
    -
    ---axis <AXIS>, -a <AXIS>
    -

    The axis along which to resize. If horizontal, it will make the window wider or narrower by the specified increment. If vertical, it will make the window taller or shorter by the specified increment. The special value reset will reset the layout to its default configuration. -Default: horizontal -Choices: horizontal, reset, vertical

    +

    The tab to match. Match specifications are of the form: field:regexp. Where field can be one of: id, title, pid, cwd, env, cmdline. You can use the ls command to get a list of tabs. Note that for numeric fields such as id and pid the expression is interpreted as a number, not a regular expression. When using title or id, first a matching tab is looked for and if not found a matching window is looked for, and the tab for that window is used.

    -
    +
    --self
    -

    If specified resize the window this command is run in, rather than the active window.

    +

    If specified close the tab this command is run in, rather than the active tab.

    @@ -1067,24 +1052,39 @@
    -
    -

    kitty @ close-tab

    -
    kitty @ close-tab [options]
    +
    +

    kitty @ resize-window

    +
    kitty @ resize-window [options]
     
    -

    Close the specified tab(s)

    +

    Resize the specified window in the current layout. Note that not all layouts can resize all windows in all directions.

    Options

    -
    +
    --match <MATCH>, -m <MATCH>
    -

    The tab to match. Match specifications are of the form: field:regexp. Where field can be one of: id, title, pid, cwd, env, cmdline. You can use the ls command to get a list of tabs. Note that for numeric fields such as id and pid the expression is interpreted as a number, not a regular expression. When using title or id, first a matching tab is looked for and if not found a matching window is looked for, and the tab for that window is used.

    +

    The window to match. Match specifications are of the form: field:regexp. Where field can be one of: id, title, pid, cwd, cmdline, num, env. You can use the ls command to get a list of windows. Note that for numeric fields such as id, pid and num the expression is interpreted as a number, not a regular expression. The field num refers to the window position in the current tab, starting from zero and counting clockwise (this is the same as the order in which the windows are reported by the ls command). The window id of the current window is available as the KITTY_WINDOW_ID environment variable. When using the env field to match on environment variables you can specify only the environment variable name or a name and value, for example, env:MY_ENV_VAR=2

    -
    +
    +--increment <INCREMENT>, -i <INCREMENT>
    +

    The number of cells to change the size by, can be negative to decrease the size. +Default: 2

    +
    + +
    +
    +--axis <AXIS>, -a <AXIS>
    +

    The axis along which to resize. If horizontal, it will make the window wider or narrower by the specified increment. If vertical, it will make the window taller or shorter by the specified increment. The special value reset will reset the layout to its default configuration. +Default: horizontal +Choices: horizontal, reset, vertical

    +
    + +
    +
    --self
    -

    If specified close the tab this command is run in, rather than the active tab.

    +

    If specified resize the window this command is run in, rather than the active window.

    overalldiffered=1 (not bit-by-bit identical) overall=1