Changeset f2d665b4 in mainline
- Timestamp:
- 2011-03-22T22:00:21Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ea69a6
- Parents:
- ac897e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cat/cat.c
rac897e8 rf2d665b4 217 217 sysarg_t rows, cols; 218 218 int rc; 219 220 // reset global state 221 // TODO: move to structure? 222 paging_enabled = false; 223 chars_remaining = 0; 224 lines_remaining = 0; 225 console_cols = 0; 226 console_rows = 0; 219 227 220 228 argc = cli_count_args(argv);
Note:
See TracChangeset
for help on using the changeset viewer.