Skip to content

Commit

Permalink
Update seqdb
Browse files Browse the repository at this point in the history
  • Loading branch information
saitoha committed May 27, 2014
1 parent 09c8409 commit 9c398bf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions trachet/seqdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,6 @@
'< ESC P1+r5343<ST>' : 'answer for termcap query SC (set_clock)',
'< ESC P1+r7370<ST>' : 'answer for termcap query sp (set_color_pair)',
'< ESC P1+r5366<ST>' : 'answer for termcap query Sf (set_foreground)',
'< ESC P1+r4d4c<ST>' : 'answer for termcap query ML (set_left_margin)',
'< ESC P1+r5a6d<ST>' : 'answer for termcap query Zm (set_left_margin_parm)',
'< ESC P1+r4d52<ST>' : 'answer for termcap query MR (set_right_margin)',
'< ESC P1+r5a6e<ST>' : 'answer for termcap query Zn (set_right_margin_parm)',
Expand Down Expand Up @@ -992,7 +991,7 @@
'< ESC P1+r4142<ST>' : 'answer for termcap query AB (set_a_background)',
'< ESC P1+r4146<ST>' : 'answer for termcap query AF (set_a_foreground)',
'< ESC P1+r597a<ST>' : 'answer for termcap query Yz (set_color_band)',
'< ESC P1+r4d4c<ST>' : 'answer for termcap query ML (set_lr_margin)',
'< ESC P1+r4d4c<ST>' : 'answer for termcap query ML (set_left_margin or set_lr_margin)',
'< ESC P1+r595a<ST>' : 'answer for termcap query YZ (set_page_length)',
'< ESC P1+r4d54<ST>' : 'answer for termcap query MT (set_tb_margin)',
'< ESC P1+r5868<ST>' : 'answer for termcap query Xh (enter_horizontal_hl_mode)',
Expand Down Expand Up @@ -1213,7 +1212,6 @@
'< CSI >6;[2]c' : 'DA2 Response: Haiku terminal, Pv=%s, keyboard type=%s',
'< CSI >18;[2]c' : 'DA2 Response: VT330, Pv=%s, keyboard type=%s',
'< CSI >19;[2]c' : 'DA2 Response: VT340, Pv=%s, keyboard type=%s',
'< CSI >19;[2]c' : 'DA2 Response: VT340, Pv=%s, keyboard type=%s',
'< CSI >24;[2]c' : 'DA2 Response: VT320, Pv=%s, keyboard type=%s',
'< CSI >28;[2]c' : 'DA2 Response: DECTerm window, Pv=%s, keyboard type=%s',
'< CSI >32;[2]c' : 'DA2 Response: VT382, Pv=%s, keyboard type=%s',
Expand Down Expand Up @@ -1759,7 +1757,6 @@
'> ESC P+q5343<ST>' : 'termcap query for SC (set_clock)',
'> ESC P+q7370<ST>' : 'termcap query for sp (set_color_pair)',
'> ESC P+q5366<ST>' : 'termcap query for Sf (set_foreground)',
'> ESC P+q4d4c<ST>' : 'termcap query for ML (set_left_margin)',
'> ESC P+q5a6d<ST>' : 'termcap query for Zm (set_left_margin_parm)',
'> ESC P+q4d52<ST>' : 'termcap query for MR (set_right_margin)',
'> ESC P+q5a6e<ST>' : 'termcap query for Zn (set_right_margin_parm)',
Expand Down Expand Up @@ -1822,7 +1819,7 @@
'> ESC P+q4142<ST>' : 'termcap query for AB (set_a_background)',
'> ESC P+q4146<ST>' : 'termcap query for AF (set_a_foreground)',
'> ESC P+q597a<ST>' : 'termcap query for Yz (set_color_band)',
'> ESC P+q4d4c<ST>' : 'termcap query for ML (set_lr_margin)',
'> ESC P+q4d4c<ST>' : 'termcap query for ML (set_left_margin / set_lr_margin)',
'> ESC P+q595a<ST>' : 'termcap query for YZ (set_page_length)',
'> ESC P+q4d54<ST>' : 'termcap query for MT (set_tb_margin)',
'> ESC P+q5868<ST>' : 'termcap query for Xh (enter_horizontal_hl_mode)',
Expand Down

0 comments on commit 9c398bf

Please sign in to comment.