14 lines
503 B
Plaintext
14 lines
503 B
Plaintext
$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();
|