tolstoyevsky / gits

Web-based terminal emulator
Apache License 2.0
7 stars 0 forks source link

Make `_exec_single_character_command` self-sufficient #93

Closed eugulixes closed 7 years ago

eugulixes commented 7 years ago

The _buf field is a string. However, generate_html puts the integer ordinal of a control character into _buf preparing it for _exec_single_character_command. generate_html should put a control character into _buf because _exec_single_character_command is able to call ord itself.