Scroll Sync -> Resync on keypress 20 Years, 9 Months ago
|
|
When pressing any arrow key in a connected terminal with this option enabled, no resync takes place. Any other key will do, just not the arrow keys. Design feature? ;)
[ March 10, 2003, 06:25 AM: Message edited by: Mattias Sandstrom ]
|
|
msa (User)
Expert Boarder
Posts: 124
|
Logged
|
|
The administrator has disabled public write access.
|
|
Re: Scroll Sync -> Resync on keypress 20 Years, 9 Months ago
|
|
I guess nobody ever asked before!
The keySync function is performed when a WM_CHAR message is received, which loosely translates to every printable character (numbers, letters, symbols, etc). I could just as easily stick it into WM_KEYDOWN processing which will guarantee that it occurs no matter which key is pressed. Look for this mod in the next beta!!!
|
|
bpence (Admin)
Admin
Posts: 1402
|
Logged
|
|
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
|
|
The administrator has disabled public write access.
|
|
Re: Scroll Sync -> Resync on keypress 20 Years, 9 Months ago
|
|
Brian,
sorry for asking stupid questions nobody asked before :)
Anyway, I will look for it in the next beta.
Thanks,
/msa
|
|
msa (User)
Expert Boarder
Posts: 124
|
Logged
|
|
The administrator has disabled public write access.
|
|
|