Khem Raj
5ce7a2a89b
xterm: Add _GNU_SOURCE via CFLAGS
...
This ensures that definitions of functions e.g. ptsname and wcwidth are
added correctly.
Fixes
| ./main.c:2940:8: error: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion]
| char *name = ptsname(*pty);
| ^ ~~~~~~~~~~~~~
| ./util.c:5506:19: error: use of undeclared identifier 'wcwidth'
| my_wcwidth = wcwidth;
| ^
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-29 19:18:27 -07:00
..
2022-09-27 10:04:35 -07:00
2022-09-22 03:51:38 -07:00
2022-04-25 10:44:13 -07:00
2022-09-05 22:49:35 -07:00
2022-03-04 17:41:45 -08:00
2022-03-04 17:41:45 -08:00
2022-06-03 08:53:03 -07:00
2022-08-28 23:57:15 -07:00
2022-07-07 16:03:33 -07:00
2020-08-13 22:32:07 -07:00
2019-11-21 17:51:37 -08:00
2022-09-05 22:49:34 -07:00
2022-09-05 22:49:35 -07:00
2022-09-05 22:49:35 -07:00
2022-03-24 09:45:25 -07:00
2022-07-18 09:11:22 -07:00
2022-09-05 22:49:35 -07:00
2022-03-04 17:41:45 -08:00
2022-05-10 08:54:21 -07:00
2022-07-18 09:11:22 -07:00
2021-10-25 08:38:43 -07:00
2022-09-07 16:44:53 -07:00
2022-09-29 08:14:17 -07:00
2022-03-04 17:41:45 -08:00
2022-03-04 17:41:45 -08:00
2022-09-06 08:43:34 -07:00
2022-09-05 22:49:34 -07:00
2022-03-04 17:41:45 -08:00
2021-08-03 10:21:25 -07:00
2022-09-05 22:49:35 -07:00
2022-05-16 09:09:47 -07:00
2021-08-03 10:21:25 -07:00
2022-09-27 10:04:35 -07:00
2022-04-13 19:21:41 -07:00
2022-03-04 17:41:45 -08:00
2021-11-03 06:57:49 -07:00
2021-11-03 06:57:49 -07:00
2022-03-04 17:41:45 -08:00
2022-04-14 19:42:10 -07:00
2021-12-13 08:15:33 -08:00
2021-08-03 10:21:25 -07:00
2022-06-30 13:39:28 -04:00
2022-07-26 20:49:05 -04:00
2022-03-04 17:41:45 -08:00
2022-07-19 18:38:44 -07:00
2021-11-03 06:57:49 -07:00
2022-03-17 12:58:15 -07:00
2022-09-11 23:27:08 -07:00
2022-08-08 11:38:15 -07:00
2022-03-04 17:41:45 -08:00
2022-03-24 09:45:25 -07:00
2019-11-21 17:51:37 -08:00
2020-02-02 22:16:25 -08:00
2022-09-29 19:18:27 -07:00
2022-03-04 17:41:45 -08:00
2022-04-06 20:25:34 -04:00
2022-09-29 16:15:57 -07:00
2021-08-26 10:10:56 -07:00
2021-08-03 10:21:25 -07:00
2022-07-17 10:23:09 -07:00
2022-03-04 17:41:45 -08:00
2022-03-04 17:41:45 -08:00