Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure.ac: added --disable-help-screen | Max Kellermann | 2008-11-07 | 1 | -0/+2 |
| | |||||
* | screen: removed screen.mode | Max Kellermann | 2008-09-25 | 1 | -15/+7 |
| | | | | | Everything is now managed with a pointer to the screen_functions struct. | ||||
* | screen: removed screen ids | Max Kellermann | 2008-09-25 | 1 | -16/+7 |
| | | | | Finally remove all screen ids, they are not used anymore. | ||||
* | screen: pass screen_functions pointer to switch_screen_mode() | Max Kellermann | 2008-09-25 | 1 | -14/+6 |
| | | | | | Trying to get rid of the screen ids. A pointer to screen_functions is better for identifying a screen. | ||||
* | screen: moved code to screen_list.c | Max Kellermann | 2008-09-25 | 1 | -0/+135 |
Move the hard-coded screen list and everything which works with this array to screen_list.c. |