]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - include/Caps-ncurses
ncurses 6.5 - patch 20240504
[ncurses.git] / include / Caps-ncurses
index 3b0ea454a1315dc8c7d6830c825e1d2d997865cc..f9a5da06911a28bfc498b5da285be2a7aae17c2e 100644 (file)
@@ -1,5 +1,5 @@
 ##############################################################################
-# Copyright (c) 2019 Free Software Foundation, Inc.                          #
+# Copyright 2019-2022,2023 Thomas E. Dickey                                  #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
@@ -28,7 +28,7 @@
 #
 # Author: Thomas E. Dickey
 #
-# $Id: Caps-ncurses,v 1.6 2019/04/13 19:54:23 tom Exp $
+# $Id: Caps-ncurses,v 1.15 2023/10/28 21:55:47 tom Exp $
 #
 #############################################################################
 #
@@ -342,10 +342,12 @@ infoalias ksel    kslt    IBM     key_select
 # are not listed here.
 #
 used_by ncurses
+userdef        CO      num     n       number of indexed colors overlaying RGB space
 userdef        E3      str     -       clears the terminal's scrollback buffer.
+userdef        NQ      bool    -       terminal does not support query/response
 userdef        RGB     bool    -       use direct colors with 1/3 of color-pair bits per color.
 userdef        RGB     num     n       use direct colors with given number of bits per color.
-userdef        RGB     str     nnn     use direct colors with given bit-layout.
+userdef        RGB     str     -       use direct colors with given bit-layout.
 userdef        TS      str     -       like "tsl", but uses no parameter.
 userdef        U8      num     n       terminal does/does not support VT100 SI/SO when processing UTF-8 encoding.
 userdef        XM      str     n       initialize alternate xterm mouse mode
@@ -359,7 +361,16 @@ userdef    xm      str     nnns    mouse response, p4 = state, e.g., pressed or released
 userdef        xm      str     nnnsn   mouse response, p5 = y-ordinate starting region
 userdef        xm      str     nnnsnn  mouse response, p6 = x-ordinate starting region
 userdef        xm      str     nnnsnnn mouse response, p7 = y-ordinate ending region
-userdef        xm      str     nnnsnnnn        mouse response, p8 = x-ordinate ending region
+userdef        xm      str     nnnsnnnn mouse response, p8 = x-ordinate ending region
+#
+used_by mintty
+userdef Rmol   str     -       remove overline-mode
+userdef Smol   str     -       set overline-mode
+userdef blink2 str     -       turn on rapid blinking
+userdef norm   str     -       turn off bold and half-bright mode
+userdef opaq   str     -       turn off blank mode
+userdef        setal   str     n       set underline-color
+userdef smul2  str     -       begin double underline mode
 #
 used_by screen
 userdef        AN      bool    -       turn on autonuke.
@@ -391,7 +402,21 @@ userdef    Ss      str     n       change the cursor style.
 userdef        rmxx    str     -       reset ECMA-48 strikeout/crossed-out attributes.
 userdef        smxx    str     -       set ECMA-48 strikeout/crossed-out attributes.
 #
+used_by vim
+userdef        BD      str     -       disables bracketed paste
+userdef        BE      str     -       enables bracketed paste
+userdef        PE      str     -       is sent after pasted text
+userdef        PS      str     -       is sent before pasted text
+userdef        RV      str     -       report terminal secondary device attributes
+userdef        XR      str     -       report terminal version as a free-format string.
+userdef        XF      bool    -       terminal supports xterm focus in/out
+userdef        fd      str     -       disable xterm focus-events
+userdef        fe      str     -       enable xterm focus-events
+userdef        rv      str     -       response to RV, regular expression
+userdef        xr      str     -       response to XR, regular expression
+#
 used_by xterm
+userdef        csl     str     -       clear status line
 userdef        kDC3    str     -       alt delete-character
 userdef        kDC4    str     -       shift+alt delete-character
 userdef        kDC5    str     -       control delete-character
@@ -448,4 +473,6 @@ userdef     ka2     str     -       vt220-keypad extensions
 userdef        kb1     str     -       vt220-keypad extensions
 userdef        kb3     str     -       vt220-keypad extensions
 userdef        kc2     str     -       vt220-keypad extensions
+userdef        kxIN    str     -       mouse response on focus-in
+userdef        kxOUT   str     -       mouse response on focus-out
 #############################################################################