HomeSort by relevance Sort by last modified time
    Searched full:title_string (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/ext2ed/
win.c 40 char title_string [128]; local
44 sprintf (title_string,"EXT2ED - Extended-2 File System editor ver %s (%s)", E2FSPROGS_VERSION, E2FSPROGS_DATE);
45 wmove (title_win,TITLE_WIN_LINES/2,(COLS-strlen (title_string))/2);
46 wprintw (title_win,title_string);

Completed in 62 milliseconds