mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- network menu (#264)
- tune timeout (#266) - satfinder (#269) - tuxtxt: new monospace font to support more languages option to select teletext font charset selection from pmt more menu languages from tuxbox cvs cleanup sutitiles start screen needs testing. git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@486 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -720,8 +720,9 @@ void *tuxtxt_CacheThread(void * /*arg*/)
|
||||
}
|
||||
else
|
||||
{
|
||||
pageinfo_thread->nationalvalid = 1;
|
||||
//pageinfo_thread->nationalvalid = 1;// FIXME without full eval some is broken
|
||||
pageinfo_thread->national = rev_lut[b1] & 0x07;
|
||||
//printf("TuxTxt 0: b1=%x\n", rev_lut[b1]);
|
||||
}
|
||||
|
||||
/* check parity, copy line 0 to cache (start and end 8 bytes are not needed and used otherwise) */
|
||||
@@ -958,7 +959,8 @@ void *tuxtxt_CacheThread(void * /*arg*/)
|
||||
pageinfo_thread->function = t1 & 0x0f;
|
||||
if (!pageinfo_thread->nationalvalid)
|
||||
{
|
||||
pageinfo_thread->nationalvalid = 1;
|
||||
//printf("TuxTxt 28: t1=%x\n", t1>>4);
|
||||
// pageinfo_thread->nationalvalid = 1; // FIXME without full eval some is broken
|
||||
pageinfo_thread->national = (t1>>4) & 0x07;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user