summaryrefslogtreecommitdiff
path: root/emulators/uae/patches/patch-aj
blob: c0af91f5cf3e8bf6014fe197652d1cd73ca1c80d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.1 2007/04/04 17:36:17 joerg Exp $

--- src/ncurses.c.orig	2007-04-04 16:37:10.000000000 +0000
+++ src/ncurses.c
@@ -596,7 +596,7 @@ void handle_events(void)
 	if (ch == 16) --lastmy; /* ^P */
 	if (ch == 11) {buttonstate[0] = keydelay;ch = 0;} /* ^K */
 	if (ch == 25) {buttonstate[2] = keydelay;ch = 0;} /* ^Y */
-	if (ch == 15) uae_reset (); /* ^O */
+	if (ch == 15) uae_reset (1); /* ^O */
 	if (ch == 17) uae_quit (); /* ^Q */
 	if (ch == KEY_F(1)) {
 	  curses_insert_disk();