Changeset 51ea01e in mainline
- Timestamp:
- 2009-12-05T16:35:06Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a5af223
- Parents:
- 371a012
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/input.c
r371a012 r51ea01e 55 55 typedef struct { 56 56 /** Buffer holding text currently being edited */ 57 wchar_t buffer[INPUT_MAX ];57 wchar_t buffer[INPUT_MAX + 1]; 58 58 /** Screen coordinates of the top-left corner of the text field */ 59 59 int col0, row0;
Note:
See TracChangeset
for help on using the changeset viewer.