BTRFS: Implement BTree::Path and change _Find.
[haiku.git] / src / apps / terminal / TermViewHighlight.cpp
blobb14f3c9e6f56c8129122958b830122a21198e27d
1 /*
2 * Copyright 2013, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
7 #include "TermViewHighlight.h"
10 TermViewHighlighter::~TermViewHighlighter()
15 uint32
16 TermViewHighlighter::AdjustTextAttributes(uint32 attributes)
18 return attributes;