Changeset 904a9112 in rtems
- Timestamp:
- 11/25/22 01:14:00 (2 months ago)
- Branches:
- master
- Children:
- 408dbeb
- Parents:
- d9c7db5
- git-author:
- Chris Johns <chrisj@…> (11/25/22 01:14:00)
- git-committer:
- Chris Johns <chrisj@…> (11/25/22 01:16:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/shell/main_edit.c
rd9c7db5 r904a9112 758 758 char* e; 759 759 env->lines = 25; 760 env-> lines = 80;760 env->cols = 80; 761 761 e = getenv("LINES"); 762 762 if (e != NULL) {
Note: See TracChangeset
for help on using the changeset viewer.