Thomas Klausner 7046eedd38 ccmake: Use more-portable call to set_field_buffer (#15740)
The set_field_buffer function on NetBSD and Solaris:

  http://netbsd.gw.com/cgi-bin/man-cgi?set_field_buffer++NetBSD-current
  https://docs.oracle.com/cd/E36784_01/html/E36880/set-field-buffer-3curses.html

has as third argument "char *" while ncurses has "const char *".  Cast
the argument type in our call to account for the missing "const".
2015-09-16 08:42:20 -04:00
..
2015-09-01 09:53:32 -04:00
2015-07-23 15:33:10 -04:00
2015-09-14 00:01:04 -04:00
2014-03-08 13:05:35 -05:00
2015-05-04 22:32:20 +02:00
2015-08-03 09:22:25 -04:00
2015-02-20 21:36:58 +01:00
2015-06-07 09:32:24 +02:00
2015-08-27 10:04:09 -04:00
2015-08-27 10:07:32 -04:00
2015-05-19 22:36:51 +02:00
2015-04-13 11:44:15 -04:00