From: Adam Powers Date: Mon, 2 Nov 2020 00:35:44 +0000 (-0800) Subject: return string for msg history X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9275fc24282fd7eec64de08ddb18edf8d3f501f1;p=nethack return string for msg history --- diff --git a/sys/libnh/npm-package/test/test.js b/sys/libnh/npm-package/test/test.js index 3032399e3..5ad4e4e62 100644 --- a/sys/libnh/npm-package/test/test.js +++ b/sys/libnh/npm-package/test/test.js @@ -40,6 +40,8 @@ nethackStart(async function (name, ... args) { case "shim_yn_function": case "shim_message_menu": return 121; // 'y' + case "shim_getmsghistory": + return ""; case "shim_nhgetch": case "shim_nh_poskey": return 0;