K 10 svn:author V 3 bde K 8 svn:date V 27 1995-07-11T17:59:22.000000Z K 7 svn:log V 294 Speed up the inner loop of ansi_put() by a few percent. syscons' output is now only about 4-5 times slower than I want. It loses a factor of 2 for scrolling output by unnecessarily copying the screen buffer, a factor of 4/3 for dumb OPOST processing, and a factor of 3/2 for clist processing. END