summaryrefslogtreecommitdiff
path: root/trie.c
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2016-04-17 20:31:27 +0300
committerTobias Klauser <tklauser@distanz.ch>2016-04-18 16:37:13 +0200
commitecc2fd769331d1285997e3b644df329d36c840d9 (patch)
tree82cf653f65366da3f719c39508c6d6fd2642b11b /trie.c
parente9bd3cd92b7f48d6550b328421d74f6554598e04 (diff)
screen: Add helpers to easy use color by name
Added macros which allow easy specify color pair like: INIT_COLOR(YELLOW, BLACK); COLOR(YELLOW, BLACK); COLOR_ON(YELLOW, BLACK); by calculating pair id via generic formula. Added shorter color names via new enum. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'trie.c')
0 files changed, 0 insertions, 0 deletions
607'>openvswitch: Use inverted tuple in ovs_ct_find_existing() if NATted.Jarno Rajahalme1-2/+22 2017-02-09openvswitch: Fix comments for skb->_nfctJarno Rajahalme1-7/+7 2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-7/+5 2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal1-4/+2 2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-3/+3