testChinese static method

Future<void> testChinese(
  1. TermareController controller
)

Implementation

static Future<void> testChinese(TermareController controller) async {
  controller.write('${'啊' * 3000}\x08\x08 WWww\n');
}