summaryrefslogtreecommitdiff
path: root/lib/mode.ml
blob: 86f76d5b7c76be798f69c29152442e9a8a7a7a83 (plain) (blame)
1
2
3
type t = Normal | Insert | Control

let to_string = function Insert -> " I " | Normal -> " N " | Control -> " C "