summaryrefslogtreecommitdiff
path: root/ptyim.c
AgeCommit message (Collapse)Author
4 daysRemoved debug printHaoran S. Diao (刁浩然)
4 daysReset cursor position on startup to fix issue with cursor being stuck outsideHaoran S. Diao (刁浩然)
scroll region if ptyim is launched with it at the bottom row
4 daysAdded scroll region restrictionHaoran S. Diao (刁浩然)
4 daysMade it so pressing escape twice sends an escape to the IM, fixed the statusHaoran S. Diao (刁浩然)
line persisting even on exit. Refactored main process exit
4 daysadded escape sequence detector state machineHaoran S. Diao (刁浩然)
fixed glitch where exiting only happens after 1 final keypress input
5 daysadded an easy identifier to the output manager child processHaoran S. Diao (刁浩然)
5 daysMade pty and stdin reads blocking again for massive performance boostHaoran S. Diao (刁浩然)
5 daysMade ptty -> stdout be on a seperate thread to we can make stdin/stdout blockingHaoran S. Diao (刁浩然)
again for performance reasons
11 daysbugfixesHaoran S. Diao (刁浩然)
11 daysrefactored ptyim.c to be cleaner, also does more efficient pty -> stdoutHaoran S. Diao (刁浩然)
transfer
11 daysCleaned up input method code, added preview functionHaoran S. Diao (刁浩然)
11 daysFully functional so far. Just need to clean up the code and actually import theHaoran S. Diao (刁浩然)
input method table
11 daystty intercept worksHaoran S. Diao (刁浩然)