- EM_CHARFROMPOS should return the closest char (clicking on the first
commitf124878918e91024ed5701746854ece8162e21a6
authorLauri Tulmin <tulmin@gmail.com>
Tue, 14 Jun 2005 12:24:48 +0000 (14 12:24 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 14 Jun 2005 12:24:48 +0000 (14 12:24 +0000)
treee3a3f08ed72fc6bea565c456133618544c1d4626
parent8a985c59daf9a5890102bbf8bb7ece5246643090
- EM_CHARFROMPOS should return the closest char (clicking on the first
  half of a character should return current char and clicking on the
  second half should return next char)
- EM_POSFROMCHAR should return -1 if character index is greater or
  equal to text length
dlls/user/edit.c
dlls/user/tests/edit.c