Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9161701
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:01:41+00:00 2026-06-17T14:01:41+00:00

While implementing xterm-256-colors in ConEmu I have discovered some unknown for me Escape sequences

  • 0

While implementing xterm-256-colors in ConEmu I have discovered some unknown for me Escape sequences (used by Vim) like

Esc | 7 m
Esc | 15 m
Esc | 112 m

From Vim sources I realize that these codes are used for changing bold or inverse attributes, but I can’t find any docs about them.

Are there any specifications for Esc | N m sequences? They were not mentioned here.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T14:01:42+00:00Added an answer on June 17, 2026 at 2:01 pm

    I believe these are internal vim codes for internal processing only: first set of \033| is labeled

    /*
     * GUI pseudo term-cap.
     */
    

    and AFAIR is processed in gui.c or gui_*.c, second set is labeled

    /*
     * These codes are valid for the pc video.  The entries that start with ESC |
     * are translated into conio calls in os_msdos.c. Default for MSDOS.
     */
    

    third set is labeled

    /*
     * These codes are valid for the Win32 Console .  The entries that start with
     * ESC | are translated into console calls in os_win32.c.  The function keys
     * are also translated in os_win32.c.
     */
    

    (I am talking about builtin_termcaps array). Further mentions: only in update_tcap function, there are no direct references that these are processed by some other function, but it is unlikely that it is something else (not familiar with pseudo-termcap processing code). Except for term.c it is only seen directly (i.e. grep finds \033|) in screen.c (twice) and gui.c (once).

    And, by the way, I failed to see this code in output of vim launched in logging screen session using env TERM=xterm vim {args}.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

While implementing some security aspects with Spring Security, I have noticed that both Authentication
While implementing a FIFO I have used the following structure: struct Node { T
While implementing an == operator, I have the feeling that I am missing some
While implementing my own IFilter I found that most likely some consumers will require
I am facing some issue in my listener while implementing JobQueueEvent, here is my
My WCF Service is complete with .NET 3.5 and I used wsHttpBinding while implementing
I have the work of implementing a distributed system of nodes (like p2p nodes)
I have met an interesting problem while implementing the Observer pattern with C++ and
While implementing SOAP webservice accessing, i found there is a wsdl file in some
I'm encountering some problems in integrating segue and protocols while implementing a selection list.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.