// // Copyright (c) Antmicro // // Full license details are defined in the 'LICENSE' file. // namespace TermSharp { public enum SelectionMode { Normal, Word, Line, Block } }