mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Merge pull request #2639 from eljobe/fix/list-themes
Fix copying the theme name
This commit is contained in:
@ -382,8 +382,8 @@ const Preview = struct {
|
||||
self.tty.anyWriter(),
|
||||
self.themes[self.filtered.items[self.current]].theme,
|
||||
alloc,
|
||||
);
|
||||
if (key.matches('c', .{ .shift = true }))
|
||||
)
|
||||
else if (key.matches('c', .{ .shift = true }))
|
||||
try self.vx.copyToSystemClipboard(
|
||||
self.tty.anyWriter(),
|
||||
self.themes[self.filtered.items[self.current]].path,
|
||||
|
Reference in New Issue
Block a user