bug-bash
[Top][All Lists]
Advanced

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

Re: can't go back after entering newline


From: Dan Jacobson
Subject: Re: can't go back after entering newline
Date: Fri, 09 Apr 2004 04:15:50 +0800

>> The user has just typed a newline, and wishes to delete this newline,
>> but can't.

C>   Then the user should read the man page.

it's rather large.

C>   ^C

Instead of ^C, bash could realize the user wishes to remove a mistyped
newline, and put the previous line on the screen with the cursor now
on the end, where he could continue editing.

User types m = ' o o o RET
Cursor is on X:
$ m='ooo
> X
User hits DEL, screen now looks like
$ m='oooX

If he were to hit ^C, he would potentially lose ... nothing if he
typed ^C^R, ok never mind... but still...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]