* When reading from the server, do not treat CR as end-of-line because
authorArt Cancro <ajc@citadel.org>
Sun, 30 Mar 2003 06:13:19 +0000 (06:13 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 30 Mar 2003 06:13:19 +0000 (06:13 +0000)
commitf96067856317189504d45b0b93a85166c77ef25b
tree11db1b344dd22e6d98d0c12849dc6a37bf16bd58
parentf23574a513756fec9969fdea607f6812981488f2
* When reading from the server, do not treat CR as end-of-line because
  there's probably an LF coming after it.  Instead, keep reading to the LF
  and then strip both.
* No not underline links in the icon bars
webcit/ChangeLog
webcit/messages.c
webcit/static/head.html
webcit/static/iconbar.html
webcit/static/navbar.html
webcit/tcp_sockets.c