summaryrefslogtreecommitdiff
path: root/editors/joe2/files/patch-ah
blob: d73d9c46710b9540ec87b0d7458ace59dee7bee4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- w.c.orig	Sun Feb 10 14:28:10 2002
+++ w.c	Sun Feb 10 14:29:15 2002
@@ -594,7 +594,7 @@
   else seth(original,original->h-height);
 
  /* Create new keyboard handler for window */
- if(watom->context) new->kbd=mkkbd(getcontext(watom->context));
+ if(watom->context) new->kbd=mkkbd(joegetcontext(watom->context));
  else new->kbd=0;
 
  /* Put window on the screen */