Skip to content

Commit

Permalink
Update patches.zibri
Browse files Browse the repository at this point in the history
Patch for control c fuckup by gpz :P
  • Loading branch information
Zibri authored Apr 6, 2024
1 parent c06216f commit 4cc707a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions patches.zibri
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,18 @@ 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 4cc707a

Please sign in to comment.