I have a text area, it's rather large with quite a bit of data. I want the ctrl+z undo buffer to be updated more frequently, probably every time the user hits enter. By default as far as I can tell the buffer is updated only when the textarea on blur or on ctrl+y/ctrl+z.
I don't want to blur the textarea every time they hit enter.