Start work on simple benchmark tool

This commit is contained in:
Kovid Goyal
2023-11-09 20:27:19 +05:30
parent 8dbea2a046
commit 934f2ede0b
5 changed files with 159 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ var SIGNULL unix.Signal
func new_loop() *Loop {
l := Loop{controlling_term: nil}
l.terminal_options.alternate_screen = true
l.terminal_options.Alternate_screen = true
l.terminal_options.restore_colors = true
l.terminal_options.kitty_keyboard_mode = DISAMBIGUATE_KEYS | REPORT_ALTERNATE_KEYS | REPORT_ALL_KEYS_AS_ESCAPE_CODES | REPORT_TEXT_WITH_KEYS
l.escape_code_parser.HandleCSI = l.handle_csi