~kris/suckless

dmenu

ref: 541dead59a544fbd15390ad35f6412ca6ac64d32 dmenu/patch/include.h -rw-r--r-- 546 bytes
541dead5 — Kris Yotam Add PNG_IMAGES_PATCH for inline image previews 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#if DYNAMIC_OPTIONS_PATCH
#include "dynamicoptions.h"
#endif
#if FZFEXPECT_PATCH
#include "fzfexpect.h"
#endif
#if INPUTMETHOD_PATCH
#include "inputmethod.h"
#endif
#if MOUSE_SUPPORT_PATCH
#include "mousesupport.h"
#endif
#if MULTI_SELECTION_PATCH
#include "multiselect.h"
#endif
#if NAVHISTORY_PATCH
#include "navhistory.h"
#endif
#if VI_MODE_PATCH
#include "vi_mode.h"
#endif
#if HIGHPRIORITY_PATCH
#include "highpriority.h"
#endif
#if NON_BLOCKING_STDIN_PATCH
#include "nonblockingstdin.h"
#endif
#if NUMBERS_PATCH
#include "numbers.h"
#endif