mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
yaft: remove unused DCS code artifacts
Origin commit data
------------------
Commit: 96cf821080
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-28 (Sun, 28 Jan 2018)
This commit is contained in:
committed by
vanhofen
parent
d9f1078cc8
commit
b33fc3a25a
@@ -108,12 +108,7 @@ void YaFT_p::enter_osc(void)
|
|||||||
{
|
{
|
||||||
esc.state = STATE_OSC;
|
esc.state = STATE_OSC;
|
||||||
}
|
}
|
||||||
#if 0
|
|
||||||
void YaFT_p::enter_dcs(void)
|
|
||||||
{
|
|
||||||
esc.state = STATE_DCS;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
void YaFT_p::ris(void)
|
void YaFT_p::ris(void)
|
||||||
{
|
{
|
||||||
reset();
|
reset();
|
||||||
|
@@ -108,7 +108,6 @@ class YaFT_p
|
|||||||
STATE_ESC = 0x01, /* 0x1B, \033, ESC */
|
STATE_ESC = 0x01, /* 0x1B, \033, ESC */
|
||||||
STATE_CSI = 0x02, /* ESC [ */
|
STATE_CSI = 0x02, /* ESC [ */
|
||||||
STATE_OSC = 0x04, /* ESC ] */
|
STATE_OSC = 0x04, /* ESC ] */
|
||||||
STATE_DCS = 0x08, /* ESC P */
|
|
||||||
};
|
};
|
||||||
|
|
||||||
enum char_attr {
|
enum char_attr {
|
||||||
|
Reference in New Issue
Block a user