[2503] in Kerberos_V5_Development

home help back first fref pref prev next nref lref last post

Patch to fix Windows ktelnet client copy-and-paste

daemon@ATHENA.MIT.EDU (Mark Notarus)
Fri Sep 5 16:05:47 1997

Date: Fri, 05 Sep 1997 15:03:52 -0500
To: wadycki@uiuc.edu, lemson@uiuc.edu
From: Mark Notarus <notarus@uiuc.edu>
Cc: krbdev@MIT.EDU


This patch fixes the a bug in copy-n-paste in the client. As shipped, if
you drag from the top down, copy-n-paste works ok, but if you drag UP, it
sets the begining of the copy zone to the end before it starts looping info
into the clipboard.

This fix applies to windows\wintel\edit.c

mark


saratoga:/home/notarus*9> diff edit.c edit.c.org
288c288
<     iLocEnd = iTmp;
---
>     iLocEnd = iLocStart;

---
Mark Notarus                      *****           	   notarus@uiuc.edu  
CCSO Network Designer             ***** http://www.uiuc.edu/ph/www/notarus

home help back first fref pref prev next nref lref last post