Skip to content

Commit

Permalink
Remove RXVT shell support
Browse files Browse the repository at this point in the history
Closes #3339.
  • Loading branch information
Alexander Konovalov authored and alex-konovalov committed Apr 14, 2019
1 parent e787b8c commit 65993f6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 30 deletions.
15 changes: 7 additions & 8 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ Intel Core 2 Duo / 2.53 GHz machine, and produces an output similar to the

Windows users should note that the Command Prompt user interface provided
by Microsoft might not offer history scrolling or cut and paste with the
mouse. To get a better environment, use scripts `gap.bat` or `gaprxvt.bat`
to start GAP instead of `gapcmd.bat`.
mouse. To get a better environment, use the script `gap.bat` to start GAP
instead of `gapcmd.bat`.


7 Packages
Expand Down Expand Up @@ -504,15 +504,15 @@ fix is known. (One can type POW(a,b) for a^b.)

### Cut and Paste does not work

You might want to try different shells, starting each of the three .bat
files in the `bin` directory: `gap.bat`. `gaprxvt.bat` and `gapcmd.bat`.
Also, <https://www.gap-system.org/Faq/faq.html#4> might give a remedy.
You might want to try different shells, using both of the two `.bat`
files in the `bin` directory: `gap.bat` and `gapcmd.bat`. Also,
<https://www.gap-system.org/Faq/faq.html#4> might give a remedy.

### GAP does not work in the remote desktop

GAP can not be started in the Windows Command Prompt shell (via `gapcmd.bat`)
in the remote desktop. To start GAP in the remote desktop, use scripts
`gap.bat` or `gaprxvt.bat` which should work in such setting.
in the remote desktop. To start GAP in the remote desktop, use the script
`gap.bat` which should work in such setting.

### You get an error message about the `cygwin1.dll`

Expand Down Expand Up @@ -662,7 +662,6 @@ in a wrong place or in a separate directory.
After extraction you can start GAP with one of the following files:

C:\gap-4.X.Y\bin\gap.bat (recommended)
C:\gap-4.X.Y\bin\gaprxvt.bat
C:\gap-4.X.Y\bin\gapcmd.bat

The `gap.bat` file will start GAP in the `mintty` shell. It allows for
Expand Down
9 changes: 0 additions & 9 deletions cnf/cygwin/gaprxvt.bat.in

This file was deleted.

10 changes: 0 additions & 10 deletions cnf/cygwin/instcygwinterminfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ else
echo "No terminfo entry for cygwin found!"
exit 1
fi
if test -r $SOURCE/r/rxvt ; then
cp $SOURCE/r/rxvt terminfo/r
cp $SOURCE/r/rxvt terminfo/72
elif test -r $SOURCE/72/rxvt ; then
cp $SOURCE/72/rxvt terminfo/r
cp $SOURCE/72/rxvt terminfo/72
else
echo "No terminfo entry for rxvt found!"
exit 1
fi
if test -r $SOURCE/x/xterm ; then
cp $SOURCE/x/xterm terminfo/x
cp $SOURCE/x/xterm terminfo/78
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,6 @@ case "$host_os" in
AC_CONFIG_FILES([bin/gap.bat:cnf/cygwin/gap.bat.in], [chmod +x bin/gap.bat])
AC_CONFIG_FILES([bin/gapcmd.bat:cnf/cygwin/gapcmd.bat.in], [chmod +x bin/gapcmd.bat])
AC_CONFIG_FILES([bin/gaprxvt.bat:cnf/cygwin/gaprxvt.bat.in], [chmod +x bin/gaprxvt.bat])
])
;;
*darwin*)
Expand Down
4 changes: 2 additions & 2 deletions doc/ref/copyright.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ executable falls under the GPL too, which it does anyhow.
<P/>
The <F>cyggcc_s-1.dll</F>, <F>cygncurses-10.dll</F>, <F>cygncursesw-10.dll</F>,
<F>cygpanel-10.dll</F>, <F>cygpopt-0.dll</F>, <F>cygreadline7.dll</F>,
<F>cygstart.exe</F>, <F>cygwin1.dll</F>, <F>libW11.dll</F>, <F>mintty.exe</F>,
<F>rxvt.exe</F> and <F>regtool.exe</F> are taken unmodified from the
<F>cygstart.exe</F>, <F>cygwin1.dll</F>, <F>libW11.dll</F>, <F>mintty.exe</F>
and <F>regtool.exe</F> are taken unmodified from the
<Package>Cygwin</Package> distribution. They are copyright by RedHat Software
and released under the GPL. For more information on <Package>Cygwin</Package>,
see <URL>http://www.cygwin.com</URL>.
Expand Down

0 comments on commit 65993f6

Please sign in to comment.