Last change
on this file 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
|
Rev | Line | |
---|
[c5c522c] | 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... |
---|
| 10 | extern int PAD; |
---|
| 11 | // Character for the "..." symbol. |
---|
| 12 | extern int ELLIPSIS; |
---|
| 13 | |
---|
| 14 | int mode_init(); |
---|
| 15 | void mode_close(); |
---|
| 16 | |
---|
| 17 | int cpu_screen(int rep); |
---|
| 18 | int cpu_graph_screen(int rep); |
---|
| 19 | int clock_screen(int rep); |
---|
| 20 | int mem_screen(int rep); |
---|
| 21 | int uptime_screen(int rep); |
---|
| 22 | int time_screen(int rep); |
---|
| 23 | int disk_screen(int rep); |
---|
| 24 | int xload_screen(int rep); |
---|
| 25 | int battery_screen(int rep); |
---|
| 26 | int credit_screen(int rep); |
---|
| 27 | int dumbass_screen(int rep); |
---|
| 28 | int goodbye_screen(int rep); |
---|
| 29 | |
---|
| 30 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.