mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 14:04:52 +02:00
Some simple tests for sc81t
This commit is contained in:
@@ -283,8 +283,9 @@ handle_esc_mode_char(Screen *screen, uint32_t ch, PyObject DUMP_UNUSED *dump_cal
|
||||
REPORT_COMMAND(screen_set_8bit_controls, ch == 'G');
|
||||
screen_set_8bit_controls(screen, ch == 'G');
|
||||
break;
|
||||
default:
|
||||
REPORT_ERROR("Unhandled ESC SP escape code: 0x%x", ch); break;
|
||||
}
|
||||
REPORT_ERROR("Unhandled ESC SP escape code: 0x%x", ch); break;
|
||||
break;
|
||||
default:
|
||||
REPORT_ERROR("Unhandled charset related escape code: 0x%x 0x%x", screen->parser_buf[0], ch); break;
|
||||
|
||||
Reference in New Issue
Block a user