Skip to content

Commit

Permalink
Update patches.zibri
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibri authored Apr 7, 2024
1 parent 4cc707a commit 2da6b07
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions patches.zibri
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,3 @@ Index: src/drive/driveimage.c
|| (drive->image->type == DISK_IMAGE_TYPE_G71));
drive_set_half_track(drive->current_half_track, drive->side, drive);
return 0;
Index: src/arch/gtk3/uimon.c
===================================================================
--- src/arch/gtk3/uimon.c (revision 45093)
+++ src/arch/gtk3/uimon.c (working copy)
@@ -734,8 +734,8 @@
return TRUE;
#ifndef MACOS_COMPILE
case GDK_KEY_c:
- vte_terminal_copy_clipboard_format(VTE_TERMINAL(terminal), VTE_FORMAT_ASCII);
- return TRUE;
+// vte_terminal_copy_clipboard_format(VTE_TERMINAL(terminal), VTE_FORMAT_ASCII);
+// return TRUE;
case GDK_KEY_C:
vte_terminal_copy_clipboard_format(VTE_TERMINAL(terminal), VTE_FORMAT_TEXT);
return TRUE;

0 comments on commit 2da6b07

Please sign in to comment.