ttyper icon indicating copy to clipboard operation
ttyper copied to clipboard

Terminal output breaks when invalid language is passed

Open sandeshbhusal opened this issue 1 year ago • 1 comments

Terminal output breaks entirely when an invalid language is passed in the config. This happens because we enable raw mode by default, and do the language content generation later. Can be fixed in one of two ways - generate the content before setting the terminal mode, or restore the terminal behavior if no language content could be generated.

sandeshbhusal avatar Jul 01 '24 20:07 sandeshbhusal

PR here: https://github.com/max-niederman/ttyper/pull/131

sandeshbhusal avatar Jul 01 '24 20:07 sandeshbhusal