Skip to content

Commit

Permalink
fix: add mouse, vi, and keys properties, Fixes yaronn#221
Browse files Browse the repository at this point in the history
  • Loading branch information
jkga committed Sep 16, 2021
1 parent aeb95f9 commit 9a1c8c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,9 @@ declare namespace BlessedContrib {
label?: string
fg?: string
bg?: string
mouse?: boolean
keys?: boolean
vi?: boolean
width?: string
height?: string
border?: object
Expand Down

0 comments on commit 9a1c8c4

Please sign in to comment.