Skip to content

Conversation

@Karlson2k
Copy link

This is a fix for kmscon/kmscon#259.

@Karlson2k
Copy link
Author

The patch has been tested locally.
mc works correctly with it.

case XKB_KEY_KP_Page_Up:
vte_write(vte, "\e[5~", 4);
/* Combinations with ALT are handled as TSM_VTE_FLAG_PREPEND_ESCAPE flag */
/* if (mods & TSM_ALT_MASK)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function is already particularly long, so adding the commented code here looks a bit too much. Can you remove it? (But keep the first comment about TSM_VTE_FLAG_PREPEND_ESCAPE flag).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants