winedbg: Mark the lexer as always interactive to prevent some shortcuts.
This commit is contained in:
parent
a1a6ce6398
commit
8bf223a86d
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
%option noinput nounput never-interactive 8bit prefix="dbg_"
|
||||
%option noinput nounput always-interactive 8bit prefix="dbg_"
|
||||
|
||||
%{
|
||||
#include "config.h"
|
||||
|
|
Loading…
Reference in New Issue