From: htoaster@yabbs To: htoaster@yabbs Subject: re: Stopping text output? Date: Sun Apr 3 14:33:03 1994 In message re: Stopping text output?, htoaster said: > > How about allowing one character for non-stop scrolling? (= or whatever), > > that shouldn't be impossible to implement? > > yeah, i could do that. i would have to reset the counter the next time a key > is being checked for. okay, its been done. i'll get it out in the next client, or if you want to do it in your own change the line in yabbs/miscutil.c that says: fgetc(stdin); line = 1; to if (fgetc(stdin) != '=') line = 1; also, its in the client that runs if you login as bbs on phred. alex