Changeset 1201 in kBuild for trunk/src/kash/histedit.c
- Timestamp:
- Oct 6, 2007 11:57:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/histedit.c
r1200 r1201 196 196 if (el != NULL && term != NULL) 197 197 if (el_set(el, EL_TERMINAL, term) != 0) { 198 outfmt( out2, "sh: Can't set terminal type %s\n", term);199 outfmt( out2, "sh: Using dumb terminal settings.\n");198 outfmt(psh->out2, "sh: Can't set terminal type %s\n", term); 199 outfmt(psh->out2, "sh: Using dumb terminal settings.\n"); 200 200 } 201 201 }
Note:
See TracChangeset
for help on using the changeset viewer.