index
:
ptyim.git
main
Pseudoterminal Input Method
Git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
4 days
Fixed punctuation
main
Haoran S. Diao (刁浩然)
4 days
Now that we can handle escape sequences, re-adding "'", "[", and "]" to im keys
Haoran S. Diao (刁浩然)
4 days
Added a delay in the im display loop so that it takes up less cpu time
Haoran S. Diao (刁浩然)
4 days
victory lap: every program I can think of is compatible
Haoran S. Diao (刁浩然)
4 days
Removed debug printouts
Haoran S. Diao (刁浩然)
4 days
Added ECMA-48 mode switches to the list of clr commands because obscure private
Haoran S. Diao (刁浩然)
4 days
made the escape state machien also keep track of cursor save/restore parity and
Haoran S. Diao (刁浩然)
4 days
Moved the pty->stdout routine and the im display routine to seperate threads
Haoran S. Diao (刁浩然)
4 days
Fixed order of attribute clearing for im display
Haoran S. Diao (刁浩然)
4 days
typo
Haoran S. Diao (刁浩然)
4 days
Added safe state function
Haoran S. Diao (刁浩然)
4 days
updated README a bit, made the explanation a little bit more clear
Haoran S. Diao (刁浩然)
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 passthrough logic for selector keys
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
Added 1 letter + space entries
Haoran S. Diao (刁浩然)
10 days
Added boshiamy as dependency for make
Haoran S. Diao (刁浩然)
10 days
Have it check for both types of backspace
Haoran S. Diao (刁浩然)
10 days
Removed '[' and ']' from the im_key list since they intefere with arrow key
Haoran S. Diao (刁浩然)
10 days
Added makefile
Haoran S. Diao (刁浩然)
10 days
Added readme
Haoran S. Diao (刁浩然)
10 days
Made the imtable use all the latest features
Haoran S. Diao (刁浩然)
10 days
bugfixes
Haoran S. Diao (刁浩然)
10 days
Made input method fully encoding agnostic
Haoran S. Diao (刁浩然)
11 days
fixed im toggle passthrough bug
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 boshiamy implementation
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 (刁浩然)