···11-###qconsole
11+## qconsole
2233
44···99reparent it under qconsole, and then hides it offscreen.
10101111To show the terminal, press `Control+O` and it will scroll onto the screen.
1212-press it again and it will scroll back off the screen. If the xterm is killed,
1313-a new one will be spawned.
1212+Press it again and it will scroll back off the screen.
1313+If the xterm is killed, a new one will be spawned.
14141515-The xterm is launched with a name of `qconsole`. To adjust its colors and
1616-font, add xterm X resources to your X resources file (and maybe run xrdb) such
1717-as:
1818-1515+The xterm is launched with a name of `qconsole`.
1616+To adjust its colors and font, add xterm X resources to your X resources file
1717+(and maybe run xrdb) such as:
19182019 .qconsole*background: white
2120 .qconsole*foreground: black
···2322 .qconsole*utmpInhibit: true
2423 .qconsole*rightScrollBar: true
25242626-To adjust the window height, use the `-h` option. To adjust the speed that the
2727-console scrolls, use the `-s` option (1 to 10, default of 9).
2525+To adjust the window height from its default of 1/5 of the screen height,
2626+use the `-h` option.
2727+To adjust the speed that the console scrolls, use the `-s` option (1 to 10,
2828+default of 5).