index
:
ptyim.git
main
Pseudoterminal Input Method
Git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ptyim.c
Age
Commit message (
Expand
)
Author
4 days
Removed debug print
Haoran S. Diao (刁浩然)
4 days
Reset cursor position on startup to fix issue with cursor being stuck outside
Haoran S. Diao (刁浩然)
4 days
Added scroll region restriction
Haoran S. Diao (刁浩然)
4 days
Made it so pressing escape twice sends an escape to the IM, fixed the status
Haoran S. Diao (刁浩然)
4 days
added escape sequence detector state machine
Haoran S. Diao (刁浩然)
5 days
added an easy identifier to the output manager child process
Haoran S. Diao (刁浩然)
5 days
Made pty and stdin reads blocking again for massive performance boost
Haoran S. Diao (刁浩然)
5 days
Made ptty -> stdout be on a seperate thread to we can make stdin/stdout blocking
Haoran S. Diao (刁浩然)
10 days
bugfixes
Haoran S. Diao (刁浩然)
11 days
refactored ptyim.c to be cleaner, also does more efficient pty -> stdout
Haoran S. Diao (刁浩然)
11 days
Cleaned up input method code, added preview function
Haoran S. Diao (刁浩然)
11 days
Fully functional so far. Just need to clean up the code and actually import the
Haoran S. Diao (刁浩然)
11 days
tty intercept works
Haoran S. Diao (刁浩然)