X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fbase%2Flib_getch.c;h=2b0abfce851a98d3eeca96f8e9ccf6c51e702560;hp=66c9f87e57d617efa80f0c3da0b3529839e921ae;hb=cf6a62567b2365c8678b7d561845bdbd1739e5da;hpb=119b5a6788c26bf7dcc99fcfd54e072946352a93 diff --git a/ncurses/base/lib_getch.c b/ncurses/base/lib_getch.c index 66c9f87e..2b0abfce 100644 --- a/ncurses/base/lib_getch.c +++ b/ncurses/base/lib_getch.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. * + * Copyright 2018-2019,2020 Thomas E. Dickey * + * Copyright 1998-2015,2016 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -40,9 +41,10 @@ ** */ +#define NEED_KEY_EVENT #include -MODULE_ID("$Id: lib_getch.c,v 1.138 2019/11/03 00:11:16 tom Exp $") +MODULE_ID("$Id: lib_getch.c,v 1.140 2020/07/18 20:02:24 tom Exp $") #include