Changeset 796 for soft/giet_vm/applications/shell
- Timestamp:
- Feb 18, 2016, 5:02:09 PM (10 years ago)
- File:
-
- 1 edited
-
soft/giet_vm/applications/shell/shell.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/shell/shell.c
r789 r796 631 631 case NORMAL: 632 632 { 633 if ( c == '\b' ) // backspace => remove one character from buffer633 if ( (c == '\b') || (c == 0x7F) ) // backspace => remove one character 634 634 { 635 635 if (count > 0)
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)