Lines Matching refs:and

12 This paper describes installing and operating 3270 devices under
13 Linux/390. A 3270 device is a block-mode rows-and-columns terminal of
14 which I'm sure hundreds of millions were sold by IBM and clonemakers
15 twenty and thirty years ago.
17 You may have 3270s in-house and not know it. If you're using the
30 and this Linux-390 3270 driver, you have another way of talking to your
33 This paper covers installation of the driver and operation of a
39 You install the driver by installing a patch, doing a kernel build, and
48 script and the resulting /tmp/mkdev3270.
54 You may generate both 3270 and 3215 console support, or one or the
68 To test that everything works, assuming VM and x3270,
76 source. Build a tree with the kernel source and any necessary
81 and rerun "make oldconfig".)
103 3270s, and this enables the tub3270 driver once loaded to respond
111 /tmp/mkdev3270, and then run that script. This will create the
112 necessary character special device files and make the necessary
123 configuration has changed and you're reusing config3270, you
127 Run config3270 and /tmp/mkdev3270
169 letter "c" meaning character device and should contain "227, 1"
177 3215 console and then reboot the system.
184 input area, and the status area.
187 driver writes terminal output to it, starting at the top line and going
190 screen clears and more output is written, from the top down.
194 and hit ENTER to execute them.
197 fuzzy feeling. When the log area fills up and output awaits, it
200 and more output will appear. You may hit ENTER with nothing typed in
201 the input area to toggle between "Linux More..." and "Linux Holding",
203 Running" and nothing typed, the application receives a newline.)
212 clear the log area and write more output to it, or hit CLEAR to clear
213 the log area and the input area and write more output to the log area.
215 Some of the Program Function (PF) and Program Attention (PA) keys are
220 the same thing from the input area, by typing "^C" and hitting ENTER.
226 cause an EOF also by typing "^D" and hitting ENTER.
229 job suspension by typing "^Z" and hitting ENTER. You may wish to
235 driver appends a newline character and sends it to the tty driver;
236 otherwise the driver strips the "^n" and does not append a newline.
240 command stack (default depth 20) and displayed in the input area. You
241 may hit PF10 again for the next-most-recent command, and so on. A
243 invisible (such as for password entry) and it is not identical to the
250 editing, ESC-k and ESC-j retrieve backward and forward history.
261 to execute the commands mkdir foobar and cd foobar immediately when you
268 Happy testing! I welcome any and all comments about this document, the