aboutsummaryrefslogtreecommitdiff
path: root/term/munge.c
Commit message (Collapse)AuthorAgeFilesLines
* 2001-12-17 Roland McGrath <roland@frob.com>Roland McGrath2001-12-181-3/+5
| | | | | * munge.c (input_character): Fix DISCARD character handling so it doesn't process the character as plain input.
* Mon Mar 1 09:11:06 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-011-1/+1
| | | | | | * 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).
* Sat Jan 30 00:27:14 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-01-301-1/+5
| | | | | * munge.c (create_queue): Make sure that malloc succeeds. Reported by OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>.
* *** empty log message ***Thomas Bushnell1996-08-121-3/+7
|
* Mon Jul 29 02:46:12 1996 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1996-07-291-47/+48
| | | | | * munge.c (input_character): In LAST_LNEXT case, jump to `alldone' after putting the char on the queue.
* (input_character): Skip much processing if external_processing is on.Michael I. Bushnell1995-12-011-16/+22
| | | | | (output_character): Don't do tab expansion of external_processing is on. (echo_p): Never echo if external_processing is on.
* (input_character) [VSTOP]: Suspend physical output after settingMichael I. Bushnell1995-12-011-0/+1
| | | | flag.
* (reprint_line): C-r is CHAR_DC2, not DC3.Michael I. Bushnell1995-12-011-1/+1
|
* (drain_output): New function names.Michael I. Bushnell1995-11-301-3/+3
|
* (output_psize): Add variable.Michael I. Bushnell1995-09-221-9/+32
| | | | | | | | | | | (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.
* Initial revisionMichael I. Bushnell1995-08-311-0/+725