Re: [PDCurses] Custom font with PDCurses 3.6 / SDL2

2018-03-24 Thread Karl Garrison
't open it, or if it is the wrong bit depth. Thanks for your help! Karl On Wed, Mar 21, 2018, 4:58 PM LM wrote: > On Wed, Mar 21, 2018 at 4:02 PM, Karl Garrison > wrote: > > The SDL2 port also seems to add an immense speed boost, so I'm happy > about > >

Re: [PDCurses] Custom font with PDCurses 3.6 / SDL2

2018-03-21 Thread Karl Garrison
ux VM to see if my results are different. For my purposes right now, developing under there would be good enough, if I can't get it to work on my Macbook. Thanks for the replies! Karl On Wed, Mar 21, 2018 at 7:10 AM, LM wrote: > On Tue, Mar 20, 2018 at 2:24 PM, Karl Garrison

[PDCurses] Custom font with PDCurses 3.6 / SDL2

2018-03-20 Thread Karl Garrison
Does the SDL2 version of PDCurses still support using a custom font? If so, are there any special considerations for this version? Having pdcfont.bmp in the current directory does not work for me, nor does explicitly setting PDC_FONT environment work. For what it's worth, I am using Mac OS X. P

Re: [PDCurses] cursor on white background is invisible (xcurses)

2010-12-06 Thread Karl Garrison
curs_set(2) On Mon, Dec 6, 2010 at 7:22 AM, John P. Hartmann wrote: > Hello, > > Forgive my ignorance.  How do I make the cursor reverse video?  I wish > to ensure that it is always identifiable.  How do I select a different > style? > > Thanks, > >   j. >

[PDCurses] Italic and Blink not working with PDCurses-SDL?

2010-03-29 Thread Karl Garrison
I noticed recently that neither A_BLINK nor A_ITALIC seem to be working correctly for PDCurses-SDL with the current release. I had thought I had seen the italic attribute work successfully a year or so ago, but it's possible it was another platform like XCurses. Now it does not seem to do anythin

Re: [PDCurses] wmove() nonfunctional?

2009-02-23 Thread Karl Garrison
On Mon, Feb 23, 2009 at 11:22 AM, William McBrine wrote: > On Mon, 23 Feb 2009, Karl Garrison wrote: > > I have encountered a problem with the wmove() function under PDCurses 3.4 >> - it appears to not change the cursor position at all, as far as I can tell. >> > > It

[PDCurses] wmove() nonfunctional?

2009-02-23 Thread Karl Garrison
. I have tested the sdl, XCurses, and win32 versions. Has anyone else encountered this? Is there a previous version where this function works, or a development version, perhaps? Thanks, Karl Garrison --- #include "curses.h" int main() { WINDOW *win; initscr(); win = new