Welcome to mirror list, hosted at ThFree Co, Russian Federation.

faq-problems.xml « doc « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 453bae9adce288bf8fd4c0ee7fa42804c993c49f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!-- faq-problems.xml --> 
<para>Aware of the problem, no solution known.</para>

<qandaentry id="faq.known-problems.pipe-key">
<question><para>Pipe key (<literal>|</literal>) doesn't work on non-US keyboards in Win9x/ME</para></question>
<answer>

<para>This might get fixed someday, but meanwhile, just use rxvt, which does
not have this problem.  This is no real loss, because rxvt has many
other advantages.  (Do not attempt to use the "broken" pipe key
(<literal>&brokenpipe;</literal>) as a substitute, it is a different character.)
</para>
</answer></qandaentry>

<qandaentry id="faq.known-problems.win9x-tape">
<question><para>Cannot access tape devices with mt on Win9x</para></question>
<answer>

<para>Win9x does not support the API used by the Cygwin fhandler_dev_tape
class.  Details at
<ulink url="http://sources.redhat.com/ml/cygwin/2000-12/msg00331.html">http://sources.redhat.com/ml/cygwin/2000-12/msg00331.html</ulink>.
</para>
</answer></qandaentry>

<qandaentry id="faq.known-problems.win9x-scp">
<question><para>On Win9x, scp leaves ssh processes running.</para></question>
<answer>
<para>
You can stop them by hand with the Task Manager.
</para>
</answer></qandaentry>