This would be pretty hard. We would need to be able to recognize what constitutes a command and store it in a database on the client side.
We would need to trap the up arrow, as well as things like ctrl-a and other cursor movement keys.
Or we could have a local buffer that showed up if they did like ctrl-uparrow (or something) which would only be sent if they pressed enter.
This would be pretty hard. We would need to be able to recognize what constitutes a command and store it in a database on the client side.
We would need to trap the up arrow, as well as things like ctrl-a and other cursor movement keys.
Or we could have a local buffer that showed up if they did like ctrl-uparrow (or something) which would only be sent if they pressed enter.