mirror of https://github.com/macssh/macssh.git
fixed paste
This commit is contained in:
parent
393f4d49cd
commit
896db75062
|
@ -59,6 +59,8 @@ extern char gSIOUXChars[];
|
|||
extern short gSIOUXBufSize;
|
||||
extern const short gSIOUXMaxSize;
|
||||
|
||||
extern void GUSIWakeupSIOUXSocket();
|
||||
|
||||
#if ! SIOUX_USE_WASTE
|
||||
|
||||
/************************************************************************/
|
||||
|
@ -584,6 +586,7 @@ void SIOUXDoEditPaste(void)
|
|||
BlockMoveData(* hText, gSIOUXChars + gSIOUXBufSize, size);
|
||||
gSIOUXBufSize += size;
|
||||
SIOUXState = IDLE;
|
||||
GUSIWakeupSIOUXSocket();
|
||||
DisposeHandle( hText );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue