-
- Downloads
There was an error fetching the commit references. Please try again later.
Add a notification to the websocket server that receives custom escape
sequences. Add a python example to receive them and a shell script to send them.
Showing
- api/examples/python/README.md 2 additions, 1 deletionapi/examples/python/README.md
- api/examples/python/api_pb2.py 130 additions, 64 deletionsapi/examples/python/api_pb2.py
- api/examples/python/it2custom 44 additions, 0 deletionsapi/examples/python/it2custom
- api/examples/python/remote_control.py 86 additions, 0 deletionsapi/examples/python/remote_control.py
- iTerm2.xcodeproj/project.pbxproj 4 additions, 4 deletionsiTerm2.xcodeproj/project.pbxproj
- proto/api.proto 10 additions, 1 deletionproto/api.proto
- sources/PTYSession.m 20 additions, 0 deletionssources/PTYSession.m
- sources/VT100Screen.m 6 additions, 0 deletionssources/VT100Screen.m
- sources/VT100ScreenDelegate.h 2 additions, 0 deletionssources/VT100ScreenDelegate.h
- sources/VT100Terminal.m 22 additions, 0 deletionssources/VT100Terminal.m
- sources/VT100TerminalDelegate.h 4 additions, 0 deletionssources/VT100TerminalDelegate.h
- sources/proto/Api.pbobjc.h 34 additions, 0 deletionssources/proto/Api.pbobjc.h
- sources/proto/Api.pbobjc.m 80 additions, 1 deletionsources/proto/Api.pbobjc.m
This diff is collapsed.
api/examples/python/it2custom
0 → 100755
api/examples/python/remote_control.py
0 → 100755
Please register or sign in to comment