Changes between Initial Version and Version 1 of Ticket #4200, comment 1


Ignore:
Timestamp:
02/13/21 13:01:08 (3 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4200, comment 1

    initial v1  
    11The code that has the wchar is 
    22 
     3{{{ 
    34+++ b/lib/tty/tty-ncurses.c 
    45@@ -533,6 +550,38 
     
    3132+ 
    3233+        mvadd_wchnstr (y + row, x, ctext, cols); 
     34}}}