tweaks: don't define controldelete or controlshiftdelete in tiny version

The tiny version never uses them because it doesn't know word deletion.
master
David Lawrence Ramsey 2018-10-15 08:28:29 -05:00 committed by Benno Schulenberg
parent e1c8dd0091
commit 06416e3d5c
1 changed files with 1 additions and 1 deletions

View File

@ -70,8 +70,8 @@ int didfind = 0;
int controlleft, controlright, controlup, controldown;
int controlhome, controlend;
int controldelete, controlshiftdelete;
#ifndef NANO_TINY
int controldelete, controlshiftdelete;
int shiftleft, shiftright, shiftup, shiftdown;
int shiftcontrolleft, shiftcontrolright, shiftcontrolup, shiftcontroldown;
int shiftcontrolhome, shiftcontrolend;