Newsgroups: comp.sys.mac.programmer Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uunet!fernwood!uupsi!sugar!peterc From: peterc@sugar.hackercorp.com (Peter Creath) Subject: Re: THINK C stdio vs Mac io Message-ID: <1991Jun4.191700.11404@sugar.hackercorp.com> Summary: long text buffers Organization: Sugar Land Unix -- Houston, TX References: <1991May29.143724.14855@cs.fau.edu> <1991May30.150528.11958@cbnewsk.att.com> Date: Tue, 4 Jun 1991 19:17:00 GMT Wow, my news system actually responded to the right article this time! Anyway, how do I handle a LARGE text buffer (ie: for a term program) where the only editing will occur on-screen, and the scrollback buffer is static, but viewable? TEdit is too slow. I tried TEInsert (data jumps across) and TEKey (too damn slow). Is there anything else I should try? --