File: linux_logo.h

package info (click to toggle)
linuxlogo 5.11-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 856 kB
  • sloc: ansic: 3,165; sh: 370; makefile: 289; perl: 7
file content (21 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
struct linux_logo_info_type {
       int width;
       int no_periods;
       int preserve_xy;
       int skip_bogomips;
       int offset;
       int plain_ascii;
       int banner_mode;
       int wipe_screen;
       int show_uptime;
       int show_load;
       int narrow_logo;
       int display_logo_only;
       int display_sysinfo_only;
       int display_usertext;
       int custom_format;
       int pretty_output;
       int center_sysinfo;
       char user_text[BUFSIZ];
       char format[BUFSIZ];
};