Changes between Initial Version and Version 1 of Ticket #4200, comment 1
- Timestamp:
- 02/13/21 13:01:08 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4200, comment 1
initial v1 1 1 The code that has the wchar is 2 2 3 {{{ 3 4 +++ b/lib/tty/tty-ncurses.c 4 5 @@ -533,6 +550,38 … … 31 32 + 32 33 + mvadd_wchnstr (y + row, x, ctext, cols); 34 }}}