Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
5 check-ins using file ssh.c version f16d2132ea
|
2001-04-16
| ||
| 16:33 | Include <mmsystem.h> and winmm.lib for PlaySound. check-in: 382c2cdb71 user: simon tags: trunk | |
| 16:29 | Put back Robert de Bath's second level of bell overload tracking. It had a useful purpose: when primary overload handling is disabled, it prevents MessageBeep calls overloading the program, because they don't cancel each other like async PlaySounds do. check-in: ecb3fee8fc user: simon tags: trunk | |
| 16:25 | Terminal now uses unsorted counted tree234 as its basic data type. Should speed up scrollback to usable levels no matter how big your scrollback buffer. check-in: 2be3e9189f user: simon tags: trunk | |
| 16:24 | countnode234() should politely return 0 when passed NULL. Was breaking delpos234(empty_tree, 0). check-in: dd587abb87 user: simon tags: trunk | |
| 12:18 | Replace PuTTY's 2-3-4 tree implementation with the shiny new counted one, in preparation for using it to speed up scrollback. check-in: eaf375d551 user: simon tags: trunk | |