tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Input line editing



> Add paging (optional) to the processing.

Hmm, worth thinking about.  It would be relatively intrusive, as input
line editing currently has nothing to do with output processing except
for noticing when output happens (to drive auto-retype).

One thing I do not want is for output to have to bounce through the
line editor process on the way out.  While ttys with ICANON set are not
used for bulk data input (see upthread), they _are_ used for bulk data
output, so the performance issue is no longer an automatic non-issue.

Still, I'll try to keep it in mind and make sure I don't exclude it as
a possible future direction.  I might even see a good way to do it.

/~\ The ASCII                             Mouse
\ / Ribbon Campaign
 X  Against HTML                mouse%rodents-montreal.org@localhost
/ \ Email!           7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index