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

vte-devel-0.76.0-1.1 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: vte-devel Distribution: openSUSE Tumbleweed
Version: 0.76.0 Vendor: openSUSE
Release: 1.1 Build date: Mon Mar 18 17:14:26 2024
Group: Development/Libraries/GNOME Build host: reproducible
Size: 9856991 Source RPM: vte-0.76.0-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://gitlab.gnome.org/GNOME/vte
Summary: Development files for the VTE terminal emulator library
VTE is a terminal emulator library that provides a terminal widget for
use with GTK+ as well as handling of child process and terminal
emulation settings.

This package contains the files needed for building applications using
VTE.

Provides

Requires

License

LGPL-2.0-only

Changelog

* Mon Mar 18 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 0.76.0:
    + gtk3: draw: minifont: Don't do minifont caching.
    + widget: Add im_activate_osk() method.
    + widget: Activate OSK on button release.
* Mon Mar 18 2024 dimstar@opensuse.org
  - Update to version 0.76.0:
    * build: Version 0.76.0
    * build: Bump gtk4 req version
    * widget: Activate OSK on button release
    * widget: Add im_activate_osk() method
    * gtk3: draw: minifont: Don't do minifont caching
    * build: Post release version bump
* Mon Mar 04 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 0.75.92:
    + widget: Make backwards search find wrapped words.
    + widget: Bit of cleanup around the previous fix.
    + widget: gtk4: Fix double and triple click handling.
    + widget: Faster rewrapping on resize.
    + lib: Remember the Terminal in ProcessingContext.
    + lib: Batch handling of single-width characters.
    + ring: Only occasionally advance the stream tails.
    + widget: gtk4: Fix the look of outline block cursor in the first
      column.
    + vte.sh: Avoid warning if shell is configured with 'set -u'.
    + widget: a11y: Add missing text changes on scrolling with
      modifications.
* Mon Mar 04 2024 dimstar@opensuse.org
  - Update to version 0.75.92:
    * fonts: Allow unknown coverage to silently pass through
    * widget: Fix end alignment
    * app: Rework argument parsing
    * widget: gtk4: Fix the look of outline block cursor in the first column
    * ringview: inline get_bidirow()
    * bidi: inline log2vis() and vis2log()
    * terminal: inline hot path of cell_is_selected_log()
    * terminal: annotate unlikely paths in determine_colors()
    * terminal: remove determine_colors() invisible check
    * Revert "widget: Limit select-all to the writable region not including the scrollback"
    * vte.sh: Avoid warning if shell is configured with 'set -u'
    * widget: Set scroll-on-insert to false by default
    * scheduler: add 10hz fallback scheduler
    * widget: Try to fix a build failure on 32-bit archs
    * ring: Only occasionally advance the stream tails
    * lib: Batch handling of single-width characters
    * lib: Remember the Terminal in ProcessingContext
    * widget: Faster rewrapping on resize
    * widget: gtk4: Fix double and triple click handling
    * widget: Bit of cleanup around the previous fix
    * widget: Make backwards search find wrapped words
    * Revert "build: Remove extra debug compile option"
    * widget: a11y: Add missing text changes on scrolling with modifications
    * widget: Add type annotation to setup-context-menu signal
    * build: Post release version bump
* Mon Feb 12 2024 dimstar@opensuse.org
  - Update to version 0.75.91:
    * vte.sh: Consistent indentation
    * vte.sh: Set up bash and zsh for OSC 133 shell integration
    * emulation: Support conditional new paragraph
    * emulation: Track shell integration escape sequences
    * lib: Remove pointless "maybe" in some method names
    * all: Remove SIXEL support from stable branch
    * widget: Remove termprops from stable branch
    * widget: termprops: Reset termprops on terminal reset
    * widget: termprops: Rewrite termprop documentation
    * widget: termprops: Unify int types
    * widget: Fix HTML CSS property "text-decoration-style: solid"
    * widget,emulation: Add support for dotted and dashed underlines
    * widget: termprops: Relax boolean value parsing
    * widget: termprops: String value parsing fixes
    * widget: termprops: Add some more tests
    * widget: termprops: Allow true/false for BOOL termprops
    * widget: termprops: Add DOUBLE type
    * emulation: Allow default parameter value for XTVERSION
    * emulation: Support XTVERSION sequence
    * emulation: Reply to DECRQPSR and DECRQTSR
    * emulation: More accurate DA1 and DA2 replies
    * widget: Renumber VterAlign enum
    * emulation: Also reply to DECRQSS on XTERM_MODKEYS
    * emulation: Remove xterm alias for DSR_DEC 53
    * widget: Add terminal properties
    * lib: Add some colour helper classes
    * lib: Add a simple UUID class
    * widget: Don't throw warnings for our own header
    * gsk: fix rectangle drawing using border nodes
    * widget: Fix context menu event check
    * widget: notify of style change upon css_changed
* Tue Jan 16 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 0.75.0:
    * regex: Add out param for error location to the _full() APIs
    * widget: Don't update the ringview before scrolling in history
    * regex: Add API to set extra PCRE2 compile flags
    * widget: Scroll to the bottom on preedit
    * widget: Deprecate old get-text APIs
    * widget: Add bindable replacement API to get the displayed text
    * widget: gtk4: Delay unsetting the context menu to idle
    * widget: Work around kinetic scrolling when changing the adjustment
    * app: Add more scrolling options
    * widget: Add scroll-on-insert property
    * bidi: Use malloced workspace area
    * widget: Fix initial cursor blink state
    * widget: Fix selected text API with block selection mode
    * draw: Remove unused alpha param from drawing methods
    * widget: Add class vfunc for setup-context-menu signal
    * vte: avoid creating rect/region on GTK 4
    * vte: remove extra PTY read from tick callback
    * vte: emit adjustment changed in tick callback
    * Reapply "vte: drive updates from GdkFrameClock"
    * widget: gtk4: Add long press touch gesture
    * lib: Inline the Unicode character width database
    * ring: Fix error handling in the rewrapping code
    * stream: Add debug assertions verifying the snake's integrity
    * stream: Fix a rare corruption when advancing the tail
    * DOAP: Replace defunct mailing list with Discourse support forum
    * Revert "vte: drive updates from GdkFrameClock"
    * widget: Add context menu support
    * draw: Add some constexpr to Rectangle methods
    * widget: Improve yalign docs
    * build: Suppress a warning about an unused variable in non-debug mode
    * lib: Do not initialize cells before inserting characters
    * lib: Fix lines unwrapping too far
    * lib: Speed up inserting runs of ASCII characters
    * lib: Simplify invalidation bounding box tracking
    * emulation: Fix cursor position after an escape sequence initiated resize
    * lib: Remove unnecessary "struct"s
    * emulation: Save/restore along with the cursor whether wrapping will occur
    * emulation: Make ED 2 and EL 2 clear the pending wrap flag
    * emulation: Make DA1 report horizontal scrolling support
    * emulation: Fix ECH not to expand the row beyond the terminal's width
    * emulation: Make DECCOLM and DECALN reset the scrolling region
    * emulation: Adjust Cursor Position Report (CPR) for left and right margins
    * emulation: Implement Forward Index (DECFI) and Back Index (DECBI)
    * emulation: Implement Insert Column (DECIC) and Delete Columnn (DECDC)
    * emulation: Adjust IRM mode for left and right margins
    * emulation: Adjust Insert Character (ICH) and Delete Character (DCH)
    * emulation: Implement Scroll Left (SL) and Scroll Right (SR)
    * emulation: Minor cleanup at smart tab handling
    * emulation: Adjust cursor moving operations to respect left and right margins
    * emulation: Shuffle a few methods to a more logical order
    * emulation: Adjust vertical scrolling to respect left and right margins
    * doc: Add scrolling-region.txt
    * emulation: Adjust cursor tracking and autowrapping for the right margin
    * emulation: Execute SCORC even when DECLRMM is enabled
    * emulation: Track DECSLRM left and right margins
    * emulation: Fix the behavior if invalid scrolling region is requested
    * emulation: Scroll Up (SU) and Delete Line (DL) push to the scrollback
    * emulation: Disregard bce in the scrolling region
    * emulation: Extend vte_scrolling_region to track all four margins
    * emulation: Rename start/end margins to top/bottom
    * emulation: Preserve empty cells as NULs when computing DECRQCRA checksum
    * widget: Remove an unused parameter of get_text()
    * bindings: vala: Depend on graphene-gobject-1.0
    * build: Silence deprecation warnings
    * drawing-gsk: fix a potential crash with empty runs
    * vte: drive updates from GdkFrameClock
    * emulation: Also use invisible bit for DECRQCRA checksum
    * emulation: Correct DECRQCRA negation
    * emulation: make DECRQCRA behave as VT520
    * parser: modes: Additions from recent xterm
    * build: Fix compile in debug mode
    * debug: use vte_assert_cmp* functions
    * bidi: reuse char and index arrays across runs
    * terminal: require caller to allocate GString for get_text()
    * vteinternal: use specialized array for char attributes
    * draw: minifont: Only pad character where necessary
    * draw: minifont: Fix drawing of diagonals
    * draw: Style fixes
    * draw: Include drawing-context.hh not drawing-cairo.hh
    * draw: Use a named constant
    * draw: implement native GTK 4 drawing
    * draw:minifont: Add comment to the LR and RL hatching patterns
    * Update Greek translation
    * minifont: remove unused attr parameter
    * vtetypes: add GdkRGBA conversion utility
    * app: avoid using Cairo fallback nodes on GTK 4
    * build: bump GTK requirement to 4.12
    * draw: minifont: Fix lr/rl hatching pattern to tile seamlessly
    * vte: batch printable character insertion
    * parser: move vte_parser_t into vte::parser::Parser
    * rowdata: use std::fill_n()
    * build: Fix the build with sixel enabled
    * ring, fonts: use g_string_truncate() to reset string
    * build: compile out assertions and cast-checks
    * ring: remove VteRing C wrapper for vte::base::Ring
    * ring: inline vte::base::Ring::index_writable()
    * ring: inline vte::base::Ring::ensure_writable()
    * unistr: fix typo in gtk-doc
    * utf8: Add some more tests
    * unistr: inline unichar into GString as UTF-8
    * unichar: hoist common unichar width into caller
    * stream: switch compression from zlib to LZ4
    * unistr: hoist _vte_unistr_strlen() into caller
    * unistr: hoist g_string_append_unichar() into caller
    * bidi: add VteBidiIndexes array using GdkArrayImpl
    * bidi: add VteBidiChars array of gunichar
    * import GdkArrayImpl for fast arrays
    * build-aux: add flatpak manifest for testing from Builder
    * ci: Only upload docs for tags
    * Revert "widget: a11y: Add missing text changes on scrolling with modifications"
    * Revert "widget: a11y: Optimize text changes on scrolling with modifications"
    * widget: VteTerminalSpawnAsyncCallback's error is nullable
    * widget: a11y: Optimize text changes on scrolling with modifications
    * widget: Fix conditional
    * widget: Fix conditional
    * app: Correct option value description
    * Revert "widget: Do not count event as handled in more situations"
    * test: Add SGR 4:4 and 4:5 underlines to test script
    * emulation: Ignore unknown SGR underline subparams
    * widget: Correct "Since:" annotations
    * lib: Fix preallocated size
  - Add pkgconfig(liblz4) BuildRequires: new dependency.
* Sun Jan 14 2024 Yifan Jiang <yfjiang@suse.com>
  - Provide and Obsolete old typelib-1_0-Vte-2.91 package whose
    %{_binver} used the same exact value as %{_apiver}.
* Tue Dec 19 2023 dimstar@opensuse.org
  - Update to version 0.74.2:
    * lib,bidi: Work on the heap rather than the stack
    * stream: Fix a rare corruption when advancing the tail
    * widget: Fix initial cursor blink state
    * build: Post release version bump
* Tue Nov 28 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %patch -p N instead of deprecated %patchN.
* Tue Nov 14 2023 Daike Yu <yu.daike@suse.com>
  - Update vte-revert-back-to-c++17.patch
    * revert more C++20 features
* Sat Oct 21 2023 bjorn.lie@gmail.com
  - Update to version 0.74.1:
    * ci: Only upload docs for tags
    * widget: VteTerminalSpawnAsyncCallback's error is nullable
    * Updated translations.
  - Drop f1a547f1dfebd8860021b6b727fa5d5717e9f143.patch: fixed
    upstream.
* Wed Oct 04 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Add f1a547f1dfebd8860021b6b727fa5d5717e9f143.patch: widget:
    VteTerminalSpawnAsyncCallback's error is nullable. Fixes:
    https://gitlab.gnome.org/GNOME/vte/-/issues/2647
* Sun Sep 17 2023 bjorn.lie@gmail.com
  - Update to version 0.74.0:
    * widget: Fix conditional
    * app: Correct option value description
    * build: Post release version bump
    * Revert "widget: a11y: Add missing text changes on scrolling
      with modifications"
    * Revert "widget: Do not count event as handled in more
      situations"
    * test: Add SGR 4:4 and 4:5 underlines to test script
    * emulation: Ignore unknown SGR underline subparams
    * lib: Fix preallocated size
    * Updated translations.
  - Change compression in service and tarball produced to zst.
* Sun Sep 03 2023 bjorn.lie@gmail.com
  - Update to version 0.73.99:
    * Revert "widget: a11y: Add missing text changes on scrolling
      with modifications"
    * Revert "widget: Do not count event as handled in more
      situations"
    * test: Add SGR 4:4 and 4:5 underlines to test script
    * emulation: Ignore unknown SGR underline subparams
    * Update Turkish translation
    * lib: Fix preallocated size
* Sun Aug 06 2023 bjorn.lie@gmail.com
  - Update to version 0.73.93:
    * all:
    - Remove SIXEL support from stable branch
    - Use defined values for defines
    - Use __has_include
    * build:
    - Enable gtk4 by default
    - More detailed version info
    - Post release version bump
    * docs: Publish as gitlab pages
    * draw: Remove need to generate code
    * emulation:
    - Fix infinite loop on non-number OSC 104 param
    - Fix invalid mouse scroll event on window edge
    - Treat unsupported SGR 4:n as no-underline
    * fonts:
    - Don't declare this inline
    - Keep layout text available for cairo
    - Keep the PangoLayout unchanged
    - Remove unnecessary context change call
    * pty:
    - Do not typecast to GSpawnFlags
    - Fix exit delay in presence of a grandchild process
    - Make netbsd workaround conditional on kernel version
    * Revert "widget: Modernise HTML output"
    * widget:
    - a11y: Add missing text changes on scrolling with
      modifications
    - Add API to override font options
    - Defer alignment API to next cycle
    - Do not count event as handled in more situations
    - Do not possibly deny early click gesture
    - Don't consume right clicks on gtk4
    - Don't consume right clicks on gtk4
    - Ensure the ringview is updated before converting coordinates
    - Fix a deprecation warning
    - Fix compilation
    - Fix cursor blink timeout
    - Fix introspection annotations
    - Fix introspection API
    - Fix introspection warnings
    - Fix setting clipboard with html data
    - gtk4: Hint and quantize font metrics
    - Invalidate ringview when the invalidating
    - Make get_text_range docs more accurate
    - More docs and introspection annotation fixes
    - Update some Since annotations
    + Updated translations.
* Mon Jun 05 2023 bjorn.lie@gmail.com
  - Update to version 0.72.2:
    * emulation: Fix infinite loop on non-number OSC 104 param
    * widget: Don't consume right clicks on gtk4
  - Drop 24547fb3.patch: Fixed upstream.
* Tue May 09 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Add 24547fb3.patch: widget: Don't consume right clicks on gtk4.
* Sun Apr 16 2023 bjorn.lie@gmail.com
  - Update to version 0.72.1:
    + emulation: Fix invalid mouse scroll event on window edge
    + widget:
    - Fix compilation
    - Fix setting clipboard with html data
    - Fix introspection warnings
    - Fix cursor blink timeout
    + Updated translations.
* Mon Mar 20 2023 bjorn.lie@gmail.com
  - Update to version 0.72.0:
    + fonts:
    - Keep the PangoLayout unchanged
    - Keep layout text available for cairo
* Mon Mar 06 2023 bjorn.lie@gmail.com
  - Update to version 0.71.99:
    + pty: Do not typecast to GSpawnFlags
    + fonts: Remove unnecessary context change call
    + widget:
    - Fix a deprecation warning
    - gtk4: Hint and quantize font metrics
    - Fix introspection API
    - Don't consume right clicks on gtk4
* Sun Feb 26 2023 bjorn.lie@gmail.com
  - Update to version 0.71.92:
    + all: Remove SIXEL support from stable branch
    + app:
    - Disconnect signal handlers on dispose
    - Filter unwanted environment variables
    + build:
    - Add define for darwin
    - Add define for openbsd
    - Fix netbsd define
    - Print warning on unstable release
    - Update meson req version
    + lib:
    - Add gresources to vte/gtk4
    - Fix spawning on netbsd
    + missing: Add better fdwalk implementation for darawin
    + parser:
    - Add more OSC codes
    - modes: Mark modes that should not be reset by DECSTR
    - Update list of known OSC codes
    + pty:
    - netbsd fix
    - Remove useless setenv calls
    + widget:
    - Add API to get text as HTML
    - clipboard: Add missing else
    - Clipboard fixes for gtk4
    - Defer alignment API to next cycle
    - Ensure the ringview is updated before converting coordinates
    - Fix value type check
    - Fix Widget::regex_match_check_at()
    - gtk4:
      . Don't grab the focus on focus-in
      . Only notify terminal when focused
      . Translate control+key events when using multiple layouts
    - Implement clipboard for gtk4
    - Modernise HTML output
    - Offer text/html also in UTF-8 format
    - Use correct end row for getting the selected text
    - Use correct view coordinates
    + Updated translations.
  - Rebase vte-enable-build-flag-pie.patch with quilt.
* Tue Feb 14 2023 bjorn.lie@gmail.com
  - Update to version 0.70.3:
    + widget:
    - Ensure the ringview is updated before converting coordinates
    - gtk4: Translate control+key events when using multiple
      layouts
    - Use correct end row for getting the selected text
  - Drop ddb2c8a.patch: Fixed upstream.
* Thu Jan 19 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Add ddb2c8a.patch: widget: Use correct end row for getting the
    selected text. The range is end-exclusive, so use end_row()
    instead of last_row(). Fixes glgo#GNOME/vte#2584
* Mon Dec 05 2022 dimstar@opensuse.org
  - Update to version 0.70.2:
    * widget: Modernise HTML output.
    * missing: Add better fdwalk implementation for darawin.
    * build: Print warning on unstable release.
    * build: Add define for openbsd.
    * Updated translations.
* Thu Oct 27 2022 bjorn.lie@gmail.com
  - Update to version 0.70.1:
    + app:
    - Disconnect signal handlers on dispose.
    - Filter unwanted environment variables.
    + build:
    - Add define for darwin.
    - Fix netbsd define.
    + widget:
    - Don't consume right clicks on gtk4.
    - Implement clipboard for gtk4.
    * Updated translations.
* Fri Sep 16 2022 bjorn.lie@gmail.com
  - Update to version 0.70.0:
    + build: Post release version bump
* Sun Sep 04 2022 bjorn.lie@gmail.com
  - Update to version 0.69.99:
    + build: Version 0.69.99 for gnome 43rc
    + lib: Fix spawning on netbsd
    + widget:
    - Fix Widget::regex_match_check_at()
    - Use correct view coordinates
    - gtk4:
      . Only notify terminal when focused
      . Don't grab the focus on focus-in
* Thu Sep 01 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Disable glade catalog support via bcond.
  - Fixup the defines, most importantly name the vte typelib
    correctly again.
* Tue Aug 09 2022 bjorn.lie@gmail.com
  - Update to version 0.69.92:
    + all:
    - Include <termios.h> directly
    - Remove SIXEL support from stable branch
    - Don't override widget's CSS names
    + bindings:
    - gir: Change vte/gtk4 gir nsversion
    - vala:
      . Add vapi for vte/gtk4
      . Remove the test app
    + build:
    - Also set _XOPEN_SOURCE
    - Build fix for netbsd
    - Bump meson req version to 0.51
    - Check for python version
    - Define __BSD_VISIBLE on freebsd
    - Define list of libc feature test macros only once
    - Fix debug build
    - Make sure __BSD_VISIBLE is defined on freebsd
    - Remove gtk4 notice
    - Try to fix pwrite detection on non-glibc systems
    - Update gtk3 req version
    - Use an explict python interpreter
    + docs:
    - Install toml file to subdir
    - Port to gi-docgen
    + fonts:
    - gtk4: Create a new pango context
    - Only set language if different to the current language
    - Pass nullptr for language
    + glib:
    - glue:
      . Include string
      . Include string_view
    + lib:
    - Fix reserved size calculation
    - Move glib glue code to glib-glue.cc
    + Revert "emulation: Support XTVERSION sequence"
    + sixel: Remove stray semicolon
    + spawn: Fix build without CLOSE_RANGE_CLOEXEC
    + widget:
    - Add API to get selected text
    - widget: Add format arg to new API to get selected text
    - Correct some Since annotations
    - Defer alignment API to next cycle
    - Don't queue_resize() during allocation
    - Fix padding borders
    - Fix some API version tags
    - gtk4:
      . Add API to check event context
      . Don't invalidate endlessly
      . Lower the priority of the style provider
      . Make background API available on gtk4
      . Simplify invalidation tracking
    - gtk: Make new API naming self-consistent
    - Ignore synthetic scroll events
    - Listen for toplevel focus change
    - Only avoid reentrant queue_resize() in GTK4
    - Queue a resize on CSS changes
    - Remove errneous gtk_widget_allocate call
    + Update translations.
  - Rebase vte-enable-build-flag-pie.patch with quilt.
  - Set bcond to without, build gtk4 support.
  - Drop gtk-doc and add pkgconfig(gi-docgen) BuildRequires following
    upstreams port to gi-docgen.
* Sun Mar 27 2022 bjorn.lie@gmail.com
  - Update to version 0.68.0:
    + spawn: Fix build without CLOSE_RANGE_CLOEXEC
    + Revert "emulation: Support XTVERSION sequence"
* Sat Feb 12 2022 bjorn.lie@gmail.com
  - Update to version 0.67.90:
    + widget:
    - Defer alignment API to next cycle
    - Deprecate VteCharAttributes struct
    - Deprecate the attributes out-param for vte_terminal_get_text
    - Fix measure baseline to return -1
    + all: Remove SIXEL support from stable branch
    + sixel: Fix DECGRI for parameter value 0
    + build:
    - Change gtk4 GIR version hack
    - Assert on non-supported option on stable branch
    + lib: Remove misplaced inline from function declaration
    + emulation: Support XTVERSION sequence
    + parser: Fix comments
    + fonts: Fix height check
    + Updated translations.
  - Disable gtk4 support via bcond. Upstream did not move forward
    with this support for now.
* Thu Dec 30 2021 bjorn.lie@gmail.com
  - Update to version 0.66.90+git.e32dba1:
    + build:
    - Fix check for -fstack-protector* compiler support
    - Rework function checks
    - Fix build with kernel headers from linux < 4.13
    + app:
    - Fix context menu styling
    - Improve option value description
    - Add option to set initial title
    + widget:
    - Split alignment and fill properties
    - Fix Since version for new API
    - Add vte_terminal_paste
    - Add more precondition checks for vte_pty_spawn_async_with_fds
    - Correct some API Since: versions
    - Adjust preedit position to GtkEntry
    + vala:
    - Reference of [GtkChild] field is handled by GtkBuilder, type
      must be unowned
    - Fix accessibility of constant intializer expression
    + terminal:
    - Make CRLF pastification smarter
    - Make pastification not replace something with nothing
    - Add tests for text paste transformation
    + parser:
    - Fix some control codes
    - Recognise more commands
    - modes: Fix DECSDM default value
    + lib:
    - Check for close_range function and use it when available
    - ABI repairs
    + emulation:
    - ECMA modes should not be saved by DECSC
    - Use correct range for DECRQCRA
    - Docs improvements
    - Fix xterm window size request response
    + fonts:
    - Relax font sanitisation
    - Improve font bolding
    - More metrics sanity checks
    + vte.sh: Fix the check for PROMPT_COMMAND when it is unset
    + docs: Add index for API new in 0.68
    + vte.sh: Use PROMPT_COMMAND as an array when possible
    + spawn: FD reassignment code tweaks
    + Updated translations.
  - Add pkgconfig(gtk4) BuildRequires and pass gtk4=true to meson,
    build gtk4 widgets. Following this, add new sub-packages
    typelib-1_0-Vte-2.91-gtk4 and vte-tools-gtk4.
* Sat Dec 04 2021 bjorn.lie@gmail.com
  - Update to version 0.66.2:
    + parser: Fix some control codes
    + emulation:
    - ECMA modes should not be saved by DECSC
    - Use correct range for DECRQCRA
* Sat Oct 30 2021 bjorn.lie@gmail.com
  - Update to version 0.66.1:
    + app: Add option to set initial title
    + vte.sh: Fix the check for PROMPT_COMMAND when it is unset
    + Updated translations.
  - Drop vte-silence-COMMAND_PROMPT.patch: Fixed upstream.
* Wed Oct 27 2021 Daike Yu <yu.daike@suse.com>
  - Add vte-revert-back-to-c++17.patch
    revert c++20 features back to c++17 to build on SLE/Leap
* Fri Sep 24 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Add vte-silence-COMMAND_PROMPT.patch: Silence warning when
    opening terminal about PROMPT_COMMAND being an unknown command.
* Wed Sep 22 2021 bjorn.lie@gmail.com
  - Update to version 0.66.0:
    + emulation: Fix xterm window size request response.
    + widget: Adjust preedit position to GtkEntry.
    + vte.sh: Use PROMPT_COMMAND as an array when possible.
    + fonts: More metrics sanity checks.
    + Update translations.
* Thu Sep 16 2021 Stanislav Brabec <sbrabec@suse.com>
  - Remove obsolete translation-update-upstream support
    (jsc#SLE-21105).
* Tue Aug 24 2021 dimstar@opensuse.org
  - Update to version 0.65.91:
    + Port to GTK 4.
    + all: Remove SIXEL support from stable branch
    + app: Add debug option to track clipboard targets
    + app: Add option to use a GtkScrolledWindow
    + lib: Fix switching encodings
    + parser: Add new OSC command from xterm 367
    + parser: Recognise more commands
    + sixel: Fix pixel aspect calculation
    + sixel: Remove ununused tracking of palette modification
    + sixel: Reset repeat counter when receiving the next command
    + widget: Add API to make adjustment values pixels
    + Updated translations.
* Mon Aug 09 2021 Yifan Jiang <yfjiang@suse.com>
  - BuildRequires python3-dataclasses since SLE 15.4 uses python36
    to build.
* Wed Jul 28 2021 Yifan Jiang <yfjiang@suse.com>
  - Add vte-enable-build-flag-pie.patch: enable PIE flag to be
    compatible with gcc default linking option. Otherwise build will
    be failed with current SLE-15-SP4 project setup.
* Mon Jun 07 2021 bjorn.lie@gmail.com
  - Update to version 0.64.2:
    + widget: Docs fix
    + Updated translations.
* Fri May 14 2021 dimstar@opensuse.org
  - Update to version 0.64.1:
    + widget: Move clipboard store from finalize to unrealize.
    + build: Work around a meson bug with dist scripts in
      subprojects.
    + build: Add missing includes.
* Sat Apr 17 2021 dimstar@opensuse.org
  - Update to version 0.64.0:
    + app: Add debug option to track clipboard targets.
    + parser: Add new sequence from xterm 362.
    + pty: Add support for PTY packet mode on sysv-like systems.
    + app: Fix search next/prev button sensitivity.
    + app: Use smart pointer.
    + app: Fix background image drawing.
    + emulation: sixel: Implement DECSET 1070.
    + vte.sh: Avoid warnings if shell is configured with 'set -u'.
* Sat Apr 17 2021 dimstar@opensuse.org
  - Update to version 0.62.1:
    + Export vte_pty_spawn_finish again.
    + Post release version bump.
    + docs: Remove three mistaken little words.
    + gtk: Allow passing null callback to spawn_async.
    + lib: Abort when alloc returns nullptr.
    + parser: HTJ is not a NOP.
    + pty: Allow null callback for spawn_async.
    + vte.sh: Avoid warnings if shell is configured with 'set -u'.
    + widget: Define text_view_bg in fallback CSS if the theme
      doesn't.
    + widget: Implement GtkScrollableInterface::get_border.
    + widget: Reference terminals while processing.
    + Updated translations.
* Sun Feb 14 2021 gmbr3@opensuse.org
  - Update to version 0.63.91:
    + all: Remove SIXEL support from stable branch.
    + lib: Replace deprecated std::is_pod.
    + parser:
    - DECBI is NOP.
    - Add new sequence from xterm 362.
    - Properly refer to python3.
    + docs: Add index for API new in 0.64.
    + build:
    - Fix build.
    - Add config.h as dependency to all sources.
    - Restore glade catalogue.
    + app: Fork UI files for gtk3.
    + widget:
    - Use GdkEvent accessor function.
    - Implement GtkScrollableInterface::get_border.
    + Updated translations.
  - Changes for the restored glade catalogs:
    + Add glade BuildRequires.
    + Split out new glade-catalog-vte.
* Sun Feb 14 2021 bjorn.lie@gmail.com
  - Update to version 0.62.3:
    + keymap: Use int8_t for the length of the short keymap strings
    + Revert "lib: Sanitise the passed-in font description"
    + Updated translations.
* Sat Jan 09 2021 bjorn.lie@gmail.com
  - Update to version 0.62.2:
    + widget:
    - Limit select-all to the writable region not including the
      scrollback
    - Fix idle child-exited signal after dispose
    + app:
    - Fix search next/prev button sensitivity
    - Fix background image drawing
    + lib:
    - desc is not a smart pointer in 0.62
    - Fix unused variable warning when not using getrlimit
    - Use sysconf on macos to get the upper limit of number of FDs
    - Sanitise the passed-in font description
    - Add missing nullable annotation to spawn child setup
      functions

Files

/usr/include/vte-2.91
/usr/include/vte-2.91-gtk4
/usr/include/vte-2.91-gtk4/vte
/usr/include/vte-2.91-gtk4/vte/vte.h
/usr/include/vte-2.91-gtk4/vte/vtedeprecated.h
/usr/include/vte-2.91-gtk4/vte/vteenums.h
/usr/include/vte-2.91-gtk4/vte/vteglobals.h
/usr/include/vte-2.91-gtk4/vte/vtemacros.h
/usr/include/vte-2.91-gtk4/vte/vtepty.h
/usr/include/vte-2.91-gtk4/vte/vteregex.h
/usr/include/vte-2.91-gtk4/vte/vteterminal.h
/usr/include/vte-2.91-gtk4/vte/vtetypebuiltins-gtk4.h
/usr/include/vte-2.91-gtk4/vte/vtetypebuiltins.h
/usr/include/vte-2.91-gtk4/vte/vteversion.h
/usr/include/vte-2.91/vte
/usr/include/vte-2.91/vte/vte.h
/usr/include/vte-2.91/vte/vtedeprecated.h
/usr/include/vte-2.91/vte/vteenums.h
/usr/include/vte-2.91/vte/vteglobals.h
/usr/include/vte-2.91/vte/vtemacros.h
/usr/include/vte-2.91/vte/vtepty.h
/usr/include/vte-2.91/vte/vteregex.h
/usr/include/vte-2.91/vte/vteterminal.h
/usr/include/vte-2.91/vte/vtetypebuiltins-gtk3.h
/usr/include/vte-2.91/vte/vtetypebuiltins.h
/usr/include/vte-2.91/vte/vteversion.h
/usr/lib/libvte-2.91-gtk4.so
/usr/lib/libvte-2.91.so
/usr/lib/pkgconfig/vte-2.91-gtk4.pc
/usr/lib/pkgconfig/vte-2.91.pc
/usr/share/doc/packages/vte-2.91
/usr/share/doc/packages/vte-2.91-gtk4
/usr/share/doc/packages/vte-2.91-gtk4/RedHatDisplay-Black.woff
/usr/share/doc/packages/vte-2.91-gtk4/RedHatDisplay-Black.woff2
/usr/share/doc/packages/vte-2.91-gtk4/RedHatDisplay-BlackItalic.woff
/usr/share/doc/packages/vte-2.91-gtk4/RedHatDisplay-BlackItalic.woff2
/usr/share/doc/packages/vte-2.91-gtk4/RedHatDisplay-Bold.woff
/usr/share/doc/packages/vte-2.91-gtk4/RedHatDisplay-Bold.woff2
/usr/share/doc/packages/vte-2.91-gtk4/RedHatDisplay-BoldItalic.woff
/usr/share/doc/packages/vte-2.91-gtk4/RedHatDisplay-BoldItalic.woff2
/usr/share/doc/packages/vte-2.91-gtk4/RedHatDisplay-Italic.woff
/usr/share/doc/packages/vte-2.91-gtk4/RedHatDisplay-Italic.woff2
/usr/share/doc/packages/vte-2.91-gtk4/RedHatDisplay-Medium.woff
/usr/share/doc/packages/vte-2.91-gtk4/RedHatDisplay-Medium.woff2
/usr/share/doc/packages/vte-2.91-gtk4/RedHatDisplay-MediumItalic.woff
/usr/share/doc/packages/vte-2.91-gtk4/RedHatDisplay-MediumItalic.woff2
/usr/share/doc/packages/vte-2.91-gtk4/RedHatDisplay-Regular.woff
/usr/share/doc/packages/vte-2.91-gtk4/RedHatDisplay-Regular.woff2
/usr/share/doc/packages/vte-2.91-gtk4/RedHatText-Bold.woff
/usr/share/doc/packages/vte-2.91-gtk4/RedHatText-Bold.woff2
/usr/share/doc/packages/vte-2.91-gtk4/RedHatText-BoldItalic.woff
/usr/share/doc/packages/vte-2.91-gtk4/RedHatText-BoldItalic.woff2
/usr/share/doc/packages/vte-2.91-gtk4/RedHatText-Italic.woff
/usr/share/doc/packages/vte-2.91-gtk4/RedHatText-Italic.woff2
/usr/share/doc/packages/vte-2.91-gtk4/RedHatText-Medium.woff
/usr/share/doc/packages/vte-2.91-gtk4/RedHatText-Medium.woff2
/usr/share/doc/packages/vte-2.91-gtk4/RedHatText-MediumItalic.woff
/usr/share/doc/packages/vte-2.91-gtk4/RedHatText-MediumItalic.woff2
/usr/share/doc/packages/vte-2.91-gtk4/RedHatText-Regular.woff
/usr/share/doc/packages/vte-2.91-gtk4/RedHatText-Regular.woff2
/usr/share/doc/packages/vte-2.91-gtk4/SourceCodePro-It.ttf.woff
/usr/share/doc/packages/vte-2.91-gtk4/SourceCodePro-Regular.ttf.woff
/usr/share/doc/packages/vte-2.91-gtk4/SourceCodePro-Semibold.ttf.woff
/usr/share/doc/packages/vte-2.91-gtk4/callback.SelectionFunc.html
/usr/share/doc/packages/vte-2.91-gtk4/callback.TerminalSpawnAsyncCallback.html
/usr/share/doc/packages/vte-2.91-gtk4/class.Pty.html
/usr/share/doc/packages/vte-2.91-gtk4/class.Terminal.html
/usr/share/doc/packages/vte-2.91-gtk4/classes_hierarchy.html
/usr/share/doc/packages/vte-2.91-gtk4/const.MAJOR_VERSION.html
/usr/share/doc/packages/vte-2.91-gtk4/const.MICRO_VERSION.html
/usr/share/doc/packages/vte-2.91-gtk4/const.MINOR_VERSION.html
/usr/share/doc/packages/vte-2.91-gtk4/const.REGEX_FLAGS_DEFAULT.html
/usr/share/doc/packages/vte-2.91-gtk4/const.SPAWN_NO_PARENT_ENVV.html
/usr/share/doc/packages/vte-2.91-gtk4/const.SPAWN_NO_SYSTEMD_SCOPE.html
/usr/share/doc/packages/vte-2.91-gtk4/const.SPAWN_REQUIRE_SYSTEMD_SCOPE.html
/usr/share/doc/packages/vte-2.91-gtk4/const.TEST_FLAGS_ALL.html
/usr/share/doc/packages/vte-2.91-gtk4/const.TEST_FLAGS_NONE.html
/usr/share/doc/packages/vte-2.91-gtk4/ctor.Pty.new_foreign_sync.html
/usr/share/doc/packages/vte-2.91-gtk4/ctor.Pty.new_sync.html
/usr/share/doc/packages/vte-2.91-gtk4/ctor.Regex.new_for_match.html
/usr/share/doc/packages/vte-2.91-gtk4/ctor.Regex.new_for_match_full.html
/usr/share/doc/packages/vte-2.91-gtk4/ctor.Regex.new_for_search.html
/usr/share/doc/packages/vte-2.91-gtk4/ctor.Regex.new_for_search_full.html
/usr/share/doc/packages/vte-2.91-gtk4/ctor.Terminal.new.html
/usr/share/doc/packages/vte-2.91-gtk4/enum.Align.html
/usr/share/doc/packages/vte-2.91-gtk4/enum.CursorBlinkMode.html
/usr/share/doc/packages/vte-2.91-gtk4/enum.CursorShape.html
/usr/share/doc/packages/vte-2.91-gtk4/enum.EraseBinding.html
/usr/share/doc/packages/vte-2.91-gtk4/enum.Format.html
/usr/share/doc/packages/vte-2.91-gtk4/enum.TextBlinkMode.html
/usr/share/doc/packages/vte-2.91-gtk4/enum.WriteFlags.html
/usr/share/doc/packages/vte-2.91-gtk4/error.PtyError.html
/usr/share/doc/packages/vte-2.91-gtk4/error.RegexError.html
/usr/share/doc/packages/vte-2.91-gtk4/flags.FeatureFlags.html
/usr/share/doc/packages/vte-2.91-gtk4/flags.PtyFlags.html
/usr/share/doc/packages/vte-2.91-gtk4/fonts.css
/usr/share/doc/packages/vte-2.91-gtk4/func.CHECK_VERSION.html
/usr/share/doc/packages/vte-2.91-gtk4/func.event_context_get_type.html
/usr/share/doc/packages/vte-2.91-gtk4/func.get_encoding_supported.html
/usr/share/doc/packages/vte-2.91-gtk4/func.get_encodings.html
/usr/share/doc/packages/vte-2.91-gtk4/func.get_feature_flags.html
/usr/share/doc/packages/vte-2.91-gtk4/func.get_features.html
/usr/share/doc/packages/vte-2.91-gtk4/func.get_major_version.html
/usr/share/doc/packages/vte-2.91-gtk4/func.get_micro_version.html
/usr/share/doc/packages/vte-2.91-gtk4/func.get_minor_version.html
/usr/share/doc/packages/vte-2.91-gtk4/func.get_user_shell.html
/usr/share/doc/packages/vte-2.91-gtk4/func.set_test_flags.html
/usr/share/doc/packages/vte-2.91-gtk4/fzy.js
/usr/share/doc/packages/vte-2.91-gtk4/go-up-symbolic.png
/usr/share/doc/packages/vte-2.91-gtk4/index.html
/usr/share/doc/packages/vte-2.91-gtk4/index.json
/usr/share/doc/packages/vte-2.91-gtk4/main.js
/usr/share/doc/packages/vte-2.91-gtk4/method.EventContext.get_coordinates.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Pty.child_setup.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Pty.close.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Pty.get_fd.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Pty.get_size.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Pty.set_size.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Pty.set_utf8.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Pty.spawn_async.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Pty.spawn_finish.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Pty.spawn_with_fds_async.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Regex.jit.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Regex.ref.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Regex.substitute.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Regex.unref.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.check_hyperlink_at.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.check_match_at.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.check_regex_array_at.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.check_regex_simple_at.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.copy_clipboard.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.copy_clipboard_format.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.copy_primary.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.feed.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.feed_child.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.feed_child_binary.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_allow_bold.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_allow_hyperlink.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_audible_bell.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_bold_is_bright.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_cell_height_scale.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_cell_width_scale.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_char_height.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_char_width.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_cjk_ambiguous_width.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_color_background_for_draw.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_column_count.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_context_menu.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_context_menu_model.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_current_directory_uri.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_current_file_uri.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_cursor_blink_mode.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_cursor_position.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_cursor_shape.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_enable_bidi.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_enable_fallback_scrolling.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_enable_shaping.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_enable_sixel.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_encoding.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_font.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_font_options.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_font_scale.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_has_selection.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_icon_title.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_input_enabled.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_mouse_autohide.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_pty.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_rewrap_on_resize.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_row_count.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_scroll_on_insert.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_scroll_on_keystroke.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_scroll_on_output.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_scroll_unit_is_pixels.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_scrollback_lines.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_text.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_text_blink_mode.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_text_format.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_text_include_trailing_spaces.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_text_range.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_text_range_format.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_text_selected.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_text_selected_full.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_window_title.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_word_char_exceptions.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_xalign.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_xfill.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_yalign.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.get_yfill.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.match_add_regex.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.match_check.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.match_remove.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.match_remove_all.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.match_set_cursor.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.match_set_cursor_name.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.paste_clipboard.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.paste_primary.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.paste_text.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.pty_new_sync.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.reset.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.search_find_next.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.search_find_previous.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.search_get_regex.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.search_get_wrap_around.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.search_set_regex.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.search_set_wrap_around.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.select_all.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_allow_bold.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_allow_hyperlink.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_audible_bell.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_backspace_binding.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_bold_is_bright.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_cell_height_scale.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_cell_width_scale.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_cjk_ambiguous_width.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_clear_background.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_color_background.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_color_bold.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_color_cursor.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_color_cursor_foreground.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_color_foreground.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_color_highlight.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_color_highlight_foreground.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_colors.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_context_menu.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_context_menu_model.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_cursor_blink_mode.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_cursor_shape.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_default_colors.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_delete_binding.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_enable_bidi.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_enable_fallback_scrolling.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_enable_shaping.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_enable_sixel.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_encoding.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_font.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_font_options.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_font_scale.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_input_enabled.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_mouse_autohide.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_pty.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_rewrap_on_resize.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_scroll_on_insert.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_scroll_on_keystroke.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_scroll_on_output.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_scroll_unit_is_pixels.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_scrollback_lines.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_size.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_text_blink_mode.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_word_char_exceptions.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_xalign.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_xfill.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_yalign.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.set_yfill.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.spawn_async.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.spawn_sync.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.spawn_with_fds_async.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.unselect_all.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.watch_child.html
/usr/share/doc/packages/vte-2.91-gtk4/method.Terminal.write_contents_sync.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Pty.fd.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Pty.flags.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.allow-bold.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.allow-hyperlink.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.audible-bell.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.backspace-binding.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.bold-is-bright.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.cell-height-scale.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.cell-width-scale.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.cjk-ambiguous-width.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.context-menu-model.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.context-menu.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.current-directory-uri.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.current-file-uri.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.cursor-blink-mode.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.cursor-shape.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.delete-binding.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.enable-bidi.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.enable-fallback-scrolling.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.enable-shaping.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.enable-sixel.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.encoding.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.font-desc.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.font-options.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.font-scale.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.hyperlink-hover-uri.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.icon-title.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.input-enabled.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.pointer-autohide.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.pty.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.rewrap-on-resize.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.scroll-on-insert.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.scroll-on-keystroke.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.scroll-on-output.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.scroll-unit-is-pixels.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.scrollback-lines.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.text-blink-mode.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.window-title.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.word-char-exceptions.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.xalign.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.xfill.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.yalign.html
/usr/share/doc/packages/vte-2.91-gtk4/property.Terminal.yfill.html
/usr/share/doc/packages/vte-2.91-gtk4/search.js
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.bell.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.char-size-changed.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.child-exited.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.commit.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.contents-changed.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.copy-clipboard.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.current-directory-uri-changed.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.current-file-uri-changed.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.cursor-moved.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.decrease-font-size.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.deiconify-window.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.encoding-changed.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.eof.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.hyperlink-hover-uri-changed.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.icon-title-changed.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.iconify-window.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.increase-font-size.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.lower-window.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.maximize-window.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.move-window.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.paste-clipboard.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.raise-window.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.refresh-window.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.resize-window.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.restore-window.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.selection-changed.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.setup-context-menu.html
/usr/share/doc/packages/vte-2.91-gtk4/signal.Terminal.window-title-changed.html
/usr/share/doc/packages/vte-2.91-gtk4/solarized-dark.css
/usr/share/doc/packages/vte-2.91-gtk4/solarized-light.css
/usr/share/doc/packages/vte-2.91-gtk4/struct.CharAttributes.html
/usr/share/doc/packages/vte-2.91-gtk4/struct.EventContext.html
/usr/share/doc/packages/vte-2.91-gtk4/struct.Regex.html
/usr/share/doc/packages/vte-2.91-gtk4/style.css
/usr/share/doc/packages/vte-2.91-gtk4/type_func.PtyError.quark.html
/usr/share/doc/packages/vte-2.91-gtk4/type_func.RegexError.quark.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.bell.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.char_size_changed.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.child_exited.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.commit.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.contents_changed.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.copy_clipboard.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.cursor_moved.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.decrease_font_size.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.deiconify_window.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.encoding_changed.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.eof.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.icon_title_changed.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.iconify_window.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.increase_font_size.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.lower_window.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.maximize_window.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.move_window.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.paste_clipboard.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.raise_window.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.refresh_window.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.resize_window.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.restore_window.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.selection_changed.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.setup_context_menu.html
/usr/share/doc/packages/vte-2.91-gtk4/vfunc.Terminal.window_title_changed.html
/usr/share/doc/packages/vte-2.91-gtk4/vte-2.91-gtk4.devhelp2
/usr/share/doc/packages/vte-2.91-gtk4/vte-2.91-gtk4.toml
/usr/share/doc/packages/vte-2.91/RedHatDisplay-Black.woff
/usr/share/doc/packages/vte-2.91/RedHatDisplay-Black.woff2
/usr/share/doc/packages/vte-2.91/RedHatDisplay-BlackItalic.woff
/usr/share/doc/packages/vte-2.91/RedHatDisplay-BlackItalic.woff2
/usr/share/doc/packages/vte-2.91/RedHatDisplay-Bold.woff
/usr/share/doc/packages/vte-2.91/RedHatDisplay-Bold.woff2
/usr/share/doc/packages/vte-2.91/RedHatDisplay-BoldItalic.woff
/usr/share/doc/packages/vte-2.91/RedHatDisplay-BoldItalic.woff2
/usr/share/doc/packages/vte-2.91/RedHatDisplay-Italic.woff
/usr/share/doc/packages/vte-2.91/RedHatDisplay-Italic.woff2
/usr/share/doc/packages/vte-2.91/RedHatDisplay-Medium.woff
/usr/share/doc/packages/vte-2.91/RedHatDisplay-Medium.woff2
/usr/share/doc/packages/vte-2.91/RedHatDisplay-MediumItalic.woff
/usr/share/doc/packages/vte-2.91/RedHatDisplay-MediumItalic.woff2
/usr/share/doc/packages/vte-2.91/RedHatDisplay-Regular.woff
/usr/share/doc/packages/vte-2.91/RedHatDisplay-Regular.woff2
/usr/share/doc/packages/vte-2.91/RedHatText-Bold.woff
/usr/share/doc/packages/vte-2.91/RedHatText-Bold.woff2
/usr/share/doc/packages/vte-2.91/RedHatText-BoldItalic.woff
/usr/share/doc/packages/vte-2.91/RedHatText-BoldItalic.woff2
/usr/share/doc/packages/vte-2.91/RedHatText-Italic.woff
/usr/share/doc/packages/vte-2.91/RedHatText-Italic.woff2
/usr/share/doc/packages/vte-2.91/RedHatText-Medium.woff
/usr/share/doc/packages/vte-2.91/RedHatText-Medium.woff2
/usr/share/doc/packages/vte-2.91/RedHatText-MediumItalic.woff
/usr/share/doc/packages/vte-2.91/RedHatText-MediumItalic.woff2
/usr/share/doc/packages/vte-2.91/RedHatText-Regular.woff
/usr/share/doc/packages/vte-2.91/RedHatText-Regular.woff2
/usr/share/doc/packages/vte-2.91/SourceCodePro-It.ttf.woff
/usr/share/doc/packages/vte-2.91/SourceCodePro-Regular.ttf.woff
/usr/share/doc/packages/vte-2.91/SourceCodePro-Semibold.ttf.woff
/usr/share/doc/packages/vte-2.91/callback.SelectionFunc.html
/usr/share/doc/packages/vte-2.91/callback.TerminalSpawnAsyncCallback.html
/usr/share/doc/packages/vte-2.91/class.Pty.html
/usr/share/doc/packages/vte-2.91/class.Terminal.html
/usr/share/doc/packages/vte-2.91/classes_hierarchy.html
/usr/share/doc/packages/vte-2.91/const.MAJOR_VERSION.html
/usr/share/doc/packages/vte-2.91/const.MICRO_VERSION.html
/usr/share/doc/packages/vte-2.91/const.MINOR_VERSION.html
/usr/share/doc/packages/vte-2.91/const.REGEX_FLAGS_DEFAULT.html
/usr/share/doc/packages/vte-2.91/const.SPAWN_NO_PARENT_ENVV.html
/usr/share/doc/packages/vte-2.91/const.SPAWN_NO_SYSTEMD_SCOPE.html
/usr/share/doc/packages/vte-2.91/const.SPAWN_REQUIRE_SYSTEMD_SCOPE.html
/usr/share/doc/packages/vte-2.91/const.TEST_FLAGS_ALL.html
/usr/share/doc/packages/vte-2.91/const.TEST_FLAGS_NONE.html
/usr/share/doc/packages/vte-2.91/ctor.Pty.new_foreign_sync.html
/usr/share/doc/packages/vte-2.91/ctor.Pty.new_sync.html
/usr/share/doc/packages/vte-2.91/ctor.Regex.new_for_match.html
/usr/share/doc/packages/vte-2.91/ctor.Regex.new_for_match_full.html
/usr/share/doc/packages/vte-2.91/ctor.Regex.new_for_search.html
/usr/share/doc/packages/vte-2.91/ctor.Regex.new_for_search_full.html
/usr/share/doc/packages/vte-2.91/ctor.Terminal.new.html
/usr/share/doc/packages/vte-2.91/enum.Align.html
/usr/share/doc/packages/vte-2.91/enum.CursorBlinkMode.html
/usr/share/doc/packages/vte-2.91/enum.CursorShape.html
/usr/share/doc/packages/vte-2.91/enum.EraseBinding.html
/usr/share/doc/packages/vte-2.91/enum.Format.html
/usr/share/doc/packages/vte-2.91/enum.TextBlinkMode.html
/usr/share/doc/packages/vte-2.91/enum.WriteFlags.html
/usr/share/doc/packages/vte-2.91/error.PtyError.html
/usr/share/doc/packages/vte-2.91/error.RegexError.html
/usr/share/doc/packages/vte-2.91/flags.FeatureFlags.html
/usr/share/doc/packages/vte-2.91/flags.PtyFlags.html
/usr/share/doc/packages/vte-2.91/fonts.css
/usr/share/doc/packages/vte-2.91/func.CHECK_VERSION.html
/usr/share/doc/packages/vte-2.91/func.event_context_get_type.html
/usr/share/doc/packages/vte-2.91/func.get_encoding_supported.html
/usr/share/doc/packages/vte-2.91/func.get_encodings.html
/usr/share/doc/packages/vte-2.91/func.get_feature_flags.html
/usr/share/doc/packages/vte-2.91/func.get_features.html
/usr/share/doc/packages/vte-2.91/func.get_major_version.html
/usr/share/doc/packages/vte-2.91/func.get_micro_version.html
/usr/share/doc/packages/vte-2.91/func.get_minor_version.html
/usr/share/doc/packages/vte-2.91/func.get_user_shell.html
/usr/share/doc/packages/vte-2.91/func.set_test_flags.html
/usr/share/doc/packages/vte-2.91/fzy.js
/usr/share/doc/packages/vte-2.91/go-up-symbolic.png
/usr/share/doc/packages/vte-2.91/index.html
/usr/share/doc/packages/vte-2.91/index.json
/usr/share/doc/packages/vte-2.91/main.js
/usr/share/doc/packages/vte-2.91/method.EventContext.get_event.html
/usr/share/doc/packages/vte-2.91/method.Pty.child_setup.html
/usr/share/doc/packages/vte-2.91/method.Pty.close.html
/usr/share/doc/packages/vte-2.91/method.Pty.get_fd.html
/usr/share/doc/packages/vte-2.91/method.Pty.get_size.html
/usr/share/doc/packages/vte-2.91/method.Pty.set_size.html
/usr/share/doc/packages/vte-2.91/method.Pty.set_utf8.html
/usr/share/doc/packages/vte-2.91/method.Pty.spawn_async.html
/usr/share/doc/packages/vte-2.91/method.Pty.spawn_finish.html
/usr/share/doc/packages/vte-2.91/method.Pty.spawn_with_fds_async.html
/usr/share/doc/packages/vte-2.91/method.Regex.jit.html
/usr/share/doc/packages/vte-2.91/method.Regex.ref.html
/usr/share/doc/packages/vte-2.91/method.Regex.substitute.html
/usr/share/doc/packages/vte-2.91/method.Regex.unref.html
/usr/share/doc/packages/vte-2.91/method.Terminal.copy_clipboard.html
/usr/share/doc/packages/vte-2.91/method.Terminal.copy_clipboard_format.html
/usr/share/doc/packages/vte-2.91/method.Terminal.copy_primary.html
/usr/share/doc/packages/vte-2.91/method.Terminal.event_check_gregex_simple.html
/usr/share/doc/packages/vte-2.91/method.Terminal.event_check_regex_array.html
/usr/share/doc/packages/vte-2.91/method.Terminal.event_check_regex_simple.html
/usr/share/doc/packages/vte-2.91/method.Terminal.feed.html
/usr/share/doc/packages/vte-2.91/method.Terminal.feed_child.html
/usr/share/doc/packages/vte-2.91/method.Terminal.feed_child_binary.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_allow_bold.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_allow_hyperlink.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_audible_bell.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_bold_is_bright.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_cell_height_scale.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_cell_width_scale.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_char_height.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_char_width.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_cjk_ambiguous_width.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_color_background_for_draw.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_column_count.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_context_menu.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_context_menu_model.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_current_directory_uri.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_current_file_uri.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_cursor_blink_mode.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_cursor_position.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_cursor_shape.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_enable_bidi.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_enable_fallback_scrolling.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_enable_shaping.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_enable_sixel.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_encoding.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_font.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_font_options.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_font_scale.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_geometry_hints.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_has_selection.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_icon_title.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_input_enabled.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_mouse_autohide.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_pty.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_rewrap_on_resize.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_row_count.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_scroll_on_insert.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_scroll_on_keystroke.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_scroll_on_output.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_scroll_unit_is_pixels.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_scrollback_lines.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_text.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_text_blink_mode.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_text_format.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_text_include_trailing_spaces.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_text_range.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_text_range_format.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_text_selected.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_text_selected_full.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_window_title.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_word_char_exceptions.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_xalign.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_xfill.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_yalign.html
/usr/share/doc/packages/vte-2.91/method.Terminal.get_yfill.html
/usr/share/doc/packages/vte-2.91/method.Terminal.hyperlink_check_event.html
/usr/share/doc/packages/vte-2.91/method.Terminal.match_add_gregex.html
/usr/share/doc/packages/vte-2.91/method.Terminal.match_add_regex.html
/usr/share/doc/packages/vte-2.91/method.Terminal.match_check.html
/usr/share/doc/packages/vte-2.91/method.Terminal.match_check_event.html
/usr/share/doc/packages/vte-2.91/method.Terminal.match_remove.html
/usr/share/doc/packages/vte-2.91/method.Terminal.match_remove_all.html
/usr/share/doc/packages/vte-2.91/method.Terminal.match_set_cursor.html
/usr/share/doc/packages/vte-2.91/method.Terminal.match_set_cursor_name.html
/usr/share/doc/packages/vte-2.91/method.Terminal.match_set_cursor_type.html
/usr/share/doc/packages/vte-2.91/method.Terminal.paste_clipboard.html
/usr/share/doc/packages/vte-2.91/method.Terminal.paste_primary.html
/usr/share/doc/packages/vte-2.91/method.Terminal.paste_text.html
/usr/share/doc/packages/vte-2.91/method.Terminal.pty_new_sync.html
/usr/share/doc/packages/vte-2.91/method.Terminal.reset.html
/usr/share/doc/packages/vte-2.91/method.Terminal.search_find_next.html
/usr/share/doc/packages/vte-2.91/method.Terminal.search_find_previous.html
/usr/share/doc/packages/vte-2.91/method.Terminal.search_get_gregex.html
/usr/share/doc/packages/vte-2.91/method.Terminal.search_get_regex.html
/usr/share/doc/packages/vte-2.91/method.Terminal.search_get_wrap_around.html
/usr/share/doc/packages/vte-2.91/method.Terminal.search_set_gregex.html
/usr/share/doc/packages/vte-2.91/method.Terminal.search_set_regex.html
/usr/share/doc/packages/vte-2.91/method.Terminal.search_set_wrap_around.html
/usr/share/doc/packages/vte-2.91/method.Terminal.select_all.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_allow_bold.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_allow_hyperlink.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_audible_bell.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_backspace_binding.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_bold_is_bright.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_cell_height_scale.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_cell_width_scale.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_cjk_ambiguous_width.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_clear_background.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_color_background.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_color_bold.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_color_cursor.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_color_cursor_foreground.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_color_foreground.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_color_highlight.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_color_highlight_foreground.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_colors.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_context_menu.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_context_menu_model.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_cursor_blink_mode.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_cursor_shape.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_default_colors.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_delete_binding.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_enable_bidi.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_enable_fallback_scrolling.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_enable_shaping.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_enable_sixel.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_encoding.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_font.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_font_options.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_font_scale.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_geometry_hints_for_window.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_input_enabled.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_mouse_autohide.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_pty.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_rewrap_on_resize.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_scroll_on_insert.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_scroll_on_keystroke.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_scroll_on_output.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_scroll_unit_is_pixels.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_scrollback_lines.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_size.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_text_blink_mode.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_word_char_exceptions.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_xalign.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_xfill.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_yalign.html
/usr/share/doc/packages/vte-2.91/method.Terminal.set_yfill.html
/usr/share/doc/packages/vte-2.91/method.Terminal.spawn_async.html
/usr/share/doc/packages/vte-2.91/method.Terminal.spawn_sync.html
/usr/share/doc/packages/vte-2.91/method.Terminal.spawn_with_fds_async.html
/usr/share/doc/packages/vte-2.91/method.Terminal.unselect_all.html
/usr/share/doc/packages/vte-2.91/method.Terminal.watch_child.html
/usr/share/doc/packages/vte-2.91/method.Terminal.write_contents_sync.html
/usr/share/doc/packages/vte-2.91/property.Pty.fd.html
/usr/share/doc/packages/vte-2.91/property.Pty.flags.html
/usr/share/doc/packages/vte-2.91/property.Terminal.allow-bold.html
/usr/share/doc/packages/vte-2.91/property.Terminal.allow-hyperlink.html
/usr/share/doc/packages/vte-2.91/property.Terminal.audible-bell.html
/usr/share/doc/packages/vte-2.91/property.Terminal.backspace-binding.html
/usr/share/doc/packages/vte-2.91/property.Terminal.bold-is-bright.html
/usr/share/doc/packages/vte-2.91/property.Terminal.cell-height-scale.html
/usr/share/doc/packages/vte-2.91/property.Terminal.cell-width-scale.html
/usr/share/doc/packages/vte-2.91/property.Terminal.cjk-ambiguous-width.html
/usr/share/doc/packages/vte-2.91/property.Terminal.context-menu-model.html
/usr/share/doc/packages/vte-2.91/property.Terminal.context-menu.html
/usr/share/doc/packages/vte-2.91/property.Terminal.current-directory-uri.html
/usr/share/doc/packages/vte-2.91/property.Terminal.current-file-uri.html
/usr/share/doc/packages/vte-2.91/property.Terminal.cursor-blink-mode.html
/usr/share/doc/packages/vte-2.91/property.Terminal.cursor-shape.html
/usr/share/doc/packages/vte-2.91/property.Terminal.delete-binding.html
/usr/share/doc/packages/vte-2.91/property.Terminal.enable-bidi.html
/usr/share/doc/packages/vte-2.91/property.Terminal.enable-fallback-scrolling.html
/usr/share/doc/packages/vte-2.91/property.Terminal.enable-shaping.html
/usr/share/doc/packages/vte-2.91/property.Terminal.enable-sixel.html
/usr/share/doc/packages/vte-2.91/property.Terminal.encoding.html
/usr/share/doc/packages/vte-2.91/property.Terminal.font-desc.html
/usr/share/doc/packages/vte-2.91/property.Terminal.font-options.html
/usr/share/doc/packages/vte-2.91/property.Terminal.font-scale.html
/usr/share/doc/packages/vte-2.91/property.Terminal.hyperlink-hover-uri.html
/usr/share/doc/packages/vte-2.91/property.Terminal.icon-title.html
/usr/share/doc/packages/vte-2.91/property.Terminal.input-enabled.html
/usr/share/doc/packages/vte-2.91/property.Terminal.pointer-autohide.html
/usr/share/doc/packages/vte-2.91/property.Terminal.pty.html
/usr/share/doc/packages/vte-2.91/property.Terminal.rewrap-on-resize.html
/usr/share/doc/packages/vte-2.91/property.Terminal.scroll-on-insert.html
/usr/share/doc/packages/vte-2.91/property.Terminal.scroll-on-keystroke.html
/usr/share/doc/packages/vte-2.91/property.Terminal.scroll-on-output.html
/usr/share/doc/packages/vte-2.91/property.Terminal.scroll-unit-is-pixels.html
/usr/share/doc/packages/vte-2.91/property.Terminal.scrollback-lines.html
/usr/share/doc/packages/vte-2.91/property.Terminal.text-blink-mode.html
/usr/share/doc/packages/vte-2.91/property.Terminal.window-title.html
/usr/share/doc/packages/vte-2.91/property.Terminal.word-char-exceptions.html
/usr/share/doc/packages/vte-2.91/property.Terminal.xalign.html
/usr/share/doc/packages/vte-2.91/property.Terminal.xfill.html
/usr/share/doc/packages/vte-2.91/property.Terminal.yalign.html
/usr/share/doc/packages/vte-2.91/property.Terminal.yfill.html
/usr/share/doc/packages/vte-2.91/search.js
/usr/share/doc/packages/vte-2.91/signal.Terminal.bell.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.char-size-changed.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.child-exited.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.commit.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.contents-changed.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.copy-clipboard.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.current-directory-uri-changed.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.current-file-uri-changed.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.cursor-moved.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.decrease-font-size.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.deiconify-window.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.encoding-changed.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.eof.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.hyperlink-hover-uri-changed.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.icon-title-changed.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.iconify-window.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.increase-font-size.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.lower-window.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.maximize-window.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.move-window.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.paste-clipboard.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.raise-window.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.refresh-window.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.resize-window.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.restore-window.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.selection-changed.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.setup-context-menu.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.text-deleted.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.text-inserted.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.text-modified.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.text-scrolled.html
/usr/share/doc/packages/vte-2.91/signal.Terminal.window-title-changed.html
/usr/share/doc/packages/vte-2.91/solarized-dark.css
/usr/share/doc/packages/vte-2.91/solarized-light.css
/usr/share/doc/packages/vte-2.91/struct.CharAttributes.html
/usr/share/doc/packages/vte-2.91/struct.EventContext.html
/usr/share/doc/packages/vte-2.91/struct.Regex.html
/usr/share/doc/packages/vte-2.91/style.css
/usr/share/doc/packages/vte-2.91/type_func.PtyError.quark.html
/usr/share/doc/packages/vte-2.91/type_func.RegexError.quark.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.bell.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.char_size_changed.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.child_exited.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.commit.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.contents_changed.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.copy_clipboard.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.cursor_moved.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.decrease_font_size.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.deiconify_window.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.encoding_changed.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.eof.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.icon_title_changed.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.iconify_window.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.increase_font_size.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.lower_window.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.maximize_window.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.move_window.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.paste_clipboard.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.raise_window.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.refresh_window.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.resize_window.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.restore_window.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.selection_changed.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.setup_context_menu.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.text_deleted.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.text_inserted.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.text_modified.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.text_scrolled.html
/usr/share/doc/packages/vte-2.91/vfunc.Terminal.window_title_changed.html
/usr/share/doc/packages/vte-2.91/vte-2.91.devhelp2
/usr/share/doc/packages/vte-2.91/vte-2.91.toml
/usr/share/doc/packages/vte-devel
/usr/share/doc/packages/vte-devel/AUTHORS
/usr/share/gir-1.0/Vte-2.91.gir
/usr/share/gir-1.0/Vte-3.91.gir
/usr/share/vala/vapi
/usr/share/vala/vapi/vte-2.91-gtk4.deps
/usr/share/vala/vapi/vte-2.91-gtk4.vapi
/usr/share/vala/vapi/vte-2.91.deps
/usr/share/vala/vapi/vte-2.91.vapi


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:31:59 2024