The handy Shift Space for maximise a window space

wasn't being too handy in the text editor, so I've disabled
it here now.
This commit is contained in:
Matt Ebb 2005-10-24 12:53:24 +00:00
parent 6181a5ad41
commit df84b87fd0

@ -1367,7 +1367,7 @@ void screenmain(void)
} }
} }
else if (event==SPACEKEY) { else if (event==SPACEKEY) {
if(val && (G.qual & LR_SHIFTKEY)) { if((g_activearea->spacetype!=SPACE_TEXT) && val && (G.qual & LR_SHIFTKEY)) {
area_fullscreen(); area_fullscreen();
g_activearea= NULL; g_activearea= NULL;
towin= 0; towin= 0;