davidgiven / wordgrinder

A word processor which gets the hell out of your way and lets you get some work done.
http://cowlark.com/wordgrinder
979 stars 61 forks source link

Fix forward delete immediately after typing a space. #188

Closed davidgiven closed 2 years ago

davidgiven commented 2 years ago

This was caused by mishandling the priming character added to the beginning of the next word after typing a space (to properly propagate the character style in the previous word). Deleting the first character caused the priming character to be lost, resulting in the cursor being in the wrong place.

Fixes: #187