summaryrefslogtreecommitdiff
path: root/sys/src/cmd/ktrans/test.c
AgeCommit message (Collapse)Author
2023-01-31ktrans: tests and various bug fixesJacob Moody
* exit if we get eof on kbdtap * do not nuke the line if we restore a kanji selection without okurigana * guard against unfortunate scheduling, the dictthread needs to get through all it can before the keythread processes more. In typical use, the processing was fast enough to never notice this condition but writing out a large set of input can trigger it.