Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (input_character): Skip much processing if external_processing is on. | Michael I. Bushnell | 1995-12-01 | 1 | -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 setting | Michael I. Bushnell | 1995-12-01 | 1 | -0/+1 |
| | | | | flag. | ||||
* | (reprint_line): C-r is CHAR_DC2, not DC3. | Michael I. Bushnell | 1995-12-01 | 1 | -1/+1 |
| | |||||
* | (drain_output): New function names. | Michael I. Bushnell | 1995-11-30 | 1 | -3/+3 |
| | |||||
* | (output_psize): Add variable. | Michael I. Bushnell | 1995-09-22 | 1 | -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 revision | Michael I. Bushnell | 1995-08-31 | 1 | -0/+725 |