openbsd-ports/emulators/simh/patches/patch-sim_console_c

13 lines
494 B
Plaintext

$OpenBSD: patch-sim_console_c,v 1.3 2012/07/10 00:07:45 sthen Exp $
--- sim_console.c.orig Sun Mar 18 08:40:08 2012
+++ sim_console.c Wed Jun 13 06:36:24 2012
@@ -112,7 +112,7 @@ extern DEVICE *sim_devices[];
/* Set/show data structures */
static CTAB set_con_tab[] = {
- { "WRU", &sim_set_kmap, KMAP_WRU | KMAP_NZ },
+ { "WRU", &sim_set_kmap, KMAP_WRU },
{ "BRK", &sim_set_kmap, KMAP_BRK },
{ "DEL", &sim_set_kmap, KMAP_DEL |KMAP_NZ },
{ "PCHAR", &sim_set_pchar, 0 },