Changeset b6a7367
- Timestamp:
- Dec 6, 2003, 9:29:03 PM (19 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 8c46404
- Parents:
- 88ca489
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
rf36222f rb6a7367 9 9 debugging file 10 10 Do ~ expansion in 'dump' command. 11 Current directory added to 'status' command 11 12 12 13 2.0.13 -
functions.c
rf36222f rb6a7367 1786 1786 owl_fmtext_append_normal(&fm, owl_global_get_startupargs(&g)); 1787 1787 owl_fmtext_append_normal(&fm, "\n"); 1788 1789 owl_fmtext_append_normal(&fm, " Current Directory: "); 1790 (void) getcwd(buff, MAXPATHLEN); 1791 owl_fmtext_append_normal(&fm, buff); 1792 owl_fmtext_append_normal(&fm, "\n"); 1793 1788 1794 sprintf(buff, " Startup Time: %s", ctime(&start)); 1789 1795 owl_fmtext_append_normal(&fm, buff);
Note: See TracChangeset
for help on using the changeset viewer.