summaryrefslogtreecommitdiff
path: root/progs/demos/gloss.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/demos/gloss.c')
-rw-r--r--progs/demos/gloss.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/progs/demos/gloss.c b/progs/demos/gloss.c
index 56d48b5a9e..d32e8f8c68 100644
--- a/progs/demos/gloss.c
+++ b/progs/demos/gloss.c
@@ -215,6 +215,9 @@ static void Key( unsigned char key, int x, int y )
case ' ':
ToggleAnimate();
break;
+ case 'n':
+ Idle();
+ break;
case 27:
glutDestroyWindow(Win);
exit(0);