bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Double Height / Double width ..


From: bend
Subject: Double Height / Double width ..
Date: Mon, 18 Nov 2013 11:45:47 -0700
User-agent: Workspace Webmail 5.6.43

Ma trying to see if I can get UTF-8 Line Drawing characters to display in double height, double
width:

snippet of code for standard UTF

  wchar_t bboxcheck [] = { 0x2611, 0x00 } ;
  wchar_t bboxx [] = { 0x2612, 0x00 } ;
  wchar_t rightarrow1 [] = { 0x27a2 , 0x00 } ;
  wchar_t rightarrow2 [] = { 0x27a4 , 0x00 } ;
  wchar_t dashedc [] = { 0x2026 , 0x00 } ;
  ......
  mvprintw ( 10,2 , "R Arrow 1 Char is : " ) ;
  mvprintw ( 11,2 , "R Arrow 2 Char is : " ) ;
  mvaddwstr ( 10,30 ,rightarrow1 ) ;
  mvaddwstr ( 11,30 ,rightarrow2 ) ;

Would like to get the 'arrows to display in a double height / width cell format in xterm.
Is this possible, If so, what DO i need to do this ?

As Always Thanks ..


Ben Duncan - Business Network Solutions, Inc. 336 Elton Road Jackson MS, 39212
"Never attribute to malice, that which can be adequately explained by stupidity"
- Hanlon's Razor

reply via email to

[Prev in Thread] Current Thread [Next in Thread]