source: npl/mediabox/lcdproc_edwin/src/old/mode.h @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 603 bytes
Line 
1#ifndef MODE_H
2#define MODE_H
3
4
5//TODO: Net stats screen...
6//TODO: "Who"
7//TODO: biff / mail checking
8
9// Character to use for padding title bars, etc...
10extern int PAD;
11// Character for the "..." symbol.
12extern int ELLIPSIS;
13
14int mode_init();
15void mode_close();
16
17int cpu_screen(int rep);
18int cpu_graph_screen(int rep);
19int clock_screen(int rep);
20int mem_screen(int rep);
21int uptime_screen(int rep);
22int time_screen(int rep);
23int disk_screen(int rep);
24int xload_screen(int rep);
25int battery_screen(int rep);
26int credit_screen(int rep);
27int dumbass_screen(int rep);
28int goodbye_screen(int rep);
29
30#endif
Note: See TracBrowser for help on using the repository browser.