aboutsummaryrefslogtreecommitdiff
path: root/src/term/cell.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/term/cell.rs')
-rw-r--r--src/term/cell.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/term/cell.rs b/src/term/cell.rs
index 45bfdf44..259b6ac1 100644
--- a/src/term/cell.rs
+++ b/src/term/cell.rs
@@ -11,6 +11,8 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
+use bitflags::bitflags;
+
use crate::ansi::{NamedColor, Color};
use crate::grid;
use crate::index::Column;