Skip to content

Commit

Permalink
refactor dde handling
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Oct 28, 2023
1 parent e94e6c8 commit 920301f
Show file tree
Hide file tree
Showing 6 changed files with 239 additions and 67 deletions.
2 changes: 1 addition & 1 deletion src/Commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Cmd* enum (e.g. CmdOpen) and a human-readable name (not used yet).
V(CmdNextTab, "Next Tab") \
V(CmdPrevTab, "Previous Tab") \
V(CmdSelectNextTheme, "Select next theme") \
V(CmdToggleFrequentlyRead, "Toggle Frequently Read") \
V(CmdToggleFrequentlyRead, "Toggle Frequently Read") \
V(CmdNone, "Do nothing")

//V(CmdSelectAnnotation, "Select Annotation") \
Expand Down
Loading

0 comments on commit 920301f

Please sign in to comment.