Skip to content

Disable full scrollback scan and others fix#17

Merged
BarbUk merged 7 commits intomainfrom
fix
Jan 22, 2026
Merged

Disable full scrollback scan and others fix#17
BarbUk merged 7 commits intomainfrom
fix

Conversation

@BarbUk
Copy link
Owner

@BarbUk BarbUk commented Jan 22, 2026

  • Scan only 5k scrollback for completion
  • Do not create a new PangoLayout for every url match
  • Fix deprecated vte_terminal_get_current_directory_uri
  • Fix deprecated vte_terminal_get_window_title
  • Add completion_limit option
  • Enable lto
  • Use g_unix_signal_add for signal handling

Replace vte_terminal_get_current_directory_uri(vte) with vte_terminal_get_termprop_string_by_id(vte,
      VTE_PROPERTY_ID_CURRENT_DIRECTORY_URI, nullptr).
Replace vte_terminal_get_window_title(vte) with vte_terminal_get_termprop_string_by_id(vte, VTE_PROPERTY_ID_XTERM_TITLE,
      nullptr).
@BarbUk BarbUk changed the title fix Disable full scrollback scan and others fix Jan 22, 2026
@BarbUk BarbUk merged commit d8acb6e into main Jan 22, 2026
2 checks passed
@BarbUk BarbUk deleted the fix branch January 22, 2026 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant