On Thu, May 28, 2009 at 12:37 PM, Rudolf Sykora <rudolf.syk...@gmail.com> wrote: > it is somehow unclear to me, what happens in a 'win' window when I > 2-click 'Undo' or 'Redo' (I write it somewhere manually). Are some > commands processed again? (I happened to delete some text from the > window and thus had the idea to write 'Undo' and 2-click on it; sth. > happened, but I am puzzled from it.)
If you Undo it undoes the edit to the window. If you Redo it redoes the edit. If as a result of those operations, new text appears after the cursor output point, that text is sent to the shell running in the window (or whatever is reading from the console). Russ