Skip to content

Track menu-bar-open in TTY only #19

@lastquestion

Description

@lastquestion

This is elisp, which calls different kinds of menus. Need to test the various cases and decide what to do.

In TTY, the TTY menu eventually calls read_key_sequence in C land, and that time is not tracked, showing up as a slow call.

- [ ] test graphical mouse and non mouse TTY only

  • test tmm-menubar
  • test popup-menu (F10 when menubar is visible)
  • figure out what both call down into to find the best place to advise

Optimally, we should treat menu like minibuffer, splitting up the execution time and restarting the tracking when the command begins execution, if possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions