aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_button_exec.c
diff options
context:
space:
mode:
authorpeterbailey <peterbailey@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-11-05 08:02:32 +0000
committerpeterbailey <peterbailey@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-11-05 08:02:32 +0000
commit580749292664f377180d0f8b929e01df27aea584 (patch)
tree2c14d60e2efe7da9f4ae9af4fd3b2ab3960cba9b /plugin_button_exec.c
parentb2f63e0f19709ec976d3b7a8a54e76fd15e13b4b (diff)
downloadlcd4linux-580749292664f377180d0f8b929e01df27aea584.tar.gz
added protocol details to PICGraphic driver, fixed typos is generic headers
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1051 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
#dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
Hi there,

atsc_epg is a small utility for obtaining information such as programs, EPG 
(electronic program guide) from an ATSC channel. 

Pulling the detailed information, i.e., option '-t', may take fairly long 
time, or never ending, which is a bug of the PSIP generator. Ctrl+C can be 
used to abort and the received parts will be printed.

Enjoy,
Yufei