Advanced TALK v0.13 (C) 1999. Arpad Gereoffy (A'rpi/ESP-team) ~~~~~~~~~~~~~~~~~~~ Idea: DrNO Based on Netkit-talk 0.10 by David A. Holland Additional features: - scroll windows instead of wrap-around - scroll windows UP and DOWN with keys - log-file (called "talk.log", created in current directory) New in v0.11: - 'coredump/segfault if no connection' bug fixed (thanx DrNO :)) - erase word New in v0.12: - better (working) Makefile New in v0.13: - source cleanup, remove warnings. btw. doesn't compiles with -ansi -pedantic because setjmp.h is gcc-specific :( - comments in Makefile, you MUST edit it before 'make' - works on AIX systems: - sockaddr != osockaddr on AIX - AIX curses.h doesn't have VWERASE - 'lines' is reserved word on AIX, cannot be used Controls: Ctrl+U = scroll remote window UP Ctrl+V = scroll remote window DOWN Ctrl+P = scroll local window UP Ctrl+N = scroll local window DOWN Ctrl+D = erase char (same as Backspace but works always) Ctrl+K = kill line (erase whole current line) Ctrl+O = erase word (erase last word in current line) Send bugs and ideas to arpi@esp.kign.org !