changeset 277:d706e0dbb0cb

Pass WM_CHAR messages to the signal handler proc for boxes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 07 Mar 2003 20:25:18 +0000
parents dfbda83b7cad
children df0665ba147f
files win/dw.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/win/dw.c	Thu Mar 06 06:51:34 2003 +0000
+++ b/win/dw.c	Fri Mar 07 20:25:18 2003 +0000
@@ -2114,6 +2114,7 @@
 			}
 			break;
 		case WM_CHAR:
+			_wndproc(hWnd, msg, mp1, mp2);
 			if(LOWORD(mp1) == '\t')
 			{
 				if(GetAsyncKeyState(VK_SHIFT) & 0x8000)