Bug 476673 - Input buffer flush with EOT
Summary: Input buffer flush with EOT
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 4.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: platform-runtime-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-04 14:16 EDT by Eyal Minsky-Fenick CLA
Modified: 2015-09-04 14:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eyal Minsky-Fenick CLA 2015-09-04 14:16:26 EDT
It would be nice if when you hit ^D in the console (when a Java or other program is running), it was interpreted as a command to (a) flush the buffer (if it's not empty),
or (b) send EOF (if the buffer is empty). This is standard *NIX behavior, and would be very nice to have. To actually send the character ^D, I'd just use ^Q as an escape character. (Actually, why isn't there a "treat next character as input or something to put in the file" character? That would be nice too.)