summaryrefslogtreecommitdiff
path: root/term/munge.c
AgeCommit message (Collapse)Author
1999-03-01Mon Mar 1 09:11:06 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* munge.c (output_width): If C is a tab, then the width is the offset from LOC, not the total final position of the tab. Reported by Kalle Olavi Niemitalo <tosi@ees2.oulu.fi).
1999-01-30Sat Jan 30 00:27:14 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* munge.c (create_queue): Make sure that malloc succeeds. Reported by OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>.
1996-08-12*** empty log message ***Thomas Bushnell
1996-07-29Mon Jul 29 02:46:12 1996 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* munge.c (input_character): In LAST_LNEXT case, jump to `alldone' after putting the char on the queue.
1995-12-01(input_character): Skip much processing if external_processing is on.Michael I. Bushnell
(output_character): Don't do tab expansion of external_processing is on. (echo_p): Never echo if external_processing is on.
1995-12-01(input_character) [VSTOP]: Suspend physical output after settingMichael I. Bushnell
flag.
1995-12-01(reprint_line): C-r is CHAR_DC2, not DC3.Michael I. Bushnell
1995-11-30(drain_output): New function names.Michael I. Bushnell
1995-09-22(output_psize): Add variable.Michael I. Bushnell
(output_character): Doc fix. (write_character): New function. (echo_char): Don't update echo_qsize and echo_pstart. Use write_character and output_character, respectively, when writing HDERASE / and \. Use output_character for all the other echoing. (input_character) [VINTR || VQUIT, VSUSP]: Clear inputq and rawq and reset echo_pstart and echo_qsize. [input can't fit and ! IMAXBEL]: Likewise.
1995-08-31Initial revisionMichael I. Bushnell