| delorie.com/archives/browse.cgi | search |
| Date: | Thu, 2 Aug 2001 09:53:20 +0300 (IDT) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| X-Sender: | eliz AT is |
| To: | djgpp-workers AT delorie DOT com |
| Subject: | Re: djgpp: djgpp/src/libc/posix/termios/tmwrite.c |
| In-Reply-To: | <200108012154.RAA26948@delorie.com> |
| Message-ID: | <Pine.SUN.3.91.1010802095213.28510E-100000@is> |
| MIME-Version: | 1.0 |
| Reply-To: | djgpp-workers AT delorie DOT com |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | djgpp-workers AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
On Wed, 1 Aug 2001, cvs-snowball AT delorie DOT com wrote:
> ! else if (ch == '\b')
> ! {
> ! if (*col > 0)
> ! --(*col);
> ! else if (*row > 0)
> ! {
> ! --(*row);
> ! *col = screen.max_col;
> ! }
> ! }
Should Backspace merely move the cursor, or should it also erase the
character to the left of the cursor? What happens if the user presses
the Backspace key?
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |