Re: loading VT100 Font in stand alone program

2015-10-22 Thread Ken Brown
On 10/22/2015 12:20 PM, reinhard.ne...@fau.de wrote: I do have the links in /etc/X11/fontpath.d xorg-x11-fonts-75dpi:unscaled:pri=20 -> /usr/share/X11/fonts/75dpi and they work fine within cygwin. I tried to create corresponding links within windows by mklink "xorg-x11-fonts-75dpi:unscaled:pri=2

Re: loading VT100 Font in stand alone program

2015-10-22 Thread reinhard . neder
s.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple References: https://www.cygwin.com/ml/cygwin/2015-10/msg00148.html loading VT100 Font in stand alone program From: reinhard . neder -- Prof. Dr. Reinhard Neder Kristallographie und Strukturphysik Uni

Re: loading VT100 Font in stand alone program

2015-10-13 Thread Ken Brown
On 10/13/2015 10:16 AM, reinhard.ne...@fau.de wrote: Hi Everybody, I have written a program "kuplot" that runs inside an X-window terminal through a script: #!/bin/sh if( /bin/ps | /bin/grep XWin ); then export DISPLAY=':0'; /bin/xterm -rightbar -sb -pob -title "kuplot secondary window

loading VT100 Font in stand alone program

2015-10-13 Thread reinhard . neder
Hi Everybody, I have written a program "kuplot" that runs inside an X-window terminal through a script: #!/bin/sh if( /bin/ps | /bin/grep XWin ); then export DISPLAY=':0'; /bin/xterm -rightbar -sb -pob -title "kuplot secondary window" -e /bin/kuplot; else /bin/rm -f /tmp/.X*-lock /