From 830a744a11a5ebdf57beedfa1bee7fcafb0cc267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 18 Aug 2022 01:43:41 +0200 Subject: Add an X11 user interface This is meant to exactly mimic the terminal UI, just without the restriction to ugly monospace fonts. The Curses implementation has been reworked, and may have become more computationally expensive. In general, though, the codebase has been significantly cleaned up. --- config.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index d0ab65d..6176df5 100644 --- a/config.h.in +++ b/config.h.in @@ -7,5 +7,6 @@ #cmakedefine HAVE_RESIZETERM #cmakedefine WITH_FFTW #cmakedefine WITH_PULSE +#cmakedefine WITH_X11 #endif /* ! CONFIG_H */ -- cgit v1.2.3