Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkelosky/x3270
https://github.com/dkelosky/x3270
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkelosky/x3270
- Owner: dkelosky
- Created: 2024-06-12T12:27:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T14:04:20.000Z (7 months ago)
- Last Synced: 2024-10-19T02:15:06.748Z (3 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Man
http://x3270.bgp.nu/Unix/c3270-man.html
https://x3270.miraheze.org/wiki/C3270## Keymap
Keymaps support files or resources. Unable to get files to work (description of how it works is below)
### Keymap resources
create a file in home directory [`.c3270pro`](./.c3270pro).
To see what keys you need, run `c3270 -trace tpx` (if `tpx` is a host - explained below)`. Then `tail -F `/tmp/x3trc.`.
### Keymap files
Files supposedly go in `confDir`
See `confDir` by running `c3270` and typing `set`:
`confDir: /opt/homebrew/Cellar/x3270/4.3ga8/etc/x3270`
## Hosts
Go to [config dir](#keymap-files) and edit `ibm_hosts`, for example:
```
#tpx primary tpxdev.mainframe.net keymap(default)
tpx primary tpxdev.mainframe.net
```Then you can run `c3270 tpx`.