aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/se-Seltjarn
diff options
context:
space:
mode:
authorKostyantyn Sushchyk <ksushchyk@gmail.com>2023-10-17 10:07:15 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2024-02-07 05:33:33 +0100
commit5fd33878499c007433646cc8de32c224db5363e5 (patch)
tree9604b2a66854d9c53c86dd646865cb25c2297e94 /dvb-t/se-Seltjarn
parente810c267c3a6960c8d57935bb1a9b334026038ed (diff)
downloaddtv-scan-tables-master.tar.gz
dtv-scan-tables: added channels for Lviv, UkraineHEADmaster
Add DVB-T2 channels for Lviv, Ukraine Link: https://lore.kernel.org/linux-media/CAKx9isKAtha1QAgKLrFbkyQwpvWipEzTCH33XVqw3rYxtM+wYg@mail.gmail.com Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'dvb-t/se-Seltjarn')
0 files changed, 0 insertions, 0 deletions
r: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #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 */
#ifndef INPUT_H
#define	INPUT_H
#include <stdio.h>
#include <stdlib.h>
#include "machine_type.h"
#include "output.h"
#include <ncurses.h>
#include "datatypes.h"

#define KEYF1           0x0100
#define KEYF2           0x0101
#define KEYF3           0x0102
#define KEYF4           0x0103
#define KEYF5           0x0104
#define KEYF6           0x0105
#define KEYF7           0x0106
#define KEYF8           0x0107
#define KEYF9           0x0108
#define KEYF10          0x0109
#define KEYESC          0x010a
#define KEYBACKSPACE    0x010b
#define KEYDEL          0x010c
#define KEYENTER        0x010d
#define KEYTAB          0x010e
#define KEYUP           0x010f
#define KEYDOWN         0x0110
#define KEYLEFT         0x0111
#define KEYRIGHT        0x0112
#define KEYPGUP         0x0113
#define KEYPGDOWN       0x0114
#define KEYHOME         0x0115
#define KEYEND          0x0116

#define NUM_SPECIALKEYS	0x17


void initkeytab(tOutput* output);
tInt16 getkey(tKeyTab* pKeyTab,tBool inputfield);
tInt16 decinput(tOutput* output,tInt16 y,tInt16 x,tUInt64* val,tInt16 len);
tInt16 hexinput(tOutput* output,tInt16 y,tInt16 x,tUInt64* val,char* relative,tInt16 len);
tInt16 hexinput2(tOutput* output,tInt16 y,tInt16 x,char* s,tInt16* usedlen,tInt16 len);
tInt16 stringinput(tOutput* output,tInt16 y,tInt16 x,char* s,tInt16 len);
int configkeytab(tKeyTab* pKeyTab,char* line);
void keyboardsetup(tOutput* output,char* configfilename);

#endif