Files
ghostty/src/terminal
Mitchell Hashimoto dace6d1c6d terminal: handle aliased title updates
setTitle can receive the slice returned by getTitle. Clearing the list retained its allocation, so appending that same slice used memcpy with aliased source and destination ranges and panicked in runtime-safe builds.

Resize the list within its reserved capacity and copy the value forward before writing the sentinel. This supports the complete current value and its subslices without weakening allocation-failure atomicity.
2026-07-10 06:47:10 -07:00
..
2026-07-09 20:03:10 -07:00
2025-12-03 13:27:36 -08:00
2025-11-27 13:37:53 -08:00
2026-05-23 14:37:59 -07:00