package
0.0.0-20220105052805-721981a10a53
Repository: https://github.com/fivemoreminix/dos.git
Documentation: pkg.go.dev
# Functions
Clamp keeps `v` within `a` and `b` numerically.
DetectLineDelim searches for a CRLF "\r\n" or LF "\n", and if neither is found, it produces a default value LF "\n".
Max returns the larger integer.
Min returns the smaller integer.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
Not necessarily a Syntax; useful for Colorscheming editor column.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
A Cursor's functions emulate common cursor actions.
A Highlighter can answer how to color any part of a provided Buffer.
No description provided by the author
No description provided by the author
No description provided by the author
A Selection represents a region of the buffer to be selected for text editing purposes.
No description provided by the author
# Interfaces
A Buffer is wrapper around any buffer data structure like a rope or gap buffer that can be used for editing text.
# Type aliases
ByCol implements sort.Interface for []Match based on the Col field.
No description provided by the author
No description provided by the author