Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

11 check-ins using file scp.c version 2a60e73384

2001-05-19
06:34
Fix from RDB: patch up mis-aimed fallthroughs in a terminal emulation switch. (Bug was introduced in mouse reporting.) check-in: 75f119d180 user: simon tags: trunk
06:33
Terminal fix from RDB: probably didn't mean to compare a Y value with a column count! check-in: 4ccb365f31 user: simon tags: trunk
06:32
Small terminal fix from RDB: CSI 1 K should erase the cursor position itself, as well as everything to the left of it. check-in: ffcb088cd9 user: simon tags: trunk
2001-05-17
05:06
Reinstate the Shift-Ins paste behaviour, which was accidentally broken by the mouse button redesignation that came with xterm mouse reporting. check-in: db22a9a980 user: simon tags: trunk
03:53
Fix the line-resizing bug in scroll(). (Thanks to RDB for pointing it out. A line was removed from the scrollback, cleared, and placed at the bottom of the screen. Fine, except that the clearing process assumed the line was the right length already, and thanks to lazy resizing this wasn't necessarily the case. Segfaults and memory corruption ensued.) check-in: 69e8590373 user: simon tags: trunk
2001-05-14
17:20
Specify a few things that were unsepcified. check-in: f2725ed8a7 user: ben tags: trunk
08:31
Scrollbar was failing to update when no scrollback-reset event had happened check-in: eaecb6d52c user: simon tags: trunk
2001-05-13
11:13
Fix the sense of posdiff(), causing the extend-selection mouse action to work correctly again. check-in: 053c2208c8 user: simon tags: trunk
10:01
Fix wrong button codes in WM_MOUSEMOVE. check-in: 54b1873e8d user: simon tags: trunk
09:42
Glenn Maynard's patch (as adapted by Jacob) for taskbar flashing when a bell occurs and the window is minimised. check-in: ea3235431d user: simon tags: trunk
09:11
The host-key-unknown prompt now offers the same three options as the host-key-changed prompt: update-cache-and-connect, connect-without- updating-cache, and abandon-connection. (Previously the middle one was missing.) check-in: f44e289959 user: simon tags: trunk