Changeset 0f06dbc in mainline for uspace/app
- Timestamp:
- 2009-11-30T19:16:35Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b67c7d64
- Parents:
- ba26129
- Location:
- uspace/app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/input.c
rba26129 r0f06dbc 140 140 return NULL; 141 141 142 wstr_ nstr(str, ti->buffer, STR_BOUNDS(ti->nc) + 1);142 wstr_to_str(str, STR_BOUNDS(ti->nc) + 1, ti->buffer); 143 143 144 144 return str; -
uspace/app/edit/edit.c
rba26129 r0f06dbc 396 396 return NULL; 397 397 398 wstr_ nstr(str, buffer, STR_BOUNDS(wstr_length(buffer)) + 1);398 wstr_to_str(str, STR_BOUNDS(wstr_length(buffer)) + 1, buffer); 399 399 400 400 console_set_color(con, COLOR_BLACK, COLOR_WHITE, 0);
Note:
See TracChangeset
for help on using the changeset viewer.