#include <stdio.h>#include <stdlib.h>#include <time.h>#include <unistd.h>#include <string.h>Include dependency graph for progressbar.c:

Go to the source code of this file.
Defines | |
| #define | WIDTH 77 |
| #define | LINES 5 |
Functions | |
| _PROTOTYPE (int main,(int argc, char **argv)) | |
| void | prettyprogress (long b, long maxb, time_t starttime) |
| int | main (int argc, argv) |
|
|
Referenced by Abort(), clrupdate(), endwin(), fillkeybuf(), getsize(), ini_terminal(), initopts(), initscr(), m_row(), m_scroll(), m_wsrch(), main(), mvcur(), mvwin(), newwin(), Putchar(), redraw(), resume_curses(), ScreenEnd(), ScreenInit(), setterm(), showmsg(), v_keyword(), v_quit(), v_xit(), vgets(), and window(). |
|
|
Referenced by main(), and prettyprogress(). |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 47 of file progressbar.c. References atol(), count, fgets(), i, LINES, nl, prettyprogress(), printf, start, stdin, strchr, time, and time_t. |
|
||||||||||||||||
|
Definition at line 11 of file progressbar.c. References i, now, printf, time, time_t, and WIDTH. Referenced by main(). |
1.4.6