]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
In controls where a list of entries is manipulated by Add/Remove buttons
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 18 Feb 2007 19:56:16 +0000 (19:56 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 18 Feb 2007 19:56:16 +0000 (19:56 +0000)
commit0407960951fa2bb3b9c1a3976201f2176c36c23e
treee5233db54dcb934b6d7fbb7682932242850c5826
parent31382c02df2a1c888822ed52afa3d9408c2721ab
In controls where a list of entries is manipulated by Add/Remove buttons
(SSH tunnels, TTY modes, and environment variables), when the Remove button is
pressed, populate the edit controls from the entry that has just been deleted.

Several users have requested this, as it makes editing an entry easier (read-
modify-write) in the cases where order is unimportant, and also provides a
degree of undo-ability.

[originally from svn r7298]
config.c