#1182: .inputrc improving msys WinGRASS command line
-----------------------+----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.1
Component: Packaging | Version: svn-releasebranch64
Keywords: | Platform: MSWindows XP
Cpu: All |
-----------------------+----------------------------------------------------
The attached file comes from http://downloads.sourceforge.net/mingw/MSYS-1.0.11.exe. It fixes couple of
issues with msys WinGRASS command line, e.g. home, end keys printing "~"
instead of moving the cursor.
Could this file be included in WinGRASS installer? It should go to
C:\Program Files\GRASS-64-SVN\msys\home\$USERNAME\.
#1182: .inputrc improving msys WinGRASS command line
---------------------------------+------------------------------------------
Reporter: msieczka | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 6.4.1
Component: Packaging | Version: svn-releasebranch64
Keywords: wingrass, msys rxvt | Platform: MSWindows XP
Cpu: All |
---------------------------------+------------------------------------------
Comment(by hamish):
fwiw, for me in Wingrass 6.5svn on XP with the MSys rxvt console, these
two are the needed ones:
{{{
"\e[7~": beginning-of-line
"\e[8~": end-of-line
}}}