dcell v0.0.2 (2022-10-19T01:33:35Z)
Dub
Repo
ParseKeys
dcell
parser
Undocumented in source.
package package
struct
ParseKeys {
immutable
bool
[
Key
]
exist
;
immutable
KeyCode
[
string
]
keys
;
string
pasteStart
;
string
pasteEnd
;
this
(Termcap* caps);
bool
hasKey
(Key k);
}
Constructors
this
this
(Termcap* caps)
Undocumented in source.
Members
Functions
hasKey
bool
hasKey
(Key k)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
exist
bool
[
Key
]
exist
;
Undocumented in source.
keys
KeyCode
[
string
]
keys
;
Undocumented in source.
pasteEnd
string
pasteEnd
;
Undocumented in source.
pasteStart
string
pasteStart
;
Undocumented in source.
Meta
Source
See Implementation
dcell
parser
classes
Parser
structs
KeyCode
ParseKeys