mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +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.tty.anyWriter(),
|
||||||
self.themes[self.filtered.items[self.current]].theme,
|
self.themes[self.filtered.items[self.current]].theme,
|
||||||
alloc,
|
alloc,
|
||||||
);
|
)
|
||||||
if (key.matches('c', .{ .shift = true }))
|
else if (key.matches('c', .{ .shift = true }))
|
||||||
try self.vx.copyToSystemClipboard(
|
try self.vx.copyToSystemClipboard(
|
||||||
self.tty.anyWriter(),
|
self.tty.anyWriter(),
|
||||||
self.themes[self.filtered.items[self.current]].path,
|
self.themes[self.filtered.items[self.current]].path,
|
||||||
|
Reference in New Issue
Block a user